Skip to content
Aborted

Console Output

Manually triggered by user pauline.deville@cea.fr for Gerrit: https://git.eclipse.org/r/c/papyrus/org.eclipse.papyrus/+/206483
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-agent-6gb-v1dzb 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-v1dzb"
  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-v1dzb"
    - 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-v1dzb"
    - 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-v1dzb 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 bb9319d5113d31c3ce9ccb85a70f3e2ed1688d72 (refs/remotes/origin/master)
Commit message: "Bug 583091 - [MemoryLeak] Release EditParts"
 > 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 bb9319d5113d31c3ce9ccb85a70f3e2ed1688d72 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master bb9319d5113d31c3ce9ccb85a70f3e2ed1688d72 # timeout=10
 > git rev-list --no-walk 5dc7743bfaf71bed851aadcff91c53a36769ea17 # timeout=10
[Pipeline] sh
+ git fetch origin refs/changes/83/206483/2:change-206483-2
From https://git.eclipse.org/r/papyrus/org.eclipse.papyrus
 * [new ref]               refs/changes/83/206483/2 -> change-206483-2
[Pipeline] sh
+ git checkout change-206483-2
Switched to branch 'change-206483-2'
[Pipeline] sh
+ git log -1
commit 57fd9d23d3c60b59cb4a51faddfcdbce4fbdded0
Author: Ernesto Posse <eposse@gmail.com>
Date:   Wed Feb 14 18:50:35 2024 -0500

    Bug 582940 - [core] Multiple errors when using custom Architecture
    Domain models
    
    - Fix to Architecture Domain Merging for custom Architecture Domain
    models
    
    I, Ernesto Posse, wrote 100% of the code I've provided.
    This code contains no cryptography
    I have the right to contribute the code to Eclipse.
    I contribute the content under the EPL 2.0.
    
    Change-Id: I2870bc52802b150c5c198b2cd5479e5e46c9a70b
    Signed-off-by: Ernesto Posse <eposse@gmail.com>
[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.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.nattable                        [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.nattable.clazz.config           [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.emf.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.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@79a1730e
[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.202405161320
[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.202405161320
[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, 53 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] [22c80b0c-7993-491c-9c85-d50193b1db04][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] [22c80b0c-7993-491c-9c85-d50193b1db04][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] [22c80b0c-7993-491c-9c85-d50193b1db04][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.202405161320
[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.202405161320
[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.202405161320
[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.202405161320
[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.202405161320
[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.202405161320
[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, 50 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.202405161320
[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.202405161320
[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/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:[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:[196] 
	IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID);
	                                         ^^^^^^^^^^^^^^^
The constructor InstanceScope() is deprecated
6 problems (6 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, 54 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.202405161320
[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.202405161320
[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, 54 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.202405161320
[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.202405161320
[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.202405161320
[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.202405161320
[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.202405161320
[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, 101 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.202405161320
[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, 106 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.202405161320
[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.202405161320
[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, 97 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.202405161320
[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, 19 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.202405161320
[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, 97 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.202405161320
[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.202405161320
[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.202405161320
[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, 56 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.202405161320
[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, 97 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.202405161320
[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.202405161320
[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, 103 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.202405161320
[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, 103 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.202405161320
[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, 108 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.202405161320
[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, 108 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.202405161320
[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.202405161320
[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.202405161320
[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.202405161320
[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, 110 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.202405161320
[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.202405161320
[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.202405161320
[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, 95 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.202405161320
[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, 106 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.202405161320
[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, 106 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.202405161320
[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, 98 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.202405161320
[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, 107 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.202405161320
[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, 107 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.202405161320
[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.202405161320
[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.202405161320
[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.202405161320
[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.202405161320
[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, 109 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.202405161320
[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, 124 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.202405161320
[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, 57 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.202405161320
[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, 109 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.202405161320
[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.202405161320
[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, 108 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.202405161320
[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.202405161320
[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.0.v20231102-0934/org.eclipse.core.resources-3.20.0.v20231102-0934.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, 107 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.202405161320
[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, 117 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.202405161320
[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, 108 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.202405161320
[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, 117 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.202405161320
[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, 121 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.202405161320
[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, 108 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.202405161320
[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, 108 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.202405161320
[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, 108 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.202405161320
[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, 109 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.202405161320
[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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.202405161320
[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, 109 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.202405161320
[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.202405161320
[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.202405161320
[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, 108 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] [22c80b0c-7993-491c-9c85-d50193b1db04][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.202405161320
[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.100.v20230708-0916/org.eclipse.core.databinding-1.13.100.v20230708-0916.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.100.v20230708-0916/org.eclipse.core.databinding-1.13.100.v20230708-0916.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, 117 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.202405161320
[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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.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, 124 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.202405161320
[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, 124 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.202405161320
[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.202405161320
[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, 53 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.202405161320
[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, 95 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.202405161320
[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, 125 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.202405161320
[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, 125 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.202405161320
[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, 118 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.202405161320
[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, 117 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.202405161320
[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, 108 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.202405161320
[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, 125 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.202405161320
[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, 133 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.202405161320
[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.100.v20230727-0604/org.eclipse.ui.views.properties.tabbed-3.10.100.v20230727-0604.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.100.v20230727-0604/org.eclipse.ui.views.properties.tabbed-3.10.100.v20230727-0604.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.100.v20230727-0604/org.eclipse.ui.views.properties.tabbed-3.10.100.v20230727-0604.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.100.v20230727-0604/org.eclipse.ui.views.properties.tabbed-3.10.100.v20230727-0604.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.100.v20230727-0604/org.eclipse.ui.views.properties.tabbed-3.10.100.v20230727-0604.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.100.v20230727-0604/org.eclipse.ui.views.properties.tabbed-3.10.100.v20230727-0604.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.100.v20230727-0604/org.eclipse.ui.views.properties.tabbed-3.10.100.v20230727-0604.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.100.v20230727-0604/org.eclipse.ui.views.properties.tabbed-3.10.100.v20230727-0604.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.100.v20230727-0604/org.eclipse.ui.views.properties.tabbed-3.10.100.v20230727-0604.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.100.v20230727-0604/org.eclipse.ui.views.properties.tabbed-3.10.100.v20230727-0604.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, 135 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.202405161320
[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, 135 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.202405161320
[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, 123 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] [22c80b0c-7993-491c-9c85-d50193b1db04][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] [22c80b0c-7993-491c-9c85-d50193b1db04][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] [22c80b0c-7993-491c-9c85-d50193b1db04][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.202405161320
[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, 137 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.202405161320
[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, 108 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.202405161320
[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, 125 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.202405161320
[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.202405161320
[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, 121 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.202405161320
[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, 124 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.202405161320
[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.202405161320
[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, 125 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.202405161320
[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, 109 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.202405161320
[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, 136 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.202405161320
[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, 104 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.202405161320
[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, 109 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.202405161320
[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, 135 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.202405161320
[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, 120 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.202405161320
[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, 121 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.202405161320
[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, 128 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.202405161320
[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, 107 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.202405161320
[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, 120 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.202405161320
[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, 133 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.202405161320
[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, 108 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.202405161320
[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, 124 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.202405161320
[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, 108 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.202405161320
[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, 125 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.202405161320
[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, 107 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.202405161320
[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, 128 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.202405161320
[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, 107 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.202405161320
[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, 109 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.202405161320
[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, 108 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.202405161320
[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, 145 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.202405161320
[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, 145 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.202405161320
[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, 125 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.202405161320
[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, 146 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.202405161320
[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, 151 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.202405161320
[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, 151 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.202405161320
[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, 151 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.202405161320
[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, 151 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.202405161320
[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.202405161320
[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.202405161320
[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.202405161320
[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, 107 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.202405161320
[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.202405161320
[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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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/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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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:[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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.render-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.19.0.v20231129-1236/org.eclipse.ocl-3.19.0.v20231129-1236.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.19.0.v20231129-1236/org.eclipse.ocl-3.19.0.v20231129-1236.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.19.0.v20231129-1236/org.eclipse.ocl-3.19.0.v20231129-1236.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.1.202311130907/org.eclipse.gmf.runtime.draw2d.ui-1.10.1.202311130907.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.200-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.200-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.200.202405161320
[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/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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.core-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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:[186] 
	Iterator<PaletteEntry> it = container.getChildren().iterator();
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<PaletteEntry>
[WARNING] /home/jenkins/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#1-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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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#5-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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.8.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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
519 problems (519 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, 173 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.200-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.200-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.200-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.common/4.3.200-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common-4.3.200-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.200-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common-4.3.200-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.200-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.common/4.3.200-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common-4.3.200-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.200-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common-4.3.200-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.200-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.common-4.3.200-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.202405161320
[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, 138 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.202405161320
[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.200.v20231019-2116/org.eclipse.ui.navigator-3.12.200.v20231019-2116.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.200.v20231019-2116/org.eclipse.ui.navigator-3.12.200.v20231019-2116.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.200.v20231019-2116/org.eclipse.ui.navigator-3.12.200.v20231019-2116.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.200.v20231019-2116/org.eclipse.ui.navigator-3.12.200.v20231019-2116.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, 178 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.202405161320
[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, 178 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.202405161320
[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, 146 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.202405161320
[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, 146 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.202405161320
[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, 146 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.202405161320
[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, 146 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.202405161320
[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, 146 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.202405161320
[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, 117 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.202405161320
[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.202405161320
[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, 138 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.202405161320
[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, 168 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.202405161320
[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, 109 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.202405161320
[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, 124 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.202405161320
[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, 148 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.202405161320
[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, 148 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.202405161320
[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, 148 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.202405161320
[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, 148 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.202405161320
[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, 106 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.202405161320
[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, 130 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] [22c80b0c-7993-491c-9c85-d50193b1db04][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.202405161320
[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, 183 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.202405161320
[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, 148 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.202405161320
[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, 148 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.202405161320
[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.202405161320
[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, 116 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.202405161320
[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, 178 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.202405161320
[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.202405161320
[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, 189 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.202405161320
[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, 126 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.202405161320
[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.100.v20230821-1342/org.eclipse.ui.navigator.resources-3.9.100.v20230821-1342.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.100.v20230821-1342/org.eclipse.ui.navigator.resources-3.9.100.v20230821-1342.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.100.v20230821-1342/org.eclipse.ui.navigator.resources-3.9.100.v20230821-1342.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.100.v20230821-1342/org.eclipse.ui.navigator.resources-3.9.100.v20230821-1342.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.100.v20230821-1342/org.eclipse.ui.navigator.resources-3.9.100.v20230821-1342.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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.0.v20231102-1012/org.eclipse.ui.ide-3.22.0.v20231102-1012.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, 131 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.202405161320
[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, 151 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.202405161320
[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, 133 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.202405161320
[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.202405161320
[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, 126 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.202405161320
[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, 173 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.202405161320
[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, 173 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.202405161320
[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, 125 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.202405161320
[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, 173 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.202405161320
[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, 173 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.202405161320
[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, 173 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.202405161320
[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.202405161320
[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.202405161320
[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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui-1.10.1.202311130907.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, 173 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.0-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.0-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.0.202405161320
[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()).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
11 problems (11 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, 173 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.0-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.0-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.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.dnd-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.dnd/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.dnd-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.dnd/target/org.eclipse.papyrus.infra.gmfdiag.dnd-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.dnd-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.dnd/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.dnd-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.dnd/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.infra.gmfdiag.dnd/2.0.0-SNAPSHOT/org.eclipse.papyrus.infra.gmfdiag.dnd-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.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.202405161320
[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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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.200.v20231025-0632/org.eclipse.e4.ui.css.core-0.14.200.v20231025-0632.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, 173 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.202405161320
[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, 174 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.202405161320
[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, 125 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.202405161320
[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, 143 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.202405161320
[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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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.202311130907/org.eclipse.gmf.runtime.diagram.ui.properties-1.9.1.202311130907.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, 173 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.202405161320
[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, 173 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.202405161320
[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
Aborted by Quentin Le Menez
Sending interrupt signal to process
script returned exit code 143
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Toolsmiths)
Stage "Build Toolsmiths" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Run Tests)
Stage "Build and Run Tests" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 31ff55a5-f298-4f96-8436-2bb8ae37f75b
Finished: ABORTED