Started by user Pauline Deville Running as Pauline Deville Agent centos-7-cdn14 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-cdn14" 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-cdn14" - 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-cdn14" - 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: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-papyrus" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-cdn14 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Papyrus-CDO [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... 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-collaborativemodeling.git > git init /home/jenkins/agent/workspace/Papyrus-CDO/source # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-collaborativemodeling.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-collaborativemodeling.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-collaborativemodeling.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 160dc7967155f9c8f8d61d7e73ce370b315e1517 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 160dc7967155f9c8f8d61d7e73ce370b315e1517 # timeout=10 Commit message: "[Releng] Update target platform to fix build" > git rev-list --no-walk 658fbae16093e967cb195c649dd878789aef3ce9 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [Papyrus-CDO] $ Xvnc -help Starting xvnc [Papyrus-CDO] $ Xvnc :73 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Thu Jan 18 09:11:29 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5973 vncext: created VNC server for screen 0 [Papyrus-CDO] $ /opt/tools/apache-maven/latest/bin/mvn -f ./source/cdo/pom.xml -DSign=false -DskipInnerTests=true -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-CDO/.repository clean verify Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/Papyrus-CDO/.repository/.cache/tycho [INFO] Transport mode: online [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/releng/targetplatforms/org.eclipse.papyrus.cdo.targetplatform/org.eclipse.papyrus.cdo.targetplatform.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@76a41af0... [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.core:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.security:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.security.properties:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.ui.doc:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.ui.hyperlink:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.diagram.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.search.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.search.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.validation.problems:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.validation.problems.edit:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.infra.gmfdiag.css.cdo:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.infra.gmfdiag.style.cdo:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.style.cdo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.infra.core.architecture.cdo:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.core.architecture.cdo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.infra.nattable.model.cdo:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.nattable.model.cdo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.infra.textedit.cdo:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.textedit.cdo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.uml2.uml.cdo:5.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.uml2.uml.profile.standard.cdo:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.profile.standard.cdo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.emf.compare.uml2.cdo:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/compare/org.eclipse.emf.compare.uml2.cdo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.emf.compare.uml2.cdo.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.emf.compare.uml2.cdo.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.cdo.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.cdo.models.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.models.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.cdo.infra.textedit.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.infra.textedit.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.p2:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/releng/org.eclipse.papyrus.cdo.p2/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.core.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.ui.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.search.ui.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.ui.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.validation.problems.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Collaborative Modeling - CDO [pom] [INFO] org.eclipse.papyrus.cdo-bundles [pom] [INFO] org.eclipse.papyrus.cdo.core [eclipse-plugin] [INFO] org.eclipse.papyrus.cdo.security [eclipse-plugin] [INFO] org.eclipse.papyrus.cdo.security.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.cdo.validation.problems [eclipse-plugin] [INFO] org.eclipse.papyrus.cdo.validation.problems.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.cdo.ui [eclipse-plugin] [INFO] Papyrus CDO UI doc [eclipse-plugin] [INFO] org.eclipse.papyrus.cdo.ui.hyperlink [eclipse-plugin] [INFO] org.eclipse.papyrus.cdo.uml.diagram.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.cdo.uml.search.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.cdo.uml.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.cdo [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.style.cdo [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.architecture.cdo [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.model.cdo [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.cdo [eclipse-plugin] [INFO] uml [pom] [INFO] org.eclipse.uml2.uml.cdo [eclipse-plugin] [INFO] org.eclipse.uml2.uml.profile.standard.cdo [eclipse-plugin] [INFO] compare [pom] [INFO] org.eclipse.emf.compare.uml2.cdo [eclipse-plugin] [INFO] org.eclipse.papyrus.cdo-features [pom] [INFO] org.eclipse.emf.compare.uml2.cdo.feature [eclipse-feature] [INFO] org.eclipse.papyrus.cdo.feature [eclipse-feature] [INFO] org.eclipse.papyrus.cdo.models.feature [eclipse-feature] [INFO] org.eclipse.papyrus.cdo.infra.textedit.feature [eclipse-feature] [INFO] org.eclipse.papyrus.cdo-releng [pom] [INFO] org.eclipse.papyrus.cdo.p2 [eclipse-repository] [INFO] org.eclipse.papyrus.cdo-tests [pom] [INFO] org.eclipse.papyrus.cdo.core.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.cdo.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.cdo.validation.problems.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.cdo.uml.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.cdo.uml.search.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.cdo.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.cdo-tests [pom] [INFO] org.eclipse.papyrus.cdo.targetplatform [eclipse-target-definition] [INFO] [INFO] --------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.root >-------- [INFO] Building Collaborative Modeling - CDO 1.3.0-SNAPSHOT [1/39] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.root --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.root --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.root --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.root --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.root --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.root --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo-bundles >------- [INFO] Building org.eclipse.papyrus.cdo-bundles 1.3.0-SNAPSHOT [2/39] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo-bundles --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo-bundles --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo-bundles --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo-bundles --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo-bundles --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo-bundles --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.core >-------- [INFO] Building org.eclipse.papyrus.cdo.core 2.1.0-SNAPSHOT [3/39] [INFO] from bundles/org.eclipse.papyrus.cdo.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.core --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.core --- [INFO] The project's OSGi version is 2.1.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.core --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.core --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.core --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.core --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.core... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.core --- [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/core/resource/CDOAwareCommandStack.java:[27] import org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStack; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type NestingNotifyingWorkspaceCommandStack is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/core/resource/CDOAwareCommandStack.java:[36] public class CDOAwareCommandStack extends NestingNotifyingWorkspaceCommandStack { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type NestingNotifyingWorkspaceCommandStack is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/core/resource/CDOAwareCommandStack.java:[39] super(history); ^^^^^^^^^^^^^^^ The constructor NestingNotifyingWorkspaceCommandStack(IOperationHistory) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/core/resource/CDOAwareCommandStack.java:[43] super(nested, history); ^^^^^^^^^^^^^^^^^^^^^^^ The constructor NestingNotifyingWorkspaceCommandStack(boolean, IOperationHistory) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/core/resource/CDOAwareCommandStack.java:[57] protected NestingNotifyingWorkspaceCommandStack createNestedCommandStack(IOperationHistory history) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type NestingNotifyingWorkspaceCommandStack is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/core/resource/CDOAwareTransactionalEditingDomainProvider.java:[21] import org.eclipse.papyrus.commands.CheckedOperationHistory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedOperationHistory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/core/resource/CDOAwareTransactionalEditingDomainProvider.java:[35] CDOAwareCommandStack stack = new CDOAwareCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedOperationHistory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/core/resource/CDOAwareTransactionalEditingDomainProvider.java:[35] CDOAwareCommandStack stack = new CDOAwareCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^ The method getInstance() from the type CheckedOperationHistory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/internal/core/importer/ModelImporter.java:[280] org.eclipse.papyrus.infra.core.sashwindows.di.PageList dstPages = dstMngr.getPageList(); ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/internal/core/importer/ModelImporter.java:[280] org.eclipse.papyrus.infra.core.sashwindows.di.PageList dstPages = dstMngr.getPageList(); ^^^^^^^^^^^^^ The method getPageList() from the type SashWindowsMngr is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/internal/core/importer/ModelImporter.java:[281] org.eclipse.papyrus.infra.core.sashwindows.di.PageList srcPages = srcMngr.getPageList(); ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/internal/core/importer/ModelImporter.java:[281] org.eclipse.papyrus.infra.core.sashwindows.di.PageList srcPages = srcMngr.getPageList(); ^^^^^^^^^^^^^ The method getPageList() from the type SashWindowsMngr is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/internal/core/importer/ModelImporter.java:[284] dstMngr.setPageList(srcPages); ^^^^^^^^^^^^^^^^^^^^^ The method setPageList(PageList) from the type SashWindowsMngr is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/internal/core/importer/ModelImporter.java:[286] dstPages.getAvailablePage().addAll(srcPages.getAvailablePage()); ^^^^^^^^^^^^^^^^^^ The method getAvailablePage() from the type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/internal/core/importer/ModelImporter.java:[286] dstPages.getAvailablePage().addAll(srcPages.getAvailablePage()); ^^^^^^^^^^^^^^^^^^ The method getAvailablePage() from the type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/internal/core/controlmode/CDOProxyManager.java:[19] import org.eclipse.emf.cdo.internal.explorer.checkouts.CDOCheckoutViewProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOCheckoutViewProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/internal/core/controlmode/CDOProxyManager.java:[36] private static final String URI_SCHEME = CDOCheckoutViewProvider.SCHEME; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOCheckoutViewProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/org/eclipse/papyrus/cdo/internal/core/controlmode/CDOProxyManager.java:[36] private static final String URI_SCHEME = CDOCheckoutViewProvider.SCHEME; ^^^^^^ Discouraged access: The field 'CDOCheckoutViewProvider.SCHEME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') 18 problems (18 warnings) [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.cdo.core --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.cdo.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.core --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/target/org.eclipse.papyrus.cdo.core-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.core/target/org.eclipse.papyrus.cdo.core-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.core --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.core --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.core --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.cdo.core --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.cdo.core --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.security >------ [INFO] Building org.eclipse.papyrus.cdo.security 1.1.0-SNAPSHOT [4/39] [INFO] from bundles/org.eclipse.papyrus.cdo.security/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.security --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.security --- [INFO] The project's OSGi version is 1.1.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.security --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.security --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.security --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.security --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.security... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.security --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.security --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.security --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.cdo.security --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.cdo.security --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.security --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.security --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security/target/org.eclipse.papyrus.cdo.security-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.security --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security/target/org.eclipse.papyrus.cdo.security-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.security --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.security --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.security --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.cdo.security --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.cdo.security --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.security --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.security.properties >-- [INFO] Building org.eclipse.papyrus.cdo.security.properties 1.1.0-SNAPSHOT [5/39] [INFO] from bundles/org.eclipse.papyrus.cdo.security.properties/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] The project's OSGi version is 1.1.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.security.properties... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security.properties/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security.properties/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security.properties/src/org/eclipse/papyrus/cdo/security/properties/Activator.java:[17] Class clazz = org.eclipse.papyrus.infra.constraints.constraints.EMFInstanceOfConstraint.class; ^^^^^ The value of the local variable clazz is not used 1 problem (1 warning) [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security.properties/target/org.eclipse.papyrus.cdo.security.properties-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.security.properties/target/org.eclipse.papyrus.cdo.security.properties-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.security.properties --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.validation.problems >-- [INFO] Building org.eclipse.papyrus.cdo.validation.problems 1.3.0-SNAPSHOT [6/39] [INFO] from bundles/org.eclipse.papyrus.cdo.validation.problems/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.validation.problems... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems/target/org.eclipse.papyrus.cdo.validation.problems-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems/target/org.eclipse.papyrus.cdo.validation.problems-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.validation.problems --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.validation.problems.edit >-- [INFO] Building org.eclipse.papyrus.cdo.validation.problems.edit 1.3.0-SNAPSHOT [7/39] [INFO] from bundles/org.eclipse.papyrus.cdo.validation.problems.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.validation.problems.edit... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems.edit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems.edit/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems.edit/target/org.eclipse.papyrus.cdo.validation.problems.edit-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems.edit/target/org.eclipse.papyrus.cdo.validation.problems.edit-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.validation.problems.edit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.ui >--------- [INFO] Building org.eclipse.papyrus.cdo.ui 1.3.0-SNAPSHOT [8/39] [INFO] from bundles/org.eclipse.papyrus.cdo.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.ui --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.ui --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.ui --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.ui... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.ui --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/adapters/CDOAdapterFactory.java:[41] public Object getAdapter(Object adaptableObject, @SuppressWarnings("rawtypes") Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type CDOAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/adapters/CDOAdapterFactory.java:[89] public Class[] getAdapterList() { ^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type CDOAdapterFactory needs unchecked conversion to conform to Class[] from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/views/CheckoutItemProvider.java:[59] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/adapters/EditorAdapterFactory.java:[35] public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type EditorAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/adapters/EditorAdapterFactory.java:[50] public Class[] getAdapterList() { ^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type EditorAdapterFactory needs unchecked conversion to conform to Class[] from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/providers/CDOResourceLabelProvider.java:[72] return images.createImage(Activator.getIcon(Activator.ICON_OPEN_REPOSITORY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createImage(ImageDescriptor) from the type ResourceManager is deprecated since version 3.31 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/DawnEditorAdapter.java:[103] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type DawnEditorAdapter needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/views/DIModel.java:[74] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type DIModel needs unchecked conversion to conform to T from the type PlatformObject [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/views/DIModel.java:[79] return super.getAdapter(adapter); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type PlatformObject [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/views/DIModel.java:[79] return super.getAdapter(adapter); ^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/decorators/CDOStateLabelDecorator.java:[54] private final ListenerList listeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/decorators/CDOStateLabelDecorator.java:[54] private final ListenerList listeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/decorators/CDOStateLabelDecorator.java:[110] listeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/dialogs/CreateCDOModelFragmentDialog.java:[225] return (parentUnit instanceof CDOResource) ? new CreateCDOModelFragmentDialog(shell, parentUnit, defaultUnitURI) : DEFAULT.createDialog(shell, parentUnit, defaultUnitURI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createDialog(Shell, Resource, String) from the type IControlModeFragmentDialogProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/dialogs/CreateCDOModelFragmentDialog.java:[240] public Class[] getAdapterList() { ^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type CreateCDOModelFragmentDialog.AdapterFactory needs unchecked conversion to conform to Class[] from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/dialogs/CreateCDOModelFragmentDialog.java:[245] public Object getAdapter(Object adaptableObject, @SuppressWarnings("rawtypes") Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type CreateCDOModelFragmentDialog.AdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusGMFHandler.java:[34] import org.eclipse.emf.cdo.transaction.CDOTransactionConflictEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CDOTransactionConflictEvent is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusGMFHandler.java:[81] public void handleTransactionConflictEvent(CDOTransactionConflictEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CDOTransactionConflictEvent is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusGMFHandler.java:[85] CDOTransactionConflictEvent filtered = filter(event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CDOTransactionConflictEvent is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusGMFHandler.java:[146] protected CDOTransactionConflictEvent filter(CDOTransactionConflictEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CDOTransactionConflictEvent is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusGMFHandler.java:[146] protected CDOTransactionConflictEvent filter(CDOTransactionConflictEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CDOTransactionConflictEvent is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusTransactionListener.java:[30] import org.eclipse.emf.cdo.transaction.CDOTransactionConflictEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CDOTransactionConflictEvent is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusTransactionListener.java:[115] } else if (event instanceof CDOTransactionConflictEvent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CDOTransactionConflictEvent is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusTransactionListener.java:[116] handleTransactionConflictEvent((CDOTransactionConflictEvent) event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CDOTransactionConflictEvent is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusTransactionListener.java:[126] protected void handleTransactionConflictEvent(CDOTransactionConflictEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CDOTransactionConflictEvent is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/wizards/CheckoutSelectionBlock.java:[25] import org.eclipse.emf.cdo.explorer.checkouts.CDOCheckoutManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.cdo.explorer.checkouts.CDOCheckoutManager is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/wizards/CheckoutSelectionBlock.java:[26] import org.eclipse.emf.cdo.explorer.ui.checkouts.CDOCheckoutContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOCheckoutContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[31] import org.eclipse.emf.cdo.internal.ui.InteractiveConflictHandlerSelector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InteractiveConflictHandlerSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.ui/4.16.0.v20231124-1621/org.eclipse.emf.cdo.ui-4.16.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[42] import org.eclipse.emf.internal.cdo.transaction.CDOHandlingConflictResolver; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOHandlingConflictResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo/4.23.0.v20231124-1621/org.eclipse.emf.cdo-4.23.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[68] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[99] private final Map> invalidRootAgents = new HashMap(); ^^^^^^^^^^^^^ Type safety: The expression of type HashMap needs unchecked conversion to conform to Map> [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[99] private final Map> invalidRootAgents = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[111] private IResourceSetDisposalApprover disposalApprover = new ResourceSetDisposalApprover(); ^^^^^^^^^^^^^^^^ The value of the field PapyrusCDOEditorManager.disposalApprover is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[128] URI uri = EditorUtils.getResourceURI(input); ^^^ The value of the local variable uri is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[146] CDOHandlingConflictResolver conflictResolver = new CDOHandlingConflictResolver() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOHandlingConflictResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo/4.23.0.v20231124-1621/org.eclipse.emf.cdo-4.23.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[146] CDOHandlingConflictResolver conflictResolver = new CDOHandlingConflictResolver() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOHandlingConflictResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo/4.23.0.v20231124-1621/org.eclipse.emf.cdo-4.23.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[146] CDOHandlingConflictResolver conflictResolver = new CDOHandlingConflictResolver() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'CDOHandlingConflictResolver()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo/4.23.0.v20231124-1621/org.eclipse.emf.cdo-4.23.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[148] protected boolean handleConflict(final ConflictHandler conflictHandler, final long lastNonConflictTimeStamp) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOHandlingConflictResolver.ConflictHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo/4.23.0.v20231124-1621/org.eclipse.emf.cdo-4.23.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[167] private boolean superHandleConflict(final ConflictHandler conflictHandler, final long lastNonConflictTimeStamp) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOHandlingConflictResolver.ConflictHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo/4.23.0.v20231124-1621/org.eclipse.emf.cdo-4.23.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[168] return super.handleConflict(conflictHandler, lastNonConflictTimeStamp); ^^^^^^^^^^^^^^ Discouraged access: The method 'CDOHandlingConflictResolver.handleConflict(CDOHandlingConflictResolver.ConflictHandler, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo/4.23.0.v20231124-1621/org.eclipse.emf.cdo-4.23.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[172] conflictResolver.setConflictHandlerSelector(new InteractiveConflictHandlerSelector()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CDOHandlingConflictResolver.setConflictHandlerSelector(CDOHandlingConflictResolver.ConflictHandlerSelector)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo/4.23.0.v20231124-1621/org.eclipse.emf.cdo-4.23.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[172] conflictResolver.setConflictHandlerSelector(new InteractiveConflictHandlerSelector()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InteractiveConflictHandlerSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.ui/4.16.0.v20231124-1621/org.eclipse.emf.cdo.ui-4.16.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[172] conflictResolver.setConflictHandlerSelector(new InteractiveConflictHandlerSelector()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'InteractiveConflictHandlerSelector()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.ui/4.16.0.v20231124-1621/org.eclipse.emf.cdo.ui-4.16.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[328] CDOView view = editors.remove(coreEditor); ^^^^ The value of the local variable view is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[374] Optional sashContainer = AdapterUtils.adapt(editor, ISashWindowsContainer.class); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[374] Optional sashContainer = AdapterUtils.adapt(editor, ISashWindowsContainer.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[387] Optional sashContainer = AdapterUtils.adapt(part, ISashWindowsContainer.class); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/PapyrusCDOEditorManager.java:[387] Optional sashContainer = AdapterUtils.adapt(part, ISashWindowsContainer.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/dialogs/CheckoutBrowseDialog.java:[59] import org.eclipse.ui.actions.CreateFolderAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CreateFolderAction is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/dialogs/CheckoutBrowseDialog.java:[228] tree.setSorter(itemProvider); ^^^^^^^^^^^^^^^^^^^^^^^ The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/dialogs/CheckoutBrowseDialog.java:[242] ActionButton newFolderButton = new ActionButton(Messages.CheckoutBrowseDialog_newFolderAction, new CreateFolderAction(this), SWT.PUSH); ^^^^^^^^^^^^^^^^^^ The type CreateFolderAction is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/dialogs/CheckoutBrowseDialog.java:[242] ActionButton newFolderButton = new ActionButton(Messages.CheckoutBrowseDialog_newFolderAction, new CreateFolderAction(this), SWT.PUSH); ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CreateFolderAction(IShellProvider) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/org/eclipse/papyrus/cdo/internal/ui/editors/DawnGraphicalEditorSupport.java:[158] Iterator iter = EcoreUtil.getAllProperContents(Collections.singleton(diagram), false); ^^^^ The value of the local variable iter is not used 53 problems (53 warnings) [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.cdo.ui --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.cdo.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.ui --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/target/org.eclipse.papyrus.cdo.ui-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/target/org.eclipse.papyrus.cdo.ui-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.ui --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.ui --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.ui --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.cdo.ui --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.cdo.ui --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.ui.doc >------- [INFO] Building Papyrus CDO UI doc 1.3.0-SNAPSHOT [9/39] [INFO] from bundles/org.eclipse.papyrus.cdo.ui.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] Resolving class path of Papyrus CDO UI doc... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.doc/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- wikitext:3.0.29:eclipse-help (default) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.doc/src/site/mediawiki -> /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.doc/target/site/generated-eclipse-help [INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.doc/src/site/mediawiki/papyrus-cdo-client-userDoc.mediawiki [INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.doc/src/site/mediawiki/papyrus-cdo-server-userDoc.mediawiki [INFO] Processed 23 files [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.doc/target/org.eclipse.papyrus.cdo.ui.doc-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.doc/target/org.eclipse.papyrus.cdo.ui.doc-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.ui.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.ui.hyperlink >---- [INFO] Building org.eclipse.papyrus.cdo.ui.hyperlink 1.3.0-SNAPSHOT [10/39] [INFO] from bundles/org.eclipse.papyrus.cdo.ui.hyperlink/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.ui.hyperlink... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlink.java:[30] import org.eclipse.emf.cdo.explorer.ui.checkouts.CDOCheckoutContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOCheckoutContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlink.java:[31] import org.eclipse.emf.cdo.explorer.ui.checkouts.actions.OpenWithActionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenWithActionProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlink.java:[124] CDOCheckoutContentProvider contentProvider = CDOCheckoutContentProvider.getInstance(CDOCheckoutContentProvider.PROJECT_EXPLORER_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOCheckoutContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlink.java:[124] CDOCheckoutContentProvider contentProvider = CDOCheckoutContentProvider.getInstance(CDOCheckoutContentProvider.PROJECT_EXPLORER_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOCheckoutContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlink.java:[124] CDOCheckoutContentProvider contentProvider = CDOCheckoutContentProvider.getInstance(CDOCheckoutContentProvider.PROJECT_EXPLORER_ID); ^^^^^^^^^^^ Discouraged access: The method 'CDOCheckoutContentProvider.getInstance(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlink.java:[124] CDOCheckoutContentProvider contentProvider = CDOCheckoutContentProvider.getInstance(CDOCheckoutContentProvider.PROJECT_EXPLORER_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOCheckoutContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlink.java:[124] CDOCheckoutContentProvider contentProvider = CDOCheckoutContentProvider.getInstance(CDOCheckoutContentProvider.PROJECT_EXPLORER_ID); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CDOCheckoutContentProvider.PROJECT_EXPLORER_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlink.java:[127] contentProvider.selectObjects(checkout); ^^^^^^^^^^^^^ Discouraged access: The method 'CDOCheckoutContentProvider.selectObjects(Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlink.java:[134] OpenWithActionProvider.openEditor(page, null, object, null); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenWithActionProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlink.java:[134] OpenWithActionProvider.openEditor(page, null, object, null); ^^^^^^^^^^ Discouraged access: The method 'OpenWithActionProvider.openEditor(IWorkbenchPage, ComposedAdapterFactory, EObject, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlink.java:[137] OpenWithActionProvider.openEditor(page, null, diResource, PapyrusCDOEditorOpener.ID); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenWithActionProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlink.java:[137] OpenWithActionProvider.openEditor(page, null, diResource, PapyrusCDOEditorOpener.ID); ^^^^^^^^^^ Discouraged access: The method 'OpenWithActionProvider.openEditor(IWorkbenchPage, ComposedAdapterFactory, EObject, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlinkHelper.java:[38] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlinkHelper.java:[106] CDOResourceNode node = AdapterUtils.adapt(linkTarget, CDOResourceNode.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/org/eclipse/papyrus/cdo/internal/ui/hyperlink/CDOResourceHyperlinkHelper.java:[106] CDOResourceNode node = AdapterUtils.adapt(linkTarget, CDOResourceNode.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, CDOResourceNode) from the type AdapterUtils is deprecated 15 problems (15 warnings) [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/target/org.eclipse.papyrus.cdo.ui.hyperlink-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui.hyperlink/target/org.eclipse.papyrus.cdo.ui.hyperlink-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.ui.hyperlink --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.diagram.ui >--- [INFO] Building org.eclipse.papyrus.cdo.uml.diagram.ui 1.3.0-SNAPSHOT [11/39] [INFO] from bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.uml.diagram.ui... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/src/org/eclipse/papyrus/cdo/uml/diagram/internal/ui/wizards/NewModelPage.java:[31] import org.eclipse.emf.cdo.explorer.ui.checkouts.CDOCheckoutContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOCheckoutContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/src/org/eclipse/papyrus/cdo/uml/diagram/internal/ui/wizards/NewModelPage.java:[109] folderViewer = CDOCheckoutContentProvider.createTreeViewer(container); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOCheckoutContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/src/org/eclipse/papyrus/cdo/uml/diagram/internal/ui/wizards/NewModelPage.java:[109] folderViewer = CDOCheckoutContentProvider.createTreeViewer(container); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'CDOCheckoutContentProvider.createTreeViewer(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer.ui/4.7.11.v20231124-1621/org.eclipse.emf.cdo.explorer.ui-4.7.11.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/src/org/eclipse/papyrus/cdo/uml/diagram/internal/ui/wizards/NewModelPage.java:[468] private static SegmentType of(CDOResourceNode resourceNode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method of(CDOResourceNode) from the type NewModelPage.SegmentType is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/src/org/eclipse/papyrus/cdo/uml/diagram/internal/ui/wizards/CDONewModelStorageProvider.java:[26] import org.eclipse.core.runtime.IStatus; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IStatus is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/src/org/eclipse/papyrus/cdo/uml/diagram/internal/ui/wizards/CDONewModelStorageProvider.java:[37] import org.eclipse.papyrus.cdo.internal.ui.editors.PapyrusCDOEditorInput; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PapyrusCDOEditorInput' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/src/org/eclipse/papyrus/cdo/uml/diagram/internal/ui/wizards/CDONewModelStorageProvider.java:[179] return new PapyrusCDOEditorInput(uri, uri.trimFileExtension().lastSegment()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PapyrusCDOEditorInput' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/src/org/eclipse/papyrus/cdo/uml/diagram/internal/ui/wizards/CDONewModelStorageProvider.java:[179] return new PapyrusCDOEditorInput(uri, uri.trimFileExtension().lastSegment()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PapyrusCDOEditorInput(URI, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.ui/target/classes') 8 problems (8 warnings) [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/target/org.eclipse.papyrus.cdo.uml.diagram.ui-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.diagram.ui/target/org.eclipse.papyrus.cdo.uml.diagram.ui-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.uml.diagram.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.search.ui >---- [INFO] Building org.eclipse.papyrus.cdo.uml.search.ui 1.3.0-SNAPSHOT [12/39] [INFO] from bundles/org.eclipse.papyrus.cdo.uml.search.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.uml.search.ui... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.search.ui/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.search.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.search.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.search.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.search.ui/target/org.eclipse.papyrus.cdo.uml.search.ui-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.search.ui/target/org.eclipse.papyrus.cdo.uml.search.ui-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.uml.search.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.ui >------- [INFO] Building org.eclipse.papyrus.cdo.uml.ui 1.3.0-SNAPSHOT [13/39] [INFO] from bundles/org.eclipse.papyrus.cdo.uml.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.uml.ui... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.ui/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.ui/target/org.eclipse.papyrus.cdo.uml.ui-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.cdo.uml.ui/target/org.eclipse.papyrus.cdo.uml.ui-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.uml.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.infra.gmfdiag.css.cdo >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.cdo 2.3.0-SNAPSHOT [14/39] [INFO] from bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] The project's OSGi version is 2.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css.cdo... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/target/org.eclipse.papyrus.infra.gmfdiag.css.cdo-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/target/org.eclipse.papyrus.infra.gmfdiag.css.cdo-2.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.css.cdo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.infra.gmfdiag.style.cdo >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.style.cdo 2.1.0-SNAPSHOT [15/39] [INFO] from bundles/org.eclipse.papyrus.infra.gmfdiag.style.cdo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] The project's OSGi version is 2.1.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.style.cdo... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.style.cdo/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.style.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.style.cdo/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.style.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.style.cdo/target/org.eclipse.papyrus.infra.gmfdiag.style.cdo-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.style.cdo/target/org.eclipse.papyrus.infra.gmfdiag.style.cdo-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.style.cdo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.infra.core.architecture.cdo >-- [INFO] Building org.eclipse.papyrus.infra.core.architecture.cdo 2.2.0-SNAPSHOT [16/39] [INFO] from bundles/org.eclipse.papyrus.infra.core.architecture.cdo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] The project's OSGi version is 2.2.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.architecture.cdo... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.core.architecture.cdo/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.core.architecture.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.core.architecture.cdo/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.core.architecture.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.core.architecture.cdo/target/org.eclipse.papyrus.infra.core.architecture.cdo-2.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.core.architecture.cdo/target/org.eclipse.papyrus.infra.core.architecture.cdo-2.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.architecture.cdo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.infra.nattable.model.cdo >-- [INFO] Building org.eclipse.papyrus.infra.nattable.model.cdo 4.3.0-SNAPSHOT [17/39] [INFO] from bundles/org.eclipse.papyrus.infra.nattable.model.cdo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] The project's OSGi version is 4.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.model.cdo... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.nattable.model.cdo/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.nattable.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.nattable.model.cdo/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.nattable.model.cdo/src/org/eclipse/papyrus/infra/nattable/model/cdo/nattable/nattablestyle/impl/StyledElementImpl.java:[109] for (Iterator i = getStyles().iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized 1 problem (1 warning) [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.nattable.model.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.nattable.model.cdo/target/org.eclipse.papyrus.infra.nattable.model.cdo-4.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.nattable.model.cdo/target/org.eclipse.papyrus.infra.nattable.model.cdo-4.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.model.cdo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.cdo:org.eclipse.papyrus.infra.textedit.cdo >--- [INFO] Building org.eclipse.papyrus.infra.textedit.cdo 1.1.0-SNAPSHOT [18/39] [INFO] from bundles/org.eclipse.papyrus.infra.textedit.cdo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] The project's OSGi version is 1.1.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] Resolving class path of org.eclipse.papyrus.infra.textedit.cdo... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.textedit.cdo/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.textedit.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.textedit.cdo/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.textedit.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.textedit.cdo/target/org.eclipse.papyrus.infra.textedit.cdo-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/org.eclipse.papyrus.infra.textedit.cdo/target/org.eclipse.papyrus.infra.textedit.cdo-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.textedit.cdo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --------------------< org.eclipse.papyrus.cdo:uml >--------------------- [INFO] Building uml 1.3.0-SNAPSHOT [19/39] [INFO] from bundles/uml/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ uml --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ uml --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ uml --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ uml --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ uml --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ uml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----------< org.eclipse.papyrus.cdo:org.eclipse.uml2.uml.cdo >---------- [INFO] Building org.eclipse.uml2.uml.cdo 5.4.0-SNAPSHOT [20/39] [INFO] from bundles/uml/org.eclipse.uml2.uml.cdo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.uml2.uml.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.uml2.uml.cdo --- [INFO] The project's OSGi version is 5.4.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.uml2.uml.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.uml2.uml.cdo --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.uml2.uml.cdo --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.uml2.uml.cdo --- [INFO] Resolving class path of org.eclipse.uml2.uml.cdo... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.uml2.uml.cdo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.uml2.uml.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.uml2.uml.cdo --- [INFO] Compiling 254 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExecutableNodeImpl.java:[27] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LinkEndCreationDataImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LinkEndCreationDataImpl.java:[27] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LinkEndCreationDataImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SignalEventImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SignalEventImpl.java:[21] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SignalEventImpl.java:[23] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LiteralBooleanImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LiteralBooleanImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SlotImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SlotImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SlotImpl.java:[30] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SlotImpl.java:[31] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StateImpl.java:[25] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StateImpl.java:[36] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StateImpl.java:[40] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StateImpl.java:[41] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StateImpl.java:[43] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AddStructuralFeatureValueActionImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AddStructuralFeatureValueActionImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExtensionEndImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExtensionEndImpl.java:[27] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExtensionEndImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DeploymentTargetImpl.java:[27] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeObservationImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeObservationImpl.java:[23] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeObservationImpl.java:[25] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeEventImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeEventImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ParameterImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/NamedElementImpl.java:[22] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/NamedElementImpl.java:[36] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionImpl.java:[33] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionImpl.java:[34] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionImpl.java:[36] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CreateLinkObjectActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CreateLinkObjectActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StringExpressionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StringExpressionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StringExpressionImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StringExpressionImpl.java:[36] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DeploymentImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DeploymentImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DeploymentImpl.java:[33] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DeploymentImpl.java:[34] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/NodeImpl.java:[33] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/NodeImpl.java:[34] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeIntervalImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeIntervalImpl.java:[21] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeIntervalImpl.java:[23] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClassImpl.java:[25] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClassImpl.java:[36] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClassImpl.java:[40] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClassImpl.java:[41] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateSignatureImpl.java:[22] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateSignatureImpl.java:[33] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateSignatureImpl.java:[37] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/MessageOccurrenceSpecificationImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/MessageOccurrenceSpecificationImpl.java:[25] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/MessageOccurrenceSpecificationImpl.java:[27] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ParameterSetImpl.java:[32] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ParameterSetImpl.java:[33] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadIsClassifiedObjectActionImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadIsClassifiedObjectActionImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateParameterSubstitutionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateParameterSubstitutionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateParameterSubstitutionImpl.java:[35] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExecutionOccurrenceSpecificationImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExecutionOccurrenceSpecificationImpl.java:[21] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExecutionOccurrenceSpecificationImpl.java:[23] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ComponentRealizationImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ComponentRealizationImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ComponentRealizationImpl.java:[33] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/WriteStructuralFeatureActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/WriteStructuralFeatureActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ProtocolTransitionImpl.java:[25] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ProtocolTransitionImpl.java:[36] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AcceptEventActionImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AcceptEventActionImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AcceptEventActionImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TestIdentityActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TestIdentityActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadLinkObjectEndQualifierActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadLinkObjectEndQualifierActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RedefinableElementImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RedefinableElementImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PseudostateImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PseudostateImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PseudostateImpl.java:[33] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/GeneralOrderingImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/GeneralOrderingImpl.java:[28] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/WriteVariableActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/WriteVariableActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ChangeEventImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ChangeEventImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RegionImpl.java:[23] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RegionImpl.java:[33] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RegionImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RegionImpl.java:[39] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConditionalNodeImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConditionalNodeImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConditionalNodeImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PackageImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PackageImpl.java:[38] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExpansionRegionImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExpansionRegionImpl.java:[28] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExpansionRegionImpl.java:[30] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ValueSpecificationActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ValueSpecificationActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InstanceSpecificationImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InstanceSpecificationImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InstanceSpecificationImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InstanceSpecificationImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InstanceSpecificationImpl.java:[38] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionFragmentImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionFragmentImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionFragmentImpl.java:[30] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionFragmentImpl.java:[31] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionFragmentImpl.java:[32] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ObjectNodeImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ObjectNodeImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ObjectNodeImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DurationObservationImpl.java:[26] import org.eclipse.emf.ecore.util.EDataTypeUniqueEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EDataTypeUniqueEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DurationObservationImpl.java:[27] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClearStructuralFeatureActionImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClearStructuralFeatureActionImpl.java:[27] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DurationConstraintImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DurationConstraintImpl.java:[30] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DurationConstraintImpl.java:[32] import org.eclipse.emf.ecore.util.EDataTypeUniqueEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EDataTypeUniqueEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InformationItemImpl.java:[26] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/IntervalConstraintImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/IntervalConstraintImpl.java:[24] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionConstraintImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionConstraintImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehaviorExecutionSpecificationImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehaviorExecutionSpecificationImpl.java:[21] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehaviorExecutionSpecificationImpl.java:[23] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateBindingImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateBindingImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateBindingImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateBindingImpl.java:[36] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PinImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PinImpl.java:[33] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CallOperationActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CallOperationActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClassifierTemplateParameterImpl.java:[22] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClassifierTemplateParameterImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClassifierTemplateParameterImpl.java:[34] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InformationFlowImpl.java:[28] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadLinkActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadLinkActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ModelImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ModelImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadExtentActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadExtentActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClassifierImpl.java:[38] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClassifierImpl.java:[39] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClassifierImpl.java:[40] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClassifierImpl.java:[41] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PackageableElementImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PackageableElementImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PackageableElementImpl.java:[33] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CreateObjectActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CreateObjectActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/IntervalImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/IntervalImpl.java:[21] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/IntervalImpl.java:[23] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RemoveVariableValueActionImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RemoveVariableValueActionImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActionInputPinImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActionInputPinImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LiteralStringImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LiteralStringImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeExpressionImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeExpressionImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeExpressionImpl.java:[32] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadLinkObjectEndActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadLinkObjectEndActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StartObjectBehaviorActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StartObjectBehaviorActionImpl.java:[30] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LoopNodeImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LoopNodeImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LoopNodeImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LoopNodeImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadVariableActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadVariableActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ParameterableElementImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ParameterableElementImpl.java:[28] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ParameterableElementImpl.java:[32] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectorEndImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectorEndImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CollaborationImpl.java:[22] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CollaborationImpl.java:[33] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CollaborationImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CollaborationImpl.java:[38] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConsiderIgnoreFragmentImpl.java:[27] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LiteralIntegerImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LiteralIntegerImpl.java:[25] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RedefinableTemplateSignatureImpl.java:[38] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LinkActionImpl.java:[32] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PackageImportImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PackageImportImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PackageImportImpl.java:[36] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StereotypeImpl.java:[31] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ProtocolConformanceImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ProtocolConformanceImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ProtocolConformanceImpl.java:[30] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/MultiplicityElementImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/MultiplicityElementImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InstanceValueImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InstanceValueImpl.java:[25] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InstanceValueImpl.java:[27] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OccurrenceSpecificationImpl.java:[28] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReduceActionImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReduceActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ComponentImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ComponentImpl.java:[30] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ComponentImpl.java:[34] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ComponentImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/EnumerationImpl.java:[30] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InvocationActionImpl.java:[18] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InvocationActionImpl.java:[27] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InvocationActionImpl.java:[31] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ArtifactImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ArtifactImpl.java:[30] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ArtifactImpl.java:[34] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TypedElementImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TypedElementImpl.java:[21] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TypedElementImpl.java:[23] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ImageImpl.java:[18] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ImageImpl.java:[23] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StructuralFeatureActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StructuralFeatureActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/GeneralizationSetImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/GeneralizationSetImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/GeneralizationSetImpl.java:[34] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ContinuationImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ContinuationImpl.java:[28] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityImpl.java:[22] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityImpl.java:[33] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityImpl.java:[38] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectableElementTemplateParameterImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectableElementTemplateParameterImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectorImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectorImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectorImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectorImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CallActionImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CallActionImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CallActionImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PortImpl.java:[23] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PortImpl.java:[31] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PortImpl.java:[33] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TransitionImpl.java:[25] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TransitionImpl.java:[36] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TransitionImpl.java:[40] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TransitionImpl.java:[42] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/UseCaseImpl.java:[32] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/UseCaseImpl.java:[33] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActionImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActionImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActionImpl.java:[32] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/EncapsulatedClassifierImpl.java:[26] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AbstractionImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AbstractionImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/MessageEndImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/MessageEndImpl.java:[25] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/MessageEndImpl.java:[27] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/NamespaceImpl.java:[32] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SubstitutionImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SubstitutionImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SubstitutionImpl.java:[33] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LifelineImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LifelineImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LifelineImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LifelineImpl.java:[36] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AddVariableValueActionImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AddVariableValueActionImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StructuralFeatureImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StructuralFeatureImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DurationImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DurationImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DurationImpl.java:[32] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PropertyImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PropertyImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ElementImportImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ElementImportImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ElementImportImpl.java:[36] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExecutionSpecificationImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExecutionSpecificationImpl.java:[27] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExecutionSpecificationImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DecisionNodeImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DecisionNodeImpl.java:[27] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DecisionNodeImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OperationImpl.java:[23] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OperationImpl.java:[34] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OperationImpl.java:[38] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OperationImpl.java:[39] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OperationImpl.java:[40] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OperationImpl.java:[41] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExtendImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExtendImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExtendImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExtendImpl.java:[36] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActionExecutionSpecificationImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActionExecutionSpecificationImpl.java:[27] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActionExecutionSpecificationImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ProtocolStateMachineImpl.java:[32] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ValueSpecificationImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ValueSpecificationImpl.java:[25] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ValueSpecificationImpl.java:[27] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/GeneralizationImpl.java:[18] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/GeneralizationImpl.java:[27] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/GeneralizationImpl.java:[31] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/GeneralizationImpl.java:[32] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/UnmarshallActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/UnmarshallActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/UnmarshallActionImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateParameterImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateParameterImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateParameterImpl.java:[35] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InterfaceImpl.java:[22] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InterfaceImpl.java:[33] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InterfaceImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InterfaceImpl.java:[38] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CollaborationUseImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CollaborationUseImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CollaborationUseImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DeploymentSpecificationImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DeploymentSpecificationImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DeploymentSpecificationImpl.java:[33] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionUseImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionUseImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionUseImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StartClassifierBehaviorActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StartClassifierBehaviorActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionOperandImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionOperandImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionOperandImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionOperandImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionOperandImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InteractionOperandImpl.java:[38] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CommentImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CommentImpl.java:[23] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CommentImpl.java:[25] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OpaqueExpressionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OpaqueExpressionImpl.java:[30] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OpaqueExpressionImpl.java:[32] import org.eclipse.emf.ecore.util.EDataTypeEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EDataTypeEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OpaqueExpressionImpl.java:[33] import org.eclipse.emf.ecore.util.EDataTypeUniqueEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EDataTypeUniqueEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OpaqueExpressionImpl.java:[35] import org.eclipse.emf.ecore.util.InternalEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.InternalEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateableElementImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateableElementImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TemplateableElementImpl.java:[33] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ValuePinImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ValuePinImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/VariableActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/VariableActionImpl.java:[27] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/VariableActionImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/FeatureImpl.java:[18] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/FeatureImpl.java:[24] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityEdgeImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityEdgeImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityEdgeImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityEdgeImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityEdgeImpl.java:[37] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SendObjectActionImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SendObjectActionImpl.java:[30] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehavioralFeatureImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehavioralFeatureImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehavioralFeatureImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehavioralFeatureImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehavioralFeatureImpl.java:[38] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/QualifierValueImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/QualifierValueImpl.java:[27] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/QualifierValueImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConstraintImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConstraintImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConstraintImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConstraintImpl.java:[36] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehaviorImpl.java:[22] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehaviorImpl.java:[33] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehaviorImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CallEventImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CallEventImpl.java:[21] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CallEventImpl.java:[23] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExceptionHandlerImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExceptionHandlerImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExceptionHandlerImpl.java:[33] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExceptionHandlerImpl.java:[34] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/IncludeImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/IncludeImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/IncludeImpl.java:[30] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ObjectFlowImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ObjectFlowImpl.java:[28] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ObjectFlowImpl.java:[30] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectableElementImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectableElementImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectableElementImpl.java:[33] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DestroyObjectActionImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DestroyObjectActionImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClearAssociationActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClearAssociationActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CreateLinkActionImpl.java:[28] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DurationIntervalImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DurationIntervalImpl.java:[21] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DurationIntervalImpl.java:[23] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/EnumerationLiteralImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/EnumerationLiteralImpl.java:[28] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/EnumerationLiteralImpl.java:[30] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityParameterNodeImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityParameterNodeImpl.java:[28] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityParameterNodeImpl.java:[30] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AcceptCallActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AcceptCallActionImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TriggerImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TriggerImpl.java:[26] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TriggerImpl.java:[28] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TriggerImpl.java:[30] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ProfileApplicationImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ProfileApplicationImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ProfileApplicationImpl.java:[36] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LiteralRealImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LiteralRealImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InterfaceRealizationImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InterfaceRealizationImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InterfaceRealizationImpl.java:[33] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReceptionImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReceptionImpl.java:[28] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReceptionImpl.java:[30] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/VertexImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/VertexImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/VertexImpl.java:[31] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/MessageImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/MessageImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/MessageImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/MessageImpl.java:[37] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StateInvariantImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StateInvariantImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StateInvariantImpl.java:[30] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReplyActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReplyActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReplyActionImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadStructuralFeatureActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadStructuralFeatureActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityNodeImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityNodeImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StructuredClassifierImpl.java:[35] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LinkEndDataImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LinkEndDataImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LinkEndDataImpl.java:[34] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/InterruptibleActivityRegionImpl.java:[32] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeConstraintImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/TimeConstraintImpl.java:[30] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LinkEndDestructionDataImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LinkEndDestructionDataImpl.java:[27] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LinkEndDestructionDataImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SequenceNodeImpl.java:[25] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StructuredActivityNodeImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StructuredActivityNodeImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RaiseExceptionActionImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RaiseExceptionActionImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AssociationClassImpl.java:[23] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AssociationClassImpl.java:[34] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehavioredClassifierImpl.java:[22] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehavioredClassifierImpl.java:[33] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BehavioredClassifierImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExtensionPointImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExtensionPointImpl.java:[30] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExtensionPointImpl.java:[32] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CallBehaviorActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CallBehaviorActionImpl.java:[27] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CallBehaviorActionImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OpaqueActionImpl.java:[30] import org.eclipse.emf.ecore.util.EDataTypeEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EDataTypeEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OpaqueActionImpl.java:[31] import org.eclipse.emf.ecore.util.EDataTypeUniqueEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EDataTypeUniqueEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OpaqueActionImpl.java:[32] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OperationTemplateParameterImpl.java:[22] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OperationTemplateParameterImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/JoinNodeImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/JoinNodeImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RemoveStructuralFeatureValueActionImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/RemoveStructuralFeatureValueActionImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DestroyLinkActionImpl.java:[23] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExpansionNodeImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExpansionNodeImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadSelfActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReadSelfActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SendSignalActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SendSignalActionImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StateMachineImpl.java:[33] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/StateMachineImpl.java:[34] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CombinedFragmentImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CombinedFragmentImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/CombinedFragmentImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DataTypeImpl.java:[30] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExpressionImpl.java:[18] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExpressionImpl.java:[27] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ExpressionImpl.java:[31] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/DependencyImpl.java:[25] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PackageMergeImpl.java:[17] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PackageMergeImpl.java:[26] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/PackageMergeImpl.java:[30] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/SignalImpl.java:[31] import org.eclipse.emf.ecore.util.EObjectContainmentEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ManifestationImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ManifestationImpl.java:[26] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ManifestationImpl.java:[28] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/VariableImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/VariableImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/VariableImpl.java:[36] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LiteralUnlimitedNaturalImpl.java:[19] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/LiteralUnlimitedNaturalImpl.java:[25] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AssociationImpl.java:[23] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/AssociationImpl.java:[34] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityPartitionImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityPartitionImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityPartitionImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityPartitionImpl.java:[37] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ActivityPartitionImpl.java:[38] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReclassifyObjectActionImpl.java:[21] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReclassifyObjectActionImpl.java:[32] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ReclassifyObjectActionImpl.java:[36] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OpaqueBehaviorImpl.java:[21] import org.eclipse.emf.ecore.util.EDataTypeEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EDataTypeEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OpaqueBehaviorImpl.java:[22] import org.eclipse.emf.ecore.util.EDataTypeUniqueEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EDataTypeUniqueEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/OpaqueBehaviorImpl.java:[24] import org.eclipse.emf.ecore.util.InternalEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.InternalEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClauseImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClauseImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClauseImpl.java:[33] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ClauseImpl.java:[34] import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectionPointReferenceImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectionPointReferenceImpl.java:[31] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectionPointReferenceImpl.java:[33] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/ConnectionPointReferenceImpl.java:[34] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BroadcastSignalActionImpl.java:[20] import org.eclipse.emf.common.notify.Notification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.notify.Notification is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BroadcastSignalActionImpl.java:[27] import org.eclipse.emf.ecore.InternalEObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.InternalEObject is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/org/eclipse/uml2/uml/cdo/internal/impl/BroadcastSignalActionImpl.java:[29] import org.eclipse.emf.ecore.impl.ENotificationImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.impl.ENotificationImpl is never used 537 problems (537 warnings) [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.uml2.uml.cdo --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.uml2.uml.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.uml2.uml.cdo --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.uml2.uml.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uml2.uml.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.uml2.uml.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/target/org.eclipse.uml2.uml.cdo-5.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.uml2.uml.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.cdo/target/org.eclipse.uml2.uml.cdo-5.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uml2.uml.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.uml2.uml.cdo --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.uml2.uml.cdo --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.uml2.uml.cdo --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.uml2.uml.cdo --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.uml2.uml.cdo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.uml2.uml.profile.standard.cdo >-- [INFO] Building org.eclipse.uml2.uml.profile.standard.cdo 1.5.0-SNAPSHOT [21/39] [INFO] from bundles/uml/org.eclipse.uml2.uml.profile.standard.cdo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] The project's OSGi version is 1.5.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] Resolving class path of org.eclipse.uml2.uml.profile.standard.cdo... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.profile.standard.cdo/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.profile.standard.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.profile.standard.cdo/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.profile.standard.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.profile.standard.cdo/target/org.eclipse.uml2.uml.profile.standard.cdo-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/uml/org.eclipse.uml2.uml.profile.standard.cdo/target/org.eclipse.uml2.uml.profile.standard.cdo-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.uml2.uml.profile.standard.cdo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ------------------< org.eclipse.papyrus.cdo:compare >------------------- [INFO] Building compare 1.3.0-SNAPSHOT [22/39] [INFO] from bundles/compare/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ compare --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ compare --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/compare/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ compare --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ compare --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ compare --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ compare --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ------< org.eclipse.papyrus.cdo:org.eclipse.emf.compare.uml2.cdo >------ [INFO] Building org.eclipse.emf.compare.uml2.cdo 1.1.0-SNAPSHOT [23/39] [INFO] from bundles/compare/org.eclipse.emf.compare.uml2.cdo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] The project's OSGi version is 1.1.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] Resolving class path of org.eclipse.emf.compare.uml2.cdo... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/compare/org.eclipse.emf.compare.uml2.cdo/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/compare/org.eclipse.emf.compare.uml2.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/compare/org.eclipse.emf.compare.uml2.cdo/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/compare/org.eclipse.emf.compare.uml2.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/compare/org.eclipse.emf.compare.uml2.cdo/target/org.eclipse.emf.compare.uml2.cdo-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/bundles/compare/org.eclipse.emf.compare.uml2.cdo/target/org.eclipse.emf.compare.uml2.cdo-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] Skipping tests [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.emf.compare.uml2.cdo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo-features >------ [INFO] Building org.eclipse.papyrus.cdo-features 1.3.0-SNAPSHOT [24/39] [INFO] from features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo-features --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo-features --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo-features --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo-features --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo-features --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo-features --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.emf.compare.uml2.cdo.feature >---- [INFO] Building org.eclipse.emf.compare.uml2.cdo.feature 1.1.0-SNAPSHOT [25/39] [INFO] from features/org.eclipse.emf.compare.uml2.cdo.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.emf.compare.uml2.cdo.feature/target [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] The project's OSGi version is 1.1.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.emf.compare.uml2.cdo.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.emf.compare.uml2.cdo.feature/target/org.eclipse.emf.compare.uml2.cdo.feature-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.emf.compare.uml2.cdo.feature/target/org.eclipse.emf.compare.uml2.cdo.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.emf.compare.uml2.cdo.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.cdo.feature >--------- [INFO] Building org.eclipse.papyrus.cdo.feature 1.4.0-SNAPSHOT [26/39] [INFO] from features/org.eclipse.papyrus.cdo.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.feature/target [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.cdo.feature --- [INFO] The project's OSGi version is 1.4.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.feature --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.feature --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.feature --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.papyrus.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.feature/target/org.eclipse.papyrus.cdo.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.feature --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.cdo.feature --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.feature/target/org.eclipse.papyrus.cdo.feature-1.4.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.feature --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.cdo.models.feature >----- [INFO] Building org.eclipse.papyrus.cdo.models.feature 1.1.0-SNAPSHOT [27/39] [INFO] from features/org.eclipse.papyrus.cdo.models.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.models.feature/target [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] The project's OSGi version is 1.1.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.models.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.models.feature/target/org.eclipse.papyrus.cdo.models.feature-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.models.feature/target/org.eclipse.papyrus.cdo.models.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.models.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.cdo.infra.textedit.feature >-- [INFO] Building org.eclipse.papyrus.cdo.infra.textedit.feature 1.1.0-SNAPSHOT [28/39] [INFO] from features/org.eclipse.papyrus.cdo.infra.textedit.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.infra.textedit.feature/target [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] The project's OSGi version is 1.1.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.infra.textedit.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.infra.textedit.feature/target/org.eclipse.papyrus.cdo.infra.textedit.feature-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/features/org.eclipse.papyrus.cdo.infra.textedit.feature/target/org.eclipse.papyrus.cdo.infra.textedit.feature-1.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.infra.textedit.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo-releng >------- [INFO] Building org.eclipse.papyrus.cdo-releng 1.3.0-SNAPSHOT [29/39] [INFO] from releng/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo-releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo-releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/releng/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo-releng --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo-releng --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo-releng --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo-releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.p2 >--------- [INFO] Building org.eclipse.papyrus.cdo.p2 1.3.0-SNAPSHOT [30/39] [INFO] from releng/org.eclipse.papyrus.cdo.p2/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.p2 --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.cdo.p2 --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.cdo.p2 --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.p2 --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.p2 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/releng/org.eclipse.papyrus.cdo.p2/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/releng/org.eclipse.papyrus.cdo.p2/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:3.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.cdo.p2 --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] [INFO] --- tycho-p2-publisher:3.0.4:publish-products (default-publish-products) @ org.eclipse.papyrus.cdo.p2 --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:3.0.4:publish-categories (default-publish-categories) @ org.eclipse.papyrus.cdo.p2 --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:3.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.cdo.p2 --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:3.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.cdo.p2 --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.uml.diagram.ui.source,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.uml.diagram.ui,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.papyrus.cdo.feature,1.4.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.validation.problems,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.uml2.uml.cdo.source,5.4.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.security,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.papyrus.cdo.feature.source,1.4.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.uml2.uml.cdo,5.4.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.infra.gmfdiag.style.cdo,2.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.infra.gmfdiag.css.cdo.source,2.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.infra.core.architecture.cdo,2.2.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.infra.textedit.cdo,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.ui.source,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.papyrus.cdo.models.feature,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.uml2.uml.profile.standard.cdo,1.5.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.emf.compare.uml2.cdo,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.uml.ui,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.infra.nattable.model.cdo.source,4.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.core.source,2.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.ui.doc.source,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.core,2.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.infra.gmfdiag.css.cdo,2.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.uml2.uml.profile.standard.cdo.source,1.5.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.infra.gmfdiag.style.cdo.source,2.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.papyrus.cdo.infra.textedit.feature,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.ui.doc,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.uml.search.ui.source,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.validation.problems.edit,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.uml.ui.source,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.emf.compare.uml2.cdo.source,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.security.properties,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.papyrus.cdo.infra.textedit.feature.source,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.compare.uml2.cdo.feature.source,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.uml.search.ui,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.compare.uml2.cdo.feature,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.ui.hyperlink.source,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.security.properties.source,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.ui.hyperlink,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.ui,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.validation.problems.source,1.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.papyrus.cdo.models.feature.source,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.security.source,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.infra.nattable.model.cdo,4.3.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.infra.textedit.cdo.source,1.1.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.infra.core.architecture.cdo.source,2.2.0.202401180911. [WARNING] [12e4619e-eb1b-473f-98a8-0df1731d5368][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.papyrus.cdo.validation.problems.edit.source,1.3.0.202401180911. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.p2 --- [INFO] [INFO] --- tycho-p2-repository:3.0.4:archive-repository (default-archive-repository) @ org.eclipse.papyrus.cdo.p2 --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/releng/org.eclipse.papyrus.cdo.p2/target/org.eclipse.papyrus.cdo.p2-1.3.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.p2 --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.p2 --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.p2 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo-tests >-------- [INFO] Building org.eclipse.papyrus.cdo-tests 1.3.0-SNAPSHOT [31/39] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo-tests --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo-tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo-tests --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo-tests --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo-tests --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo-tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -----< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.core.tests >----- [INFO] Building org.eclipse.papyrus.cdo.core.tests 1.3.0-SNAPSHOT [32/39] [INFO] from tests/org.eclipse.papyrus.cdo.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.core.tests... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[54] assertThat(done, is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[55] assertThat(watch.elapsed(TimeUnit.SECONDS), lessThanOrEqualTo(3L)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Long, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[68] assertThat(done, is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[69] assertThat(watch.elapsed(TimeUnit.SECONDS), lessThanOrEqualTo(3L)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Long, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[80] assertThat(done, is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[81] assertThat(watch.elapsed(TimeUnit.SECONDS), lessThan(5L)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Long, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[94] assertThat(done, is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[95] assertThat(watch.elapsed(TimeUnit.SECONDS), lessThan(5L)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Long, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/controlmode/tests/CDOControlModeTest.java:[86] ResourceSet resourceSet = res.getResourceSet(); ^^^^^^^^^^^ The value of the local variable resourceSet is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/expressions/tests/EObjectPropertyTesterTest.java:[37] assertThat(fixture.test(res, "isCDOObject", null, true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/expressions/tests/EObjectPropertyTesterTest.java:[39] assertThat(fixture.test(EcorePackage.Literals.ECLASS, "isCDOObject", null, true), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[52] assertThat(pred.apply(res), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[55] assertThat(pred.apply(folder), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[57] assertThat(pred.apply(transaction.getRootResource()), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[59] assertThat(pred.apply(transaction), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[68] assertThat(pred.apply(res), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[71] assertThat(pred.apply(adapter), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[82] assertThat(hasUML.apply(res1), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[83] assertThat(hasNone.apply(res1), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[84] assertThat(hasUML.apply(res2), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[85] assertThat(hasNone.apply(res2), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[88] assertThat(hasUML.apply(folder), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[89] assertThat(hasNone.apply(folder), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[90] assertThat(hasUML.apply(transaction.getRootResource()), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[91] assertThat(hasNone.apply(transaction.getRootResource()), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[105] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[115] assertThat(equalPairs, is(3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[123] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[130] assertThat(CDOPredicates.hasExtension(ext1).hashCode() == CDOPredicates.hasExtension(ext2).hashCode(), // is(Objects.hashCode(ext1) == Objects.hashCode(ext2))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[137] assertThat(CDOPredicates.hasExtension("uml").toString(), containsString("hasExtension(")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[138] assertThat(CDOPredicates.hasExtension(null).toString(), containsString("hasNoExtension(")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[155] assertThat(pred.apply(folder), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[156] assertThat(pred.apply(res1), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[157] assertThat(pred.apply(res2), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[171] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[181] assertThat(equalPairs, is(3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[189] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[196] assertThat(CDOPredicates.hasURIPrefix(uri1).hashCode() == CDOPredicates.hasURIPrefix(uri2).hashCode(), // is(Objects.hashCode(uri1) == Objects.hashCode(uri2))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[203] assertThat(CDOPredicates.hasURIPrefix(URI.createURI("cdo://repo1/folder1/")).toString(), containsString("hasURIPrefix(")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[218] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type CDOPredicatesTest.StringAdapter needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[39] import org.eclipse.emf.cdo.internal.explorer.checkouts.CDOCheckoutImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOCheckoutImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[40] import org.eclipse.emf.cdo.internal.explorer.checkouts.OnlineCDOCheckout; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OnlineCDOCheckout' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[41] import org.eclipse.emf.cdo.internal.explorer.repositories.RemoteCDORepository; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RemoteCDORepository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[107] org.eclipse.emf.cdo.internal.explorer.bundle.OM.initializeManagers(testFolder); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[107] org.eclipse.emf.cdo.internal.explorer.bundle.OM.initializeManagers(testFolder); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'OM.initializeManagers(File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[134] properties.setProperty(RemoteCDORepository.PROP_TYPE, CDORepository.TYPE_REMOTE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RemoteCDORepository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[134] properties.setProperty(RemoteCDORepository.PROP_TYPE, CDORepository.TYPE_REMOTE); ^^^^^^^^^ Discouraged access: The field 'AbstractElement.PROP_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[135] properties.setProperty(RemoteCDORepository.PROP_LABEL, repositoryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RemoteCDORepository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[135] properties.setProperty(RemoteCDORepository.PROP_LABEL, repositoryName); ^^^^^^^^^^ Discouraged access: The field 'AbstractElement.PROP_LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[136] properties.setProperty(RemoteCDORepository.PROP_NAME, repositoryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RemoteCDORepository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[136] properties.setProperty(RemoteCDORepository.PROP_NAME, repositoryName); ^^^^^^^^^ Discouraged access: The field 'CDORepositoryImpl.PROP_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[137] properties.setProperty(RemoteCDORepository.PROP_CONNECTOR_TYPE, "jvm"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RemoteCDORepository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[137] properties.setProperty(RemoteCDORepository.PROP_CONNECTOR_TYPE, "jvm"); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RemoteCDORepository.PROP_CONNECTOR_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[138] properties.setProperty(RemoteCDORepository.PROP_CONNECTOR_DESCRIPTION, "default"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RemoteCDORepository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[138] properties.setProperty(RemoteCDORepository.PROP_CONNECTOR_DESCRIPTION, "default"); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RemoteCDORepository.PROP_CONNECTOR_DESCRIPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[147] properties.setProperty(OnlineCDOCheckout.PROP_TYPE, CDOCheckout.TYPE_ONLINE_HISTORICAL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OnlineCDOCheckout' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[147] properties.setProperty(OnlineCDOCheckout.PROP_TYPE, CDOCheckout.TYPE_ONLINE_HISTORICAL); ^^^^^^^^^ Discouraged access: The field 'AbstractElement.PROP_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[148] properties.setProperty(OnlineCDOCheckout.PROP_LABEL, checkoutName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OnlineCDOCheckout' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[148] properties.setProperty(OnlineCDOCheckout.PROP_LABEL, checkoutName); ^^^^^^^^^^ Discouraged access: The field 'AbstractElement.PROP_LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[149] properties.setProperty(OnlineCDOCheckout.PROP_REPOSITORY, repository.getID()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OnlineCDOCheckout' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[149] properties.setProperty(OnlineCDOCheckout.PROP_REPOSITORY, repository.getID()); ^^^^^^^^^^^^^^^ Discouraged access: The field 'CDOCheckoutImpl.PROP_REPOSITORY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[150] properties.setProperty(OnlineCDOCheckout.PROP_BRANCH_ID, Integer.toString(CDOBranch.MAIN_BRANCH_ID)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OnlineCDOCheckout' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[150] properties.setProperty(OnlineCDOCheckout.PROP_BRANCH_ID, Integer.toString(CDOBranch.MAIN_BRANCH_ID)); ^^^^^^^^^^^^^^ Discouraged access: The field 'CDOCheckoutImpl.PROP_BRANCH_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[151] properties.setProperty(OnlineCDOCheckout.PROP_TIME_STAMP, Long.toString(CDOBranchPoint.UNSPECIFIED_DATE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OnlineCDOCheckout' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[151] properties.setProperty(OnlineCDOCheckout.PROP_TIME_STAMP, Long.toString(CDOBranchPoint.UNSPECIFIED_DATE)); ^^^^^^^^^^^^^^^ Discouraged access: The field 'CDOCheckoutImpl.PROP_TIME_STAMP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[152] properties.setProperty(OnlineCDOCheckout.PROP_READ_ONLY, Boolean.toString(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OnlineCDOCheckout' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[152] properties.setProperty(OnlineCDOCheckout.PROP_READ_ONLY, Boolean.toString(false)); ^^^^^^^^^^^^^^ Discouraged access: The field 'CDOCheckoutImpl.PROP_READ_ONLY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[232] protected CDOCheckoutImpl getInternalCheckout() { ^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOCheckoutImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[233] return (CDOCheckoutImpl) getCheckout(); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CDOCheckoutImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[373] return getInternalCheckout().getView().getRootResource().getURI(); ^^^^^^^ Discouraged access: The method 'CDOCheckoutImpl.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[382] assertThat(object, instanceOf(type)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/AbstractPapyrusCDOTest.java:[411] CDOView view = getInternalCheckout().getView(); ^^^^^^^ Discouraged access: The method 'CDOCheckoutImpl.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ManyToOneModelImportMappingTest.java:[69] assertThat(fixture.getMapping(getNode(uri1)), is((IPath) new Path("/has_dependencies/model.di"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IPath, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ManyToOneModelImportMappingTest.java:[70] assertThat(fixture.getMapping(getNode(uri2)), is((IPath) new Path("/has_dependencies/model.di"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IPath, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ManyToOneModelImportMappingTest.java:[96] assertThat(test.notified, is((Set) ImmutableSet.of(getNode(uri1), getNode(uri2)))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ManyToOneModelImportMappingTest.java:[98] assertThat(fixture.getMapping(getNode(uri1)), is(path)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IPath, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ManyToOneModelImportMappingTest.java:[99] assertThat(fixture.getMapping(getNode(uri2)), is(path)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IPath, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/TestProject.java:[64] assertThat(result, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IFile, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/tests/TestProject.java:[65] assertThat(result.exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[70] assertThat(problems.getSeverity(), is(Diagnostic.OK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[71] assertThat(problems.getChildren().size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[87] assertThat(problems.getChildren().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[89] assertThat(child.getSeverity(), is(Diagnostic.ERROR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[90] assertThat(child.getMessage(), containsString("esource already exists")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[91] assertThat(child.getData().get(0), sameInstance((Object) getNode(uri1))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#1-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[107] assertThat(problems.getChildren().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[109] assertThat(child.getSeverity(), is(Diagnostic.ERROR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[110] assertThat(child.getMessage(), containsString("Multiple models map")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[111] assertThat(child.getData().get(0), either(sameInstance((Object) getNode(uri1))).or(sameInstance((Object) getNode(uri2)))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#2-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[127] assertThat(problems.getChildren().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[129] assertThat(child.getSeverity(), is(Diagnostic.ERROR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[130] assertThat(child.getMessage(), containsString("No mapping")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[134] assertThat(actual, sameInstance(expected)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExportMappingTest.java:[143] ResourceSet rset = getInternalCheckout().getView().getResourceSet(); ^^^^^^^ Discouraged access: The method 'CDOCheckoutImpl.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[66] assertThat(fixture.getMapping(getNode(uri1)), is((IPath) new Path("/has_dependencies/model.di"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IPath, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[67] assertThat(fixture.getMapping(getNode(uri2)), is((IPath) new Path("/has_dependents/Datatypes.di"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IPath, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[81] assertThat(problems.getSeverity(), is(Diagnostic.OK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[82] assertThat(problems.getChildren().size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[98] assertThat(problems.getChildren().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[100] assertThat(child.getSeverity(), is(Diagnostic.ERROR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[101] assertThat(child.getMessage(), containsString("Resource already exists")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[102] assertThat(child.getData().get(0), sameInstance((Object) getNode(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#1-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[114] assertThat(problems.getChildren().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[116] assertThat(child.getSeverity(), is(Diagnostic.ERROR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[117] assertThat(child.getMessage(), containsString("No mapping")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[118] assertThat(child.getData().get(0), sameInstance((Object) getNode(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#2-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[128] assertThat(problems.getChildren().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[130] assertThat(child.getSeverity(), is(Diagnostic.ERROR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[131] assertThat(child.getMessage(), containsString("is not open")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[132] assertThat(child.getData().get(0), sameInstance((Object) getCheckout())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#3-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[138] assertThat(problems.getChildren().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[140] assertThat(child.getSeverity(), is(Diagnostic.ERROR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[141] assertThat(child.getMessage(), containsString("No checkout")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExporterTest.java:[84] assertThat(problems.getSeverity(), is(Diagnostic.OK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExporterTest.java:[85] assertThat(problems.getChildren().size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExporterTest.java:[102] ResourceSet rset = getInternalCheckout().getView().getResourceSet(); ^^^^^^^ Discouraged access: The method 'CDOCheckoutImpl.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExporterTest.java:[129] assertThat("Does not exist: " + file.getLocation(), file.exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExporterTest.java:[132] assertThat(osFile.length() > 0L, is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/ModelExporterTest.java:[138] assertThat(Iterables.size(Iterables.filter(resource.getContents(), new Predicate() { @Override public boolean apply(EObject input) { boolean result = false; if (input != null) { EPackage epackage = input.eClass().getEPackage(); result = epackage.getName().equalsIgnoreCase(metamodel); } return result; } })), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/exporter/tests/AbstractModelExportTest.java:[129] assertThat(next.getLocalizedMessage(), not(containsString("ModelSet"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[56] assertThat(func.apply(res), sameInstance(res)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(CDOResourceNode, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[59] assertThat(func.apply(folder), sameInstance(folder)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(CDOResourceNode, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[61] assertThat(func.apply(transaction), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(CDOResourceNode, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[70] assertThat(func.apply(res), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[73] assertThat(func.apply(adapter), is(res.getPath())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[82] assertThat(func1.equals(func2), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[83] assertThat(func2 == func3, is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[84] assertThat(func2, equalTo(func3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Function, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[85] assertThat(func3, equalTo(func2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Function, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[94] assertThat(func1.hashCode() == func2.hashCode(), is(String.class.hashCode() == CDOResourceNode.class.hashCode())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[95] assertThat(func2.hashCode(), is(func3.hashCode())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[102] assertThat(func.toString(), containsString("adapt(")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[115] assertThat(CDOFunctions.getRoot(Model.class).apply(res), sameInstance(model1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Model, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[116] assertThat(CDOFunctions.getRoot(Interface.class).apply(res), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Interface, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[125] assertThat((Object)func1, not(equalTo((Object)func2))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[126] assertThat((Object)func2, not(equalTo((Object)func1))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[127] assertThat(func2 == func3, is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[128] assertThat(func2, equalTo(func3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Function, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[129] assertThat(func3, equalTo(func2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Function, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[138] assertThat(func1.hashCode() == func2.hashCode(), is(Model.class.hashCode() == Package.class.hashCode())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[139] assertThat(func2.hashCode(), is(func3.hashCode())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[146] assertThat(func.toString(), containsString("getRoot(")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[157] assertThat(CDOFunctions.getFolderContents().apply(folder), both(AbstractPapyrusCDOTest. hasSize(2)).and(hasItems(text, res))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Iterable, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[158] assertThat(CDOFunctions.getFolderContents(CDOResource.class).apply(folder), both(AbstractPapyrusCDOTest. hasSize(1)).and(hasItem(res))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Iterable, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[168] assertThat(CDOFunctions.getFolderContents(CDOResourceFolder.class).apply(root), both(AbstractPapyrusCDOTest. hasSize(1)).and(hasItem(folder.getFolder().getFolder()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Iterable, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[177] assertThat((Object)func1, not(equalTo((Object)func2))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[178] assertThat((Object)func2, not(equalTo((Object)func1))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[179] assertThat(func2 == func3, is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[180] assertThat(func2, equalTo(func3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Function>, Matcher>>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[181] assertThat(func3, equalTo(func2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Function>, Matcher>>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[190] assertThat(func1.hashCode() == func2.hashCode(), is(CDOResourceNode.class.hashCode() == CDOTextResource.class.hashCode())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[191] assertThat(func2.hashCode(), is(func3.hashCode())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[198] assertThat(func.toString(), containsString("getFolderContents(")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOFunctionsTest.java:[213] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type CDOFunctionsTest.StringAdapter needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[61] assertThat(fixture.getModelsToTransfer().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[64] assertThat(node.getPrimaryResourceURI(), is(uri)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(URI, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[65] assertThat(node.getDependencies().size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[66] assertThat(node.getDependents().size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[68] assertThat(node.getResourceURIs().size(), is(3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[69] assertThat(node.getResourceURIs(), hasItem(uri)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[70] assertThat(node.getResourceURIs(), hasItem(uml(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[71] assertThat(node.getResourceURIs(), hasItem(notation(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[80] assertThat(fixture.getModelsToTransfer().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[83] assertThat(node.getPrimaryResourceURI(), is(uri)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(URI, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[85] assertThat(node.getDependencies().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[87] assertThat(dep.getPrimaryResourceURI(), is(hasDependents.getResourceURI("Datatypes.di"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(URI, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[89] assertThat(node.getDependents().size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[91] assertThat(node.getResourceURIs().size(), is(3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[92] assertThat(node.getResourceURIs(), hasItem(uri)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[93] assertThat(node.getResourceURIs(), hasItem(uml(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[94] assertThat(node.getResourceURIs(), hasItem(notation(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[103] assertThat(fixture.getModelsToTransfer().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[106] assertThat(node.getPrimaryResourceURI(), is(uri)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(URI, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[108] assertThat(node.getDependencies().size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[110] assertThat(node.getDependents().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[112] assertThat(dep.getPrimaryResourceURI(), is(hasDependencies.getResourceURI("model.di"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(URI, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[114] assertThat(node.getResourceURIs().size(), is(3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[115] assertThat(node.getResourceURIs(), hasItem(uri)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[116] assertThat(node.getResourceURIs(), hasItem(uml(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[117] assertThat(node.getResourceURIs(), hasItem(notation(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[126] assertThat(fixture.getModelsToTransfer().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[131] assertThat(problems.getChildren().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[133] assertThat(child.getSeverity(), is(Diagnostic.WARNING)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[134] assertThat(child.getData().get(0), sameInstance((Object)node)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#1-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[135] assertThat(child.getData().get(1), is((Object)node.getDependents())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#2-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[141] assertThat(problems.getSeverity(), is(Diagnostic.OK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[142] assertThat(problems.getChildren().size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[151] assertThat(fixture.getModelsToTransfer().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[156] assertThat(problems.getChildren().size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[158] assertThat(child.getSeverity(), is(Diagnostic.INFO)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[159] assertThat(child.getData().get(0), sameInstance((Object)node)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#3-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[160] assertThat(child.getData().get(1), is((Object)node.getDependencies())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#4-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[166] assertThat(problems.getSeverity(), is(Diagnostic.OK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImportConfigurationTest.java:[167] assertThat(problems.getChildren().size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[96] assertThat(resource, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Resource, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[100] assertThat(transaction.isClosed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[101] assertThat(transaction.isDirty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[108] assertThat(fixture.getResources(), equalTo(Collections.EMPTY_LIST)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EList, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[116] assertThat(fixture.getResourceFactoryRegistry().getFactory(resource.getURI()), instanceOf(PapyrusCDOResourceFactory.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Resource.Factory, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[121] assertThat(fixture.getTransactionalEditingDomain(), instanceOf(CDOAwareTransactionalEditingDomain.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(TransactionalEditingDomain, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[129] assertThat(fixture.getReadOnlyHandler().anyReadOnly(ReadOnlyAxis.anyAxis(), new URI[] { resource.getURI() }), is(Optional.of(false))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[152] assertThat(model.getName(), equalTo("test")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[177] assertThat(referencer.getImportedPackages(), CoreMatchers. hasItem(CoreMatchers.anything())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EList, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[179] assertThat(imported.eIsProxy(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[180] assertThat(imported.getName(), equalTo("model1")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[204] assertThat("workspace resource not created", modelFile.exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[206] assertThat("EMF resource is null", model.getResource(), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Resource, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[207] assertThat("EMF resource not created", model.getResource().getContents().isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[276] assertThat("workspace resource not created", modelFile1.exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[277] assertThat("workspace resource not created", modelFile2.exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[279] assertThat("EMF resource is null", model.getResource(), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Resource, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[280] assertThat("EMF resource not created", model.getResource().getContents().isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[281] assertThat("EMF resource not created", res2.getContents().isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[319] assertThat(next.getLocalizedMessage(), not(containsString("ModelSet"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/resource/tests/CDOAwareModelSetTest.java:[324] assertThat(fixture, instanceOf(CDOAwareModelSet.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ModelSet, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[54] assertThat(sIter.hasNext(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[55] assertThat(sIter.nextIndex(), is(-1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[56] assertThat(sIter.next(), is(EcorePackage.Literals.ECLASS.getName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[58] assertThat(sIter.hasPrevious(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[59] assertThat(sIter.previousIndex(), is(-1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[60] assertThat(sIter.previous(), is(EcorePackage.Literals.ECLASS.getName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[67] assertThat(sIter.hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[68] assertThat(sIter.nextIndex(), is(-1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[69] assertThat(sIter.hasPrevious(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[80] assertThat(sIter.hasNext(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[81] assertThat(sIter.nextIndex(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[82] assertThat(sIter.next().getName(), is("B1")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[84] assertThat(sIter.hasNext(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[85] assertThat(sIter.nextIndex(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[86] assertThat(sIter.next().getName(), is("B2")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[88] assertThat(sIter.hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[89] assertThat(sIter.nextIndex(), is(2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[91] assertThat(sIter.hasPrevious(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[92] assertThat(sIter.previousIndex(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[93] assertThat(sIter.previous().getName(), is("B2")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[95] assertThat(sIter.hasPrevious(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[96] assertThat(sIter.previousIndex(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[97] assertThat(sIter.previous().getName(), is("B1")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[99] assertThat(sIter.hasPrevious(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[111] assertThat(sIter.hasNext(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[112] assertThat(sIter.nextIndex(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[114] assertThat(next.eIsProxy(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[115] assertThat(EcoreUtil.getURI(next).fragment(), containsString("B1")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[117] assertThat(sIter.hasNext(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[119] assertThat(next.eIsProxy(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[120] assertThat(EcoreUtil.getURI(next).fragment(), containsString("B2")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[122] assertThat(sIter.hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[123] assertThat(sIter.nextIndex(), is(2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[125] assertThat(sIter.hasPrevious(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[126] assertThat(sIter.previousIndex(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[128] assertThat(previous.eIsProxy(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[129] assertThat(EcoreUtil.getURI(previous).fragment(), containsString("B2")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[131] assertThat(sIter.hasPrevious(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[132] assertThat(sIter.previousIndex(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[134] assertThat(previous.eIsProxy(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[135] assertThat(EcoreUtil.getURI(previous).fragment(), containsString("B1")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[137] assertThat(sIter.hasPrevious(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[43] import org.eclipse.papyrus.infra.core.architecture.ArchitectureDescription; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.architecture.ArchitectureDescription is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[45] import org.eclipse.papyrus.infra.core.sashwindows.di.DiPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sashwindows.di.DiPackage is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[46] import org.eclipse.papyrus.infra.core.sashwindows.di.SashWindowsMngr; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sashwindows.di.SashWindowsMngr is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[89] assertThat(problems.getSeverity(), is(Diagnostic.OK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[90] assertThat(problems.getChildren().size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[92] CDOView view = getInternalCheckout().getView(); ^^^^^^^ Discouraged access: The method 'CDOCheckoutImpl.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[119] assertThat(problems.getSeverity(), is(Diagnostic.OK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[120] assertThat(problems.getChildren().size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[122] CDOView view = getInternalCheckout().getView(); ^^^^^^^ Discouraged access: The method 'CDOCheckoutImpl.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[130] assertThat(architectureDescriptions.size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[153] assertThat(text, not(containsString("href=\"../has_dependents/Datatypes.uml"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[154] assertThat(text, containsString("href=\"cdo.checkout://1/has_dependents/Datatypes.uml")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[183] assertThat(resource, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Resource, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[184] assertThat(resource.getContents().size(), not(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[190] assertThat(Iterables.size(Iterables.filter(resource.getContents(), new Predicate() { public boolean apply(EObject input) { boolean result = false; if (input != null) { EPackage epackage = input.eClass().getEPackage(); result = epackage.getName().equalsIgnoreCase(metamodel); } return result; } })), is(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated 272 problems (272 warnings) [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/target/org.eclipse.papyrus.cdo.core.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.core.tests/target/org.eclipse.papyrus.cdo.core.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.ui.tests >------ [INFO] Building org.eclipse.papyrus.cdo.ui.tests 1.3.0-SNAPSHOT [33/39] [INFO] from tests/org.eclipse.papyrus.cdo.ui.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.ui.tests... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[25] import org.eclipse.emf.cdo.util.CommitException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.cdo.util.CommitException is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[26] import org.eclipse.emf.cdo.util.ConcurrentAccessException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.cdo.util.ConcurrentAccessException is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[39] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[82] assertThat(editPart.isActive(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[94] assertThat(canLock, is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[108] assertThat(isLocked, is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[123] assertThat(remote, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EObject, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[131] assertThat(isLocked, is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[153] assertThat(remote, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Class, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[162] assertThat(isConflicting, is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[187] assertThat(remote, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Class, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[197] assertThat(isConflicting, is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[208] Optional sashContainer = AdapterUtils.adapt(openEditor(), ISashWindowsContainer.class); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[208] Optional sashContainer = AdapterUtils.adapt(openEditor(), ISashWindowsContainer.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[60] assertThat(fixture, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IDawnEditor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[66] assertThat(fixture.getView(), sameInstance((CDOView)transaction)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(CDOView, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[71] assertThat(fixture.getContributorID(), is("org.eclipse.papyrus.uml.diagram.clazz.part.UMLDiagramEditorID")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[77] assertThat(getEditor().isDirty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[84] assertThat(test.getAndClearPropertyID(), is(IEditorPart.PROP_DIRTY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[90] assertThat(expected, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[93] assertThat(adapter, is(expected)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[107] assertThat(fixture.isDirty(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[111] assertThat(fixture.isDirty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[116] assertThat(fixture.getDawnEditorSupport(), instanceOf(PapyrusGMFEditorSupport.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IDawnEditorSupport, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[122] assertThat(input, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IEditorInput, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[123] assertThat(input, is(getDiagramEditor().getEditorInput())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IEditorInput, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[129] assertThat(site, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IEditorSite, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[130] assertThat(site, is(getDiagramEditor().getEditorSite())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IEditorSite, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[143] assertThat(test.getAndClearPropertyID(), is(IEditorPart.PROP_DIRTY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[148] assertThat(test.getAndClearPropertyID(), is(-1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[154] assertThat(site, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IWorkbenchPartSite, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[155] assertThat(site, is(getDiagramEditor().getSite())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IWorkbenchPartSite, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[161] assertThat(title, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[162] assertThat(title, is(getDiagramEditor().getTitle())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[168] assertThat(image, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Image, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[169] assertThat(image, is(getDiagramEditor().getTitleImage())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Image, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[175] assertThat(title, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[176] assertThat(title, is(getDiagramEditor().getTitleToolTip())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[185] assertThat(getWorkbenchPage().getActivePart(), not((IWorkbenchPart)getEditor())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IWorkbenchPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[190] assertThat(getWorkbenchPage().getActivePart(), is((IWorkbenchPart)getEditor())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IWorkbenchPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[228] assertThat(test.getAndClearCommitted(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/ModelValidationMarkersTest.java:[68] assertThat("Did not find a marker.", marker, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, IPapyrusMarker, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/ModelValidationMarkersTest.java:[83] assertThat("Did not find any markers.", markers.isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/ModelValidationMarkersTest.java:[99] assertThat("Found markers.", getMarkersMonitorService().getMarkers(getUMLModel().eResource(), null, true).isEmpty(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/ModelValidationMarkersTest.java:[114] assertThat("Did not find a marker.", marker, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, IPapyrusMarker, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[69] assertThat(fixture.getAttribute(EValidator.URI_ATTRIBUTE), is((Object)URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[70] assertThat(fixture.getAttribute(EValidator.URI_ATTRIBUTE, ""), is(URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[75] assertThat(fixture.getAttribute(IPapyrusMarker.MESSAGE), is((Object)MESSAGE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[76] assertThat(fixture.getAttribute(IPapyrusMarker.MESSAGE, ""), is(MESSAGE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[81] assertThat(fixture.getAttribute(IPapyrusMarker.SEVERITY), is((Object)SEVERITY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[82] assertThat(fixture.getAttribute(IPapyrusMarker.SEVERITY, -1), is(SEVERITY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[87] assertThat(fixture.getAttribute(ATTR_BOOLEAN), is((Object)ATTR_BOOLEAN_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[88] assertThat(fixture.getAttribute(ATTR_BOOLEAN, false), is(ATTR_BOOLEAN_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[93] assertThat(fixture.getAttribute(ATTR_INTEGER), is((Object)ATTR_INTEGER_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[94] assertThat(fixture.getAttribute(ATTR_INTEGER, 0), is(ATTR_INTEGER_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[99] assertThat(fixture.getAttribute(ATTR_STRING), is((Object)ATTR_STRING_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[100] assertThat(fixture.getAttribute(ATTR_STRING, ""), is(ATTR_STRING_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[107] assertThat(attributes.get(EValidator.URI_ATTRIBUTE), is((Object)URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#2-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[108] assertThat(attributes.get(IPapyrusMarker.MESSAGE), is((Object)MESSAGE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#3-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[109] assertThat(attributes.get(IPapyrusMarker.SEVERITY), is((Object)SEVERITY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#4-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[111] assertThat(attributes.get(ATTR_BOOLEAN), is((Object)ATTR_BOOLEAN_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#5-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[112] assertThat(attributes.get(ATTR_INTEGER), is((Object)ATTR_INTEGER_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#6-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[113] assertThat(attributes.get(ATTR_STRING), is((Object)ATTR_STRING_VALUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(capture#7-of ?, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/ui/tests/AbstractPapyrusCDOUITest.java:[220] assertThat(result, instanceOf(IMultiDiagramEditor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IEditorPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/ui/tests/AbstractPapyrusCDOUITest.java:[344] assertThat("UML model not found.", resource, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Resource, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/ui/tests/AbstractPapyrusCDOUITest.java:[373] assertThat("UML element not found.", result, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, N, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/ui/tests/AbstractPapyrusCDOUITest.java:[399] assertThat("Required view not found.", result, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, View, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/ui/tests/AbstractPapyrusCDOUITest.java:[410] assertThat("Required edit-part not found.", result, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, EditPart, Matcher) from the type Assert is deprecated 68 problems (68 warnings) [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/target/org.eclipse.papyrus.cdo.ui.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/target/org.eclipse.papyrus.cdo.ui.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.validation.problems.tests >-- [INFO] Building org.eclipse.papyrus.cdo.validation.problems.tests 1.3.0-SNAPSHOT [34/39] [INFO] from tests/org.eclipse.papyrus.cdo.validation.problems.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.validation.problems.tests... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[81] assertThat(mgr, sameInstance(ProblemsManager.getProblemsManager(transaction .getResourceSet()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ProblemsManager, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[99] assertThat(allProblems.size(), equalTo(expectedProblems)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[119] assertThat(problems.size(), equalTo(expectedProblems)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[142] assertThat(problems.size(), equalTo(expectedProblems)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[160] assertThat(mgr.getAllProblems().hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[180] assertThat(mgr.getAllProblems().hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[199] assertThat(problems.size(), equalTo(expectedTotalProblems - expectedClass3Problems)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[224] assertThat(problems.size(), equalTo(expectedTotalProblems - expectedClass3Problems)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[264] assertThat(ref, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Reference, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[303] assertThat(ref, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Reference, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[323] assertThat(allProblems.size(), equalTo(expectedProblems)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[519] assertThat(found, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EProblem, Matcher) from the type Assert is deprecated 12 problems (12 warnings) [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/target/org.eclipse.papyrus.cdo.validation.problems.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/target/org.eclipse.papyrus.cdo.validation.problems.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.validation.problems.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.ui.tests >---- [INFO] Building org.eclipse.papyrus.cdo.uml.ui.tests 1.3.0-SNAPSHOT [35/39] [INFO] from tests/org.eclipse.papyrus.cdo.uml.ui.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.uml.ui.tests... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[35] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[45] import org.eclipse.papyrus.infra.core.resource.sasheditor.SashModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.resource.sasheditor.SashModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[46] import org.eclipse.papyrus.infra.core.sashwindows.di.DiPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sashwindows.di.DiPackage is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[47] import org.eclipse.papyrus.infra.core.sashwindows.di.SashWindowsMngr; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sashwindows.di.SashWindowsMngr is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[69] assertThat(fixture.canImportInto(singleton(model)), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[70] assertThat(fixture.canImportInto(singleton(model.getOwnedTypes().get(0))), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[77] assertThat(provider, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ILabelProvider, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[81] assertThat(provider.getText(model), containsString("model")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[82] assertThat(provider.getImage(model), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Image, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[89] assertThat(provider, instanceOf(ITreeContentProvider.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IStaticContentProvider, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[98] DIResourceQuery.waitFor(getInternalCheckout().getView(), 10, TimeUnit.SECONDS); ^^^^^^^ Discouraged access: The method 'CDOCheckoutImpl.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.14.0.v20231124-1621/org.eclipse.emf.cdo.explorer-4.14.0.v20231124-1621.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[101] assertThat(Arrays.asList(children), hasItem((Object) model)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[102] assertThat(treeContent.getParent(model), sameInstance((Object) model.getResource().getFolder())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[103] assertThat(treeContent.hasChildren(model.getResource().getFolder()), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[114] assertThat(packages, hasItem(modelInMasterView)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[140] assertThat(fixture.getCDOResource(diModel), sameInstance(diModel.getResource())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(CDOResource, Matcher) from the type Assert is deprecated 16 problems (16 warnings) [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/target/org.eclipse.papyrus.cdo.uml.ui.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/target/org.eclipse.papyrus.cdo.uml.ui.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.uml.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.search.ui.tests >-- [INFO] Building org.eclipse.papyrus.cdo.uml.search.ui.tests 1.3.0-SNAPSHOT [36/39] [INFO] from tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.uml.search.ui.tests... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/src/org/eclipse/papyrus/cdo/uml/search/ui/tests/AbstractPapyrusCDOSearchTest.java:[81] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") 1 problem (1 warning) [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/target/org.eclipse.papyrus.cdo.uml.search.ui.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/target/org.eclipse.papyrus.cdo.uml.search.ui.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.uml.search.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.tests >-------- [INFO] Building org.eclipse.papyrus.cdo.tests 1.3.0-SNAPSHOT [37/39] [INFO] from tests/org.eclipse.papyrus.cdo.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.tests --- [INFO] The project's OSGi version is 1.3.0.202401180911 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.tests --- [INFO] Resolving class path of org.eclipse.papyrus.cdo.tests... [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.tests/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.tests/target/org.eclipse.papyrus.cdo.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/org.eclipse.papyrus.cdo.tests/target/org.eclipse.papyrus.cdo.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.tests --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.tests --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.tests --- [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -----< org.eclipse.papyrus.cdo:org.eclipse.papyrus.uml.cdo-tests >------ [INFO] Building org.eclipse.papyrus.uml.cdo-tests 1.3.0-SNAPSHOT [38/39] [INFO] from tests/uml/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.cdo-tests --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.cdo-tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/tests/uml/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.cdo-tests --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.uml.cdo-tests --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.cdo-tests --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.cdo-tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.targetplatform >--- [INFO] Building org.eclipse.papyrus.cdo.targetplatform 1.3.0-SNAPSHOT [39/39] [INFO] from releng/targetplatforms/org.eclipse.papyrus.cdo.targetplatform/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.targetplatform --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.targetplatform --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/releng/targetplatforms/org.eclipse.papyrus.cdo.targetplatform/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.targetplatform --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.cdo.targetplatform --- [INFO] [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.targetplatform --- [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.targetplatform --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.targetplatform --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Collaborative Modeling - CDO 1.3.0-SNAPSHOT ........ SUCCESS [ 2.867 s] [INFO] org.eclipse.papyrus.cdo-bundles 1.3.0-SNAPSHOT ..... SUCCESS [ 0.006 s] [INFO] org.eclipse.papyrus.cdo.core 2.1.0-SNAPSHOT ........ SUCCESS [ 10.235 s] [INFO] org.eclipse.papyrus.cdo.security 1.1.0-SNAPSHOT .... SUCCESS [ 0.858 s] [INFO] org.eclipse.papyrus.cdo.security.properties 1.1.0-SNAPSHOT SUCCESS [ 0.896 s] [INFO] org.eclipse.papyrus.cdo.validation.problems 1.3.0-SNAPSHOT SUCCESS [ 0.399 s] [INFO] org.eclipse.papyrus.cdo.validation.problems.edit 1.3.0-SNAPSHOT SUCCESS [ 0.297 s] [INFO] org.eclipse.papyrus.cdo.ui 1.3.0-SNAPSHOT .......... SUCCESS [ 2.515 s] [INFO] Papyrus CDO UI doc 1.3.0-SNAPSHOT .................. SUCCESS [ 1.830 s] [INFO] org.eclipse.papyrus.cdo.ui.hyperlink 1.3.0-SNAPSHOT SUCCESS [ 1.581 s] [INFO] org.eclipse.papyrus.cdo.uml.diagram.ui 1.3.0-SNAPSHOT SUCCESS [ 1.988 s] [INFO] org.eclipse.papyrus.cdo.uml.search.ui 1.3.0-SNAPSHOT SUCCESS [ 2.051 s] [INFO] org.eclipse.papyrus.cdo.uml.ui 1.3.0-SNAPSHOT ...... SUCCESS [ 1.347 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.cdo 2.3.0-SNAPSHOT SUCCESS [ 1.437 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.style.cdo 2.1.0-SNAPSHOT SUCCESS [ 0.291 s] [INFO] org.eclipse.papyrus.infra.core.architecture.cdo 2.2.0-SNAPSHOT SUCCESS [ 0.704 s] [INFO] org.eclipse.papyrus.infra.nattable.model.cdo 4.3.0-SNAPSHOT SUCCESS [ 0.725 s] [INFO] org.eclipse.papyrus.infra.textedit.cdo 1.1.0-SNAPSHOT SUCCESS [ 0.326 s] [INFO] uml 1.3.0-SNAPSHOT ................................. SUCCESS [ 0.004 s] [INFO] org.eclipse.uml2.uml.cdo 5.4.0-SNAPSHOT ............ SUCCESS [ 4.522 s] [INFO] org.eclipse.uml2.uml.profile.standard.cdo 1.5.0-SNAPSHOT SUCCESS [ 0.393 s] [INFO] compare 1.3.0-SNAPSHOT ............................. SUCCESS [ 0.003 s] [INFO] org.eclipse.emf.compare.uml2.cdo 1.1.0-SNAPSHOT .... SUCCESS [ 0.396 s] [INFO] org.eclipse.papyrus.cdo-features 1.3.0-SNAPSHOT .... SUCCESS [ 0.003 s] [INFO] org.eclipse.emf.compare.uml2.cdo.feature 1.1.0-SNAPSHOT SUCCESS [ 0.228 s] [INFO] org.eclipse.papyrus.cdo.feature 1.4.0-SNAPSHOT ..... SUCCESS [ 0.529 s] [INFO] org.eclipse.papyrus.cdo.models.feature 1.1.0-SNAPSHOT SUCCESS [ 0.458 s] [INFO] org.eclipse.papyrus.cdo.infra.textedit.feature 1.1.0-SNAPSHOT SUCCESS [ 0.122 s] [INFO] org.eclipse.papyrus.cdo-releng 1.3.0-SNAPSHOT ...... SUCCESS [ 0.042 s] [INFO] org.eclipse.papyrus.cdo.p2 1.3.0-SNAPSHOT .......... SUCCESS [ 20.769 s] [INFO] org.eclipse.papyrus.cdo-tests 1.3.0-SNAPSHOT ....... SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.cdo.core.tests 1.3.0-SNAPSHOT .. SUCCESS [ 2.136 s] [INFO] org.eclipse.papyrus.cdo.ui.tests 1.3.0-SNAPSHOT .... SUCCESS [ 1.902 s] [INFO] org.eclipse.papyrus.cdo.validation.problems.tests 1.3.0-SNAPSHOT SUCCESS [ 1.709 s] [INFO] org.eclipse.papyrus.cdo.uml.ui.tests 1.3.0-SNAPSHOT SUCCESS [ 1.683 s] [INFO] org.eclipse.papyrus.cdo.uml.search.ui.tests 1.3.0-SNAPSHOT SUCCESS [ 2.038 s] [INFO] org.eclipse.papyrus.cdo.tests 1.3.0-SNAPSHOT ....... SUCCESS [ 1.968 s] [INFO] org.eclipse.papyrus.uml.cdo-tests 1.3.0-SNAPSHOT ... SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.cdo.targetplatform 1.3.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:24 min [INFO] Finished at: 2024-01-18T09:13:56Z [INFO] ------------------------------------------------------------------------ [Papyrus-CDO] $ /bin/sh -xe /tmp/jenkins14974082122748716278.sh + . source/cdo/releng/toolkit/server/build-after.sh ++ p2UpdateSiteDir=/home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/releng/org.eclipse.papyrus.cdo.p2/target/repository/ ++ updateSite=/home/jenkins/agent/workspace/Papyrus-CDO/repository ++ '[' -n '' ']' ++ buildType=N ++ COMPACT_BUILD_ID= ++ FULL_BUILD_ID=N ++ '[' -n '' ']' ++ updateZipName=Papyrus-CDO-N.zip ++ zipName=Papyrus-CDO.zip ++ rm -rf tmp ++ mkdir -p tmp/N ++ rm -rf /home/jenkins/agent/workspace/Papyrus-CDO/repository ++ mv /home/jenkins/agent/workspace/Papyrus-CDO/source/cdo/releng/org.eclipse.papyrus.cdo.p2/target/repository/ /home/jenkins/agent/workspace/Papyrus-CDO/repository ++ cd /home/jenkins/agent/workspace/Papyrus-CDO/repository ++ zip -r Papyrus-CDO-N.zip artifacts.jar artifacts.xml.xz content.jar content.xml.xz features p2.index plugins adding: artifacts.jar (deflated 0%) adding: artifacts.xml.xz (stored 0%) adding: content.jar (deflated 6%) adding: content.xml.xz (stored 0%) adding: features/ (stored 0%) adding: features/org.eclipse.papyrus.cdo.feature_1.4.0.202401180911.jar (deflated 2%) adding: features/org.eclipse.papyrus.cdo.feature.source_1.4.0.202401180911.jar (deflated 7%) adding: features/org.eclipse.papyrus.cdo.models.feature_1.1.0.202401180911.jar (deflated 2%) adding: features/org.eclipse.papyrus.cdo.infra.textedit.feature_1.1.0.202401180911.jar (deflated 2%) adding: features/org.eclipse.papyrus.cdo.infra.textedit.feature.source_1.1.0.202401180911.jar (deflated 7%) adding: features/org.eclipse.emf.compare.uml2.cdo.feature.source_1.1.0.202401180911.jar (deflated 7%) adding: features/org.eclipse.emf.compare.uml2.cdo.feature_1.1.0.202401180911.jar (deflated 2%) adding: features/org.eclipse.papyrus.cdo.models.feature.source_1.1.0.202401180911.jar (deflated 7%) adding: p2.index (deflated 35%) adding: plugins/ (stored 0%) adding: plugins/org.eclipse.papyrus.cdo.uml.diagram.ui.source_1.3.0.202401180911.jar (deflated 21%) adding: plugins/org.eclipse.papyrus.cdo.uml.diagram.ui_1.3.0.202401180911.jar (deflated 17%) adding: plugins/org.eclipse.papyrus.cdo.validation.problems_1.3.0.202401180911.jar (deflated 14%) adding: plugins/org.eclipse.uml2.uml.cdo.source_5.4.0.202401180911.jar (deflated 4%) adding: plugins/org.eclipse.papyrus.cdo.security_1.1.0.202401180911.jar (deflated 22%) adding: plugins/org.eclipse.uml2.uml.cdo_5.4.0.202401180911.jar (deflated 3%) adding: plugins/org.eclipse.papyrus.infra.gmfdiag.style.cdo_2.1.0.202401180911.jar (deflated 29%) adding: plugins/org.eclipse.papyrus.infra.gmfdiag.css.cdo.source_2.3.0.202401180911.jar (deflated 14%) adding: plugins/org.eclipse.papyrus.infra.core.architecture.cdo_2.2.0.202401180911.jar (deflated 9%) adding: plugins/org.eclipse.papyrus.infra.textedit.cdo_1.1.0.202401180911.jar (deflated 21%) adding: plugins/org.eclipse.papyrus.cdo.ui.source_1.3.0.202401180911.jar (deflated 11%) adding: plugins/org.eclipse.uml2.uml.profile.standard.cdo_1.5.0.202401180911.jar (deflated 14%) adding: plugins/org.eclipse.emf.compare.uml2.cdo_1.1.0.202401180911.jar (deflated 24%) adding: plugins/org.eclipse.papyrus.cdo.uml.ui_1.3.0.202401180911.jar (deflated 24%) adding: plugins/org.eclipse.papyrus.infra.nattable.model.cdo.source_4.3.0.202401180911.jar (deflated 19%) adding: plugins/org.eclipse.papyrus.cdo.core.source_2.1.0.202401180911.jar (deflated 15%) adding: plugins/org.eclipse.papyrus.cdo.ui.doc.source_1.3.0.202401180911.jar (deflated 0%) adding: plugins/org.eclipse.papyrus.cdo.core_2.1.0.202401180911.jar (deflated 15%) adding: plugins/org.eclipse.papyrus.infra.gmfdiag.css.cdo_2.3.0.202401180911.jar (deflated 11%) adding: plugins/org.eclipse.uml2.uml.profile.standard.cdo.source_1.5.0.202401180911.jar (deflated 14%) adding: plugins/org.eclipse.papyrus.infra.gmfdiag.style.cdo.source_2.1.0.202401180911.jar (deflated 24%) adding: plugins/org.eclipse.papyrus.cdo.ui.doc_1.3.0.202401180911.jar (deflated 0%) adding: plugins/org.eclipse.papyrus.cdo.uml.search.ui.source_1.3.0.202401180911.jar (deflated 18%) adding: plugins/org.eclipse.papyrus.cdo.validation.problems.edit_1.3.0.202401180911.jar (deflated 22%) adding: plugins/org.eclipse.papyrus.cdo.uml.ui.source_1.3.0.202401180911.jar (deflated 27%) adding: plugins/org.eclipse.emf.compare.uml2.cdo.source_1.1.0.202401180911.jar (deflated 22%) adding: plugins/org.eclipse.papyrus.cdo.security.properties_1.1.0.202401180911.jar (deflated 48%) adding: plugins/org.eclipse.papyrus.cdo.uml.search.ui_1.3.0.202401180911.jar (deflated 16%) adding: plugins/org.eclipse.papyrus.cdo.ui.hyperlink.source_1.3.0.202401180911.jar (deflated 19%) adding: plugins/org.eclipse.papyrus.cdo.security.properties.source_1.1.0.202401180911.jar (deflated 35%) adding: plugins/org.eclipse.papyrus.cdo.ui.hyperlink_1.3.0.202401180911.jar (deflated 18%) adding: plugins/org.eclipse.papyrus.cdo.ui_1.3.0.202401180911.jar (deflated 12%) adding: plugins/org.eclipse.papyrus.cdo.validation.problems.source_1.3.0.202401180911.jar (deflated 13%) adding: plugins/org.eclipse.papyrus.cdo.security.source_1.1.0.202401180911.jar (deflated 23%) adding: plugins/org.eclipse.papyrus.infra.nattable.model.cdo_4.3.0.202401180911.jar (deflated 14%) adding: plugins/org.eclipse.papyrus.infra.textedit.cdo.source_1.1.0.202401180911.jar (deflated 22%) adding: plugins/org.eclipse.papyrus.infra.core.architecture.cdo.source_2.2.0.202401180911.jar (deflated 13%) adding: plugins/org.eclipse.papyrus.cdo.validation.problems.edit.source_1.3.0.202401180911.jar (deflated 18%) ++ mv /home/jenkins/agent/workspace/Papyrus-CDO/repository/Papyrus-CDO-N.zip tmp/N ++ cd tmp ++ zip -r Papyrus-CDO.zip N adding: N/ (stored 0%) adding: N/Papyrus-CDO-N.zip (stored 0%) ++ mv tmp/Papyrus-CDO.zip . Terminating xvnc. Sending e-mails to: quentin.lemenez@cea.fr Recording test results No test report files were found. Configuration error? None of the test reports contained any result [Checks API] No suitable checks publisher found. Archiving artifacts Triggering a new build of Papyrus-CDO-Server Finished: SUCCESS