Started by user Philippe DUL Replayed #4 Running as Philippe DUL Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot) Obtained Jenkinsfile from 8c7f8d61a9b3304f8206cf96d3397aca97d9cc28 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library capella-pipeline-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision 94255f9469f7a6ff3af191e191e63a061cad08fa No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git --version # timeout=10 > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 94255f9469f7a6ff3af191e191e63a061cad08fa (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 94255f9469f7a6ff3af191e191e63a061cad08fa # timeout=10 Commit message: "Add the possibility to publish add-on product" > git rev-list --no-walk 94255f9469f7a6ff3af191e191e63a061cad08fa # timeout=10 Replacing contents of vars/github.groovy Replacing contents of vars/log.groovy Replacing contents of vars/capella.groovy Replacing contents of vars/tester.groovy Replacing contents of vars/deployer.groovy Replacing contents of vars/eclipse.groovy [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘centos-7-zlw94’ is offline Agent centos-7-zlw94 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos_centos-7" name: "centos-7-zlw94" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.capella.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-zlw94" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "JNLP_PROTOCOL_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "_JAVA_OPTIONS" value: "" - name: "JAVA_OPTS" value: "" - name: "IBM_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-zlw94" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false 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 - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-capella" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-zlw94 in /home/jenkins/agent/workspace/capella-product_v1.2.x [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella.git > git init /home/jenkins/agent/workspace/capella-product_v1.2.x # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub bot > git fetch --no-tags --progress https://github.com/eclipse/capella.git +refs/heads/v1.2.x:refs/remotes/origin/v1.2.x # timeout=10 Fetching without tags Checking out Revision 8c7f8d61a9b3304f8206cf96d3397aca97d9cc28 (v1.2.x) > git config remote.origin.url https://github.com/eclipse/capella.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v1.2.x:refs/remotes/origin/v1.2.x # timeout=10 > git config remote.origin.url https://github.com/eclipse/capella.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella.git using GIT_ASKPASS to set credentials GitHub bot > git fetch --no-tags --progress https://github.com/eclipse/capella.git +refs/heads/v1.2.x:refs/remotes/origin/v1.2.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c7f8d61a9b3304f8206cf96d3397aca97d9cc28 # timeout=10 Commit message: "[releng] Update 1.2.x target platform with latest cots" > git rev-list --no-walk 8c7f8d61a9b3304f8206cf96d3397aca97d9cc28 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Generate Target Platform) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + env JENKINS_UI_PORT_80_TCP_ADDR=172.30.40.204 JENKINS_DISCOVERY_PORT_50000_TCP=tcp://172.30.40.215:50000 JENKINS_AGENT_WORKDIR=/home/jenkins/agent JENKINS_NODE_COOKIE=026e91c8-6b9a-4515-9160-de1f994c4ae7 IBM_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle BUILD_URL=https://ci.eclipse.org/capella/job/capella-product/job/v1.2.x/5/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-zlw94 JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 KUBERNETES_PORT=tcp://172.30.40.1:443 TERM=xterm HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6 KUBERNETES_PORT_443_TCP_PORT=443 STAGE_NAME=Generate Target Platform BUILD_TAG=jenkins-capella-product-v1.2.x-5 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=v1.2.x GIT_PREVIOUS_COMMIT=8c7f8d61a9b3304f8206cf96d3397aca97d9cc28 KUBERNETES_PORT_53_TCP=tcp://172.30.40.1:53 OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle KUBERNETES_SERVICE_HOST=172.30.40.1 JOB_URL=https://ci.eclipse.org/capella/job/capella-product/job/v1.2.x/ WORKSPACE=/home/jenkins/agent/workspace/capella-product_v1.2.x RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/v1.2.x/5/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp KUBERNETES_PORT_53_UDP=udp://172.30.40.1:53 KUBERNETES_PORT_53_TCP_PORT=53 KUBERNETES_SERVICE_PORT_DNS=53 JENKINS_NAME=centos-7-zlw94 USER_NAME=jenkins KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1 JENKINS_HOME=/var/jenkins GIT_COMMIT=8c7f8d61a9b3304f8206cf96d3397aca97d9cc28 PATH=/opt/tools/java/oracle/jdk-8/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/opt/tools/apache-maven/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin KUBERNETES_PORT_53_UDP_ADDR=172.30.40.1 MAVEN_HOME=/opt/tools/apache-maven/latest RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/v1.2.x/5/display/redirect JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env JENKINS_UI_PORT_80_TCP_PORT=80 PWD=/home/jenkins/agent/workspace/capella-product_v1.2.x JENKINS_DISCOVERY_SERVICE_HOST=172.30.40.215 JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest JENKINS_UI_PORT=tcp://172.30.40.204:80 HUDSON_URL=https://ci.eclipse.org/capella/ LANG=en_US.UTF-8 KUBERNETES_PORT_53_UDP_PORT=53 JOB_NAME=capella-product/v1.2.x BUILD_DISPLAY_NAME=#5 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=5 JENKINS_DISCOVERY_PORT=tcp://172.30.40.215:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 JOB_BASE_NAME=v1.2.x BUILD_KEY=1.2.x JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=172.30.40.215 JENKINS_SECRET=******** M2_HOME=/opt/tools/apache-maven/latest SHLVL=2 HOME=/home/jenkins KUBERNETES_PORT_53_UDP_PROTO=udp GIT_BRANCH=v1.2.x KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-2a460ae2d6a076f067f24fe22630fbba NODE_LABELS=centos centos-7 centos-7-zlw94 jipp-migration migration GIT_URL=https://github.com/eclipse/capella.git CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/eclipse library.capella-pipeline-library.version=master HUDSON_HOME=/var/jenkins JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=centos-7-zlw94 JENKINS_UI_PORT_80_TCP=tcp://172.30.40.204:80 JENKINS_UI_SERVICE_HOST=172.30.40.204 JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/v1.2.x/display/redirect BUILD_NUMBER=5 JNLP_PROTOCOL_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true HUDSON_COOKIE=2a0b436c-616a-44d5-9003-e490a7929919 KUBERNETES_PORT_53_TCP_PROTO=tcp DISPLAY=:0 KUBERNETES_PORT_443_TCP_ADDR=172.30.40.1 KUBERNETES_SERVICE_PORT_DNS_TCP=53 KUBERNETES_PORT_443_TCP=tcp://172.30.40.1:443 JENKINS_AGENT_NAME=centos-7-zlw94 JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/plugins/org.polarsys.capella.targets/pom.xml Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1127.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] -------< org.polarsys.capella.releng:capella.target-definition >-------- [INFO] Building capella.target-definition 1.2.2-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ capella.target-definition --- [INFO] [INFO] --- tycho-eclipserun-plugin:0.25.0:eclipse-run (generate.target) @ capella.target-definition --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201709271000/ [INFO] Adding repository http://download.eclipse.org/releases/oxygen/201709271000 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ [INFO] Adding repository http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest [INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB) [INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB) [INFO] Fetching 201709271000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (592.33kB) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (592.33kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (137.12kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (137.12kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.6kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.6kB) [INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB) [INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB) [INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (763.75kB) [INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (763.75kB) [INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.9kB) [INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.9kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (368.51kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (368.51kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.91kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.91kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.5.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (288.75kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.5.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (288.75kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.1.100.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.1.100.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.66kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.66kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (99.04kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (99.04kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (130.65kB) [INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (130.65kB) [INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.38kB) [INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.0.v20170419-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (124.22kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.0.v20170419-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (124.22kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (129.49kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (129.49kB) [INFO] Fetching org.eclipse.osgi_3.12.1.v20170821-1548.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (436.42kB) [INFO] Fetching org.eclipse.osgi_3.12.1.v20170821-1548.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (436.42kB) [INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB) [INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB) [INFO] Fetching fr.obeo.releng.targetplatform-feature_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/features/ (13.24kB) [INFO] Fetching fr.obeo.releng.targetplatform-feature_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/features/ (13.24kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (500.78kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (500.78kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (972.73kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (972.73kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.13kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.13kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (117.62kB) [INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (117.62kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.14kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.14kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (314.64kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (314.64kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.86kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.86kB) [INFO] Fetching org.eclipse.pde.core_3.11.100.v20170517-0724.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.pde.core_3.11.100.v20170517-0724.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.26MB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.58MB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.58MB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.68kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (81.59kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (81.59kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.29kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.29kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.09kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.09kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.98kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.98kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (140.62kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (140.62kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.93kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.93kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.7kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.7kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (323.38kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (323.38kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (318.65kB) [INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (318.65kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.68kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.68kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.79kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.79kB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.71MB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.71MB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.74kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (46.01kB) [INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (46.01kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.debug.ui_3.12.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (992.55kB) [INFO] Fetching org.eclipse.debug.ui_3.12.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (992.55kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (82.03kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (82.03kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.73kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.73kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.17kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.17kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.68kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.68kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.swt_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.swt_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (355.4kB) [INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (355.4kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.98kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.98kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.3kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.3kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (94.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (94.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.39kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.54kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.54kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.49kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.49kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.04kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.04kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.71kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.71kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.64kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.64kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.24kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.24kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.01kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.01kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.55kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.55kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.68kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.68kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (76.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (76.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.4kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.4kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.01kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.01kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.6kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.6kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (428.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (428.2kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.62kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.62kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.24kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.24kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (22.71kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (22.71kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.jdt.core_3.13.0.v20170516-1929.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (5.99MB) [INFO] Fetching org.eclipse.jdt.core_3.13.0.v20170516-1929.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (5.99MB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.2.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.23kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.2.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.23kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (869.55kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (869.55kB) [INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.43kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.43kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.600.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.22kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.600.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.22kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.32kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.32kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.38kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.38kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.05kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.05kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.87kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.49kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.49kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.31kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.31kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.34kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.34kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.26kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.26kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.3kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.3kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.85kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (77.77kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (77.77kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (17.77kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (17.77kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.14kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.14kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.0.500.v20160419-0100.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.21kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.0.500.v20160419-0100.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.21kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.68kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.68kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.04kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.04kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.82kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.82kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.07kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.07kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.3kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.3kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.77kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.77kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (138.7kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (138.7kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.2kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.2kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.25kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.25kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (240.44kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (240.44kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.2kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.2kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.5kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.5kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.79kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.79kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (176.09kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (176.09kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (95.47kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (95.47kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.04kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.04kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.73kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.73kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.82kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.82kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.1.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (295.29kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.1.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (295.29kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.78kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.78kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.89kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.89kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (297.5kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (297.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.83kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.83kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.01kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.01kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.13kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.13kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.66kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.66kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (147.33kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (147.33kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.63kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.63kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (38.93kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (38.93kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.19kB) [INFO] Fetching org.eclipse.equinox.p2.sdk_3.10.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.p2.sdk_3.10.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.71kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.71kB) [INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (96.68kB) [INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (96.68kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.0.v20161219-2145.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98.55kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.0.v20161219-2145.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98.55kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.0.v20170510-1451.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (912.15kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.0.v20170510-1451.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (912.15kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.1.v20170826-0709.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.6MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.1.v20170826-0709.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.6MB) [INFO] Fetching org.eclipse.jdt.ui_3.13.1.v20170822-1011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (3.98MB) [INFO] Fetching org.eclipse.jdt.ui_3.13.1.v20170822-1011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (3.98MB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (218.87kB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (218.87kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.86kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.86kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.42kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.42kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.07kB) [INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.07kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.36kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.36kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.84kB) [INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.84kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.37kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.37kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.47kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.47kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.93kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.93kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.75kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.75kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (190.91kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (190.91kB) [INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (258.65kB) [INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (258.65kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (514.68kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (514.68kB) [INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (158.48kB) [INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (158.48kB) [INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.16kB) [INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.16kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.23kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.23kB) [INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (531.72kB) [INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (531.72kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (67.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (67.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (92.88kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (92.88kB) [INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (144.1kB) [INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (144.1kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (365.3kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (365.3kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (210.36kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (210.36kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (165.1kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (165.1kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (206.53kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (206.53kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.49kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.49kB) [INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (62.08kB) [INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (62.08kB) [INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (21.18kB) [INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (21.18kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.11kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.11kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.35kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.35kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,005.58kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,005.58kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.65kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.65kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.93kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.93kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.58kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.58kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.49kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.49kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (387.14kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (387.14kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (20.89kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (20.89kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (281.71kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (281.71kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.64kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.64kB) [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, full/capella.target-definition.targetplatform] >> Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ >> Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ >> Fetching content.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/ (14.64kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/ (14.64kB) >> Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) >> Fetching content.jar from http://download.eclipse.org/egf/updates/1.5.1/neon/ (38.96kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/egf/updates/1.5.1/neon/ (38.96kB) >> Fetching content.jar from http://download.eclipse.org/nebula/releases/1.2.0/ (20.21kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/nebula/releases/1.2.0/ (20.21kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ >> Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (173.22kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (173.22kB) >> Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ (186.92kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ (186.92kB) The target platform definition file has been successfully generated. /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:13 min [INFO] Finished at: 2020-06-30T12:15:29Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and Package) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Djacoco.skip=true -Dmaven.javadoc.skip=true -Darguments=-Dmaven.javadoc.skip=true -DjavaDocPhase=none -Pfull clean package -f pom.xml Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1127.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.sirius.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.progress/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.xmisupport/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.extendedQueries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.refinement.processor/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.ctx2la/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.la2pa/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.oa2ctx/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.commands/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.data/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2la/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2pa/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.la2pa/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.breakdownstrategy/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.leafstrategy/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.logicalfunction/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.misc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalactivity/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalcapability/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.statemachine/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.systemfunction/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.queries.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.commands/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.broadcastpattern/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.standard/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.actorprojection/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.interfacelinksupdate/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.realizationsupdate/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.structuresynchronization/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.standard/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.uiselection/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scenario/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scheduler.standard/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.static/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.subscenario/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries.sirius/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sequencediag.specific/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.patterns.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.gitadapter.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.merge.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.meta.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.refinement.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/features/org.polarsys.capella.common.feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ [INFO] Adding repository http://download.eclipse.org/releases/neon/201705151400 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ [INFO] Adding repository https://download.eclipse.org/sirius/updates/releases/5.1.4/neon [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ [INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ [INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ [INFO] Adding repository http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella [INFO] Fetching content.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/ (14.64kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/ (14.64kB) [INFO] Adding repository http://download.eclipse.org/sirius/updates/legacy/1.1.0 [INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) [INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) [INFO] Adding repository http://download.eclipse.org/egf/updates/1.5.1/neon [INFO] Fetching content.jar from http://download.eclipse.org/egf/updates/1.5.1/neon/ (38.96kB) [INFO] Fetching content.jar from http://download.eclipse.org/egf/updates/1.5.1/neon/ (38.96kB) [INFO] Adding repository http://download.eclipse.org/nebula/releases/1.2.0 [INFO] Fetching content.jar from http://download.eclipse.org/nebula/releases/1.2.0/ (20.21kB) [INFO] Fetching content.jar from http://download.eclipse.org/nebula/releases/1.2.0/ (20.21kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (173.22kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (173.22kB) [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ (186.92kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ (186.92kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/features/org.polarsys.capella.common.feature/pom.xml [INFO] Fetching 201705151400&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB) [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (246.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.1kB) [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (347.67kB) [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (347.67kB) [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.43kB) [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.43kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.95kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.95kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (183.86kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (183.86kB) [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (207.37kB) [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (207.37kB) [INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.14kB) [INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.14kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.25MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.25MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (94.7kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (94.7kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (287.32kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (287.32kB) [INFO] Fetching org.eclipse.ant.core_3.4.100.v20160505-0642.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.78kB) [INFO] Fetching org.eclipse.ant.core_3.4.100.v20160505-0642.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.78kB) [INFO] Fetching org.eclipse.core.variables_3.3.0.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.99kB) [INFO] Fetching org.eclipse.core.variables_3.3.0.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.99kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.25kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.25kB) [INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.65kB) [INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.65kB) [INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (268.51kB) [INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (268.51kB) [INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (862.01kB) [INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (862.01kB) [INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (314.18kB) [INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (314.18kB) [INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (793.87kB) [INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (793.87kB) [INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.08kB) [INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.08kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (228.35kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (228.35kB) [INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.83kB) [INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.83kB) [INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (178.45kB) [INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (178.45kB) [INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (125.61kB) [INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (125.61kB) [INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.24kB) [INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.24kB) [INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.22MB) [INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.22MB) [INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.13kB) [INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.13kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.37kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.37kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.58kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.58kB) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.51kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.51kB) [INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.81kB) [INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.81kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.47kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.47kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.78kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.78kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.92kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.92kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.91kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.91kB) [INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.22kB) [INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.22kB) [INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.54kB) [INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.54kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.37kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.37kB) [INFO] Fetching org.eclipse.debug.core_3.10.100.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (115.16kB) [INFO] Fetching org.eclipse.debug.core_3.10.100.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (115.16kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.67kB) [INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.2kB) [INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.2kB) [INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.72kB) [INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.72kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.23kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.23kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.44kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.44kB) [INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.39kB) [INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.39kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.59kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.88kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.88kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.67kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.67kB) [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.46kB) [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.46kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.02kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.02kB) [INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (344.64kB) [INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (344.64kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.01kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.01kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.01kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.01kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.11kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.57kB) [INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.57kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.56kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.56kB) [INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.13kB) [INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.13kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.84kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (81.91kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (81.91kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.05kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.05kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.33kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.33kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.05kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.05kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.24kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.24kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.42kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.42kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.5kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.5kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.71kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.71kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.92kB) [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.54kB) [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.54kB) [INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.36kB) [INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.36kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.57kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.57kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (221.11kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (221.11kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (147.01kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (147.01kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.73kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.73kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.59kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.59kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.68kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.68kB) [INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.03MB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (141.38kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (141.38kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (168.83kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (168.83kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (403.22kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (403.22kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.84kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.84kB) [INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.14kB) [INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.14kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.41kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.41kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.2kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.25kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.25kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.77kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.77kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.04kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.04kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.98kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.98kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.26kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.26kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.71kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.71kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.28kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.28kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.43kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.43kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.68kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.68kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.51kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.51kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.76kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.76kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.22kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.22kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.27kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.27kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.19kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.14kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.14kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.89kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.89kB) [INFO] Fetching org.eclipse.ui.console_3.6.201.v20161107-0337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.38kB) [INFO] Fetching org.eclipse.ui.console_3.6.201.v20161107-0337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.38kB) [INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (127.51kB) [INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (127.51kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.57kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.57kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.87kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.87kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.38kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.38kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.72kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.72kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.92kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.92kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (129.97kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (129.97kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (373.51kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (373.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.18kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.18kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.64kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.64kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.3kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.3kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.89kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.89kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.58kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.58kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.29kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.29kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.23kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.23kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.13kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.13kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (133.98kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (133.98kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.41kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.41kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (191.67kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (191.67kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (212.4kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (212.4kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (61.19kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (61.19kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.37kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.37kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (120.4kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (120.4kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (67.64kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (67.64kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (307.07kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (307.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.97kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.97kB) [INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (122.2kB) [INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (122.2kB) [INFO] Fetching org.eclipse.jdt.core_3.12.3.v20170228-1205.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.56MB) [INFO] Fetching org.eclipse.jdt.core_3.12.3.v20170228-1205.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.56MB) [INFO] Fetching org.eclipse.jdt.debug_3.10.1.v20160811-0441.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (905.14kB) [INFO] Fetching org.eclipse.jdt.debug_3.10.1.v20160811-0441.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (905.14kB) [INFO] Fetching org.eclipse.jdt.launching_3.8.101.v20161111-2014.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.66kB) [INFO] Fetching org.eclipse.jdt.launching_3.8.101.v20161111-2014.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.66kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (105.61kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (105.61kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (176.66kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (176.66kB) [INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (131.55kB) [INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (131.55kB) [INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.71kB) [INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.71kB) [INFO] Fetching org.eclipse.pde.build_3.9.200.v20160204-0642.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (479.47kB) [INFO] Fetching org.eclipse.pde.build_3.9.200.v20160204-0642.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (479.47kB) [INFO] Fetching org.eclipse.pde.core_3.11.1.v20161115-1951.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.24MB) [INFO] Fetching org.eclipse.pde.core_3.11.1.v20161115-1951.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.24MB) [INFO] Fetching org.eclipse.sirius_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (374.01kB) [INFO] Fetching org.eclipse.sirius_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (374.01kB) [INFO] Fetching org.eclipse.sirius.common_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (82.08kB) [INFO] Fetching org.eclipse.sirius.common_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (82.08kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (33.11kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (33.11kB) [INFO] Fetching org.eclipse.sirius.ext.base_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (14.25kB) [INFO] Fetching org.eclipse.sirius.ext.base_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (14.25kB) [INFO] Fetching org.eclipse.sirius.ext.emf_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (9.98kB) [INFO] Fetching org.eclipse.sirius.ext.emf_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (9.98kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.43kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.43kB) [INFO] Fetching org.eclipse.sirius.common.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (92.76kB) [INFO] Fetching org.eclipse.sirius.common.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (92.76kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (18.17kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (18.17kB) [INFO] Fetching org.eclipse.sirius.diagram_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (340.5kB) [INFO] Fetching org.eclipse.sirius.diagram_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (340.5kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (24.05kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (24.05kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (23.96kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (23.96kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (2.89MB) [INFO] Fetching org.eclipse.sirius.diagram.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (2.89MB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (18.24kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (18.24kB) [INFO] Fetching org.eclipse.sirius.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (385.99kB) [INFO] Fetching org.eclipse.sirius.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (385.99kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.91kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.91kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (10kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (10kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.96kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.96kB) [INFO] Fetching org.eclipse.sirius.ext.gef_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (10.33kB) [INFO] Fetching org.eclipse.sirius.ext.gef_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (10.33kB) [INFO] Fetching org.eclipse.sirius.ext.jface_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.03kB) [INFO] Fetching org.eclipse.sirius.ext.jface_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.03kB) [INFO] Fetching org.eclipse.sirius.ext.swt_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.48kB) [INFO] Fetching org.eclipse.sirius.ext.swt_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.48kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.17MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.17MB) [INFO] Fetching org.eclipse.emf_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.45kB) [INFO] Fetching org.eclipse.emf_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.45kB) [INFO] Fetching org.eclipse.sirius.table_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (101.95kB) [INFO] Fetching org.eclipse.sirius.table_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (101.95kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (26.99kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (26.99kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (34.19kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (34.19kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (52.51kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (52.51kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (20.26kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (20.26kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20130827064939/repository/ [INFO] Fetching org.apache.commons.lang_2.4.0.v201005080502.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (99.41kB) [INFO] Fetching org.apache.commons.lang_2.4.0.v201005080502.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (99.41kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (23.32kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (23.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (17.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (17.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.14kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (21.51kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (21.51kB) [INFO] Fetching org.polarsys.kitalpha.report_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.report_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (4.46kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (4.46kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.62kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.62kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (76.55kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (76.55kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (271.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (271.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (15.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (15.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (18.84kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (18.84kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (12.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (12.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.26kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.28MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.28MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (961.03kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (961.03kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/features/org.polarsys.capella.common.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] Fetching org.eclipse.debug.ui_3.11.202.v20161114-0338.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1MB) [INFO] Fetching org.eclipse.debug.ui_3.11.202.v20161114-0338.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1MB) [INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.97kB) [INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.97kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (450.85kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (450.85kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (476.3kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (476.3kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.29kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.29kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (14.77kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (14.77kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ef:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ef:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ef:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.wizards:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.wizards:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.wizards:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.id.handler:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.id.handler:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.id.handler:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.libraries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.libraries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.linkedtext.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.linkedtext.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.linkedtext.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.menu.dynamic:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.menu.dynamic:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.menu.dynamic:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.model:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.model:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.model:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.model.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.model.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.model.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.customization:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.customization:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.customization:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.ted:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.ted:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.ted:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.queries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.queries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.queries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.sirius.decorators:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.sirius.decorators/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.sirius.decorators:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.sirius.decorators/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.sirius.decorators:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.sirius.decorators/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.console:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.console:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.console:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.file:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.file:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.file:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.transition:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.transition:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.transition:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.progress:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.progress/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.progress:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.progress/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.progress:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.progress/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.services:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.services:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.services:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.browser:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.browser:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.browser:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.services:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.services/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.services:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.services/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.services:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.services/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.xmisupport:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.xmisupport/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.xmisupport:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.xmisupport/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.xmisupport:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.xmisupport/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.shared.id.handler:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.shared.id.handler:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.shared.id.handler:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.advance.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.advance.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties [INFO] Fetching org.apache.lucene.analysis_3.5.0.v20120725-1805.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (887.38kB) [INFO] Fetching org.apache.lucene.analysis_3.5.0.v20120725-1805.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (887.38kB) [INFO] Fetching org.apache.lucene.core_3.5.0.v20120725-1805.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.48MB) [INFO] Fetching org.apache.lucene.core_3.5.0.v20120725-1805.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.48MB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.9.2.201811191434.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/plugins/ (271.63kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.9.2.201811191434.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/plugins/ (271.63kB) [INFO] Fetching org.eclipse.sirius.table.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (163.42kB) [INFO] Fetching org.eclipse.sirius.table.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (163.42kB) [INFO] Fetching org.eclipse.sirius.tree.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (72.64kB) [INFO] Fetching org.eclipse.sirius.tree.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (72.64kB) [INFO] Fetching org.eclipse.core.net_1.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB) [INFO] Fetching org.eclipse.core.net_1.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (32.09kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (32.09kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (1.74MB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (1.74MB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/features/ (18.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/features/ (18.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (20.57kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (20.57kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (19.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (19.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (93.38kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (93.38kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (104.95kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (104.95kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (59.45kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (59.45kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (44.54kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (44.54kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (122.05kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (122.05kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (30.1kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (30.1kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (87.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (87.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (24.86kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (24.86kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (57.54kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (57.54kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (40.89kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (40.89kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (146.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (146.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (102.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (102.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (79.37kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (79.37kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (43.58kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (43.58kB) [INFO] Fetching org.eclipse.ocl.ecore_3.6.0.v20160523-1914.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.82kB) [INFO] Fetching org.eclipse.ocl.ecore_3.6.0.v20160523-1914.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.82kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (579.39kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (579.39kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.18kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.18kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (28.6kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (28.6kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (171.22kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (171.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (22.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (22.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (24.8kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (24.8kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74kB) [INFO] Fetching org.eclipse.help.base_4.1.2.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (161.76kB) [INFO] Fetching org.eclipse.help.base_4.1.2.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (161.76kB) [INFO] Fetching org.eclipse.help.ui_4.0.200.v20160510-0758.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (152.16kB) [INFO] Fetching org.eclipse.help.ui_4.0.200.v20160510-0758.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (152.16kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.79kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.79kB) [INFO] Fetching org.eclipse.jdt.ui_3.12.2.v20160929-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (3.61MB) [INFO] Fetching org.eclipse.jdt.ui_3.12.2.v20160929-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (3.61MB) [INFO] Fetching org.eclipse.search_3.11.1.v20161113-1700.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (167.2kB) [INFO] Fetching org.eclipse.search_3.11.1.v20161113-1700.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (167.2kB) [INFO] Fetching org.eclipse.ocl_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.1MB) [INFO] Fetching org.eclipse.ocl_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.1MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.92kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.4.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.76kB) [INFO] Fetching org.eclipse.ocl.common_1.4.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.76kB) [INFO] Fetching org.eclipse.pde.runtime_3.5.0.v20160418-1724.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (64.72kB) [INFO] Fetching org.eclipse.pde.runtime_3.5.0.v20160418-1724.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (64.72kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.34kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.34kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (43.44kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (43.44kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (111.65kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (111.65kB) [INFO] Fetching org.eclipse.sirius.query.legacy_1.1.0.201504271341.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/plugins/ (304.07kB) [INFO] Fetching org.eclipse.sirius.query.legacy_1.1.0.201504271341.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/plugins/ (304.07kB) [INFO] Fetching org.eclipse.sirius.synchronizer_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (15.31kB) [INFO] Fetching org.eclipse.sirius.synchronizer_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (15.31kB) [INFO] Fetching org.eclipse.sirius.tree_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (72.88kB) [INFO] Fetching org.eclipse.sirius.tree_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (72.88kB) [INFO] Fetching org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.51kB) [INFO] Fetching org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.51kB) [INFO] Fetching org.eclipse.ui.intro_3.5.2.v20161116-1147.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.62kB) [INFO] Fetching org.eclipse.ui.intro_3.5.2.v20161116-1147.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.62kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.0.v20160515-0255.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.27kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.0.v20160515-0255.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.27kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.1.v20160829-1558.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.71MB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.1.v20160829-1558.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.71MB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (60.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (60.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (275.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (275.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (34.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (34.21kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_0.8.0.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (6.73kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_0.8.0.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (6.73kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_0.8.0.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (17.89kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_0.8.0.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (17.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (75.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (75.01kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (18.54kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (18.54kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (38.13kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (38.13kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (19.39kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (19.39kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (13kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (13kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (14.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (14.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (78.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (78.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (71.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (71.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (6.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (6.45kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (32.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (32.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (14.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (14.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (15.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (15.07kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/plugins/ (18.54kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/plugins/ (18.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (30.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (30.12kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (33.34kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (33.34kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (53.97kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (53.97kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.04kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.04kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.93kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.93kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_0.8.0.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (11.07kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_0.8.0.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (11.07kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (11.72kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (11.72kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (6.01kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (6.01kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (18.8kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (18.8kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (65.99kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (65.99kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (15.05kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (15.05kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (10kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (10kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (44.35kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (44.35kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (193.57kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (193.57kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (4.24kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (4.24kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (67.19kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (67.19kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (32.2kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (32.2kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.22kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.22kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.advance.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.common.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.common.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.common.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.common.ui.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.common.ui.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.common.ui.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.compare.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.compare.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.compare.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.dashboard.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.dashboard.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.dashboard.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (1.42MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (1.42MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.2.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (1.37MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.2.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (1.37MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.2.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/features/ (17.29kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.2.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/features/ (17.29kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (50.64kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (50.64kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (16.71kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (16.71kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (28.24kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (28.24kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (19.97kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (19.97kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (38.88kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (38.88kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.1kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.1kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.libraries.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.migration.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.migration.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.migration.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.properties.richtext.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.properties.richtext.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.properties.richtext.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.properties.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.properties.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.properties.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transfo.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transfo.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transfo.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.transfo.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.transfo.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.transfo.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.wizards.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.wizards.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.wizards.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.resources:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.resources:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.resources:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.af.integration:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.af.integration.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.application:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.application:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.application:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.compare:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.compare:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.compare:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.business.queries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.business.queries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.business.queries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.common.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.common.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.core.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.core.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.editor:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.editor:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.editor/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.editor:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.editor/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.la.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.wizards:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.wizards:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.wizards:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.la.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.menu.contributions:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.menu.contributions:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.menu.contributions:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.modeller.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.modeller.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.modeller.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.requirement.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.requirement.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.requirement.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.res.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.edit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.res.editor:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.res.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.editor:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.res.editor/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.editor:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.res.editor/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.selection.queries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.selection.queries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.selection.queries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.diagram.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.diagram.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.diagram.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.commands:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.commands:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.commands:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.wizards:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.wizards:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.wizards:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.libraries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.libraries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.libraries.extendedQueries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.extendedQueries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.extendedQueries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.extendedQueries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.extendedQueries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.extendedQueries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.libraries.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.linkedtext.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.linkedtext.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.linkedtext.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.menu.dynamic:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.menu.dynamic:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.menu.dynamic:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.detachement:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.detachement:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.detachement:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.handler:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.handler:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.handler:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.links.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.links.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.links.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.obfuscator:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.obfuscator:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.obfuscator:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.preferences:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.preferences:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.preferences:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.semantic:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.semantic:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.semantic:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.skeleton:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.skeleton:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.skeleton:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.adapter:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.adapter:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.adapter:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.refinement.processor:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.refinement.processor/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.refinement.processor:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.refinement.processor/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.refinement.processor:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.refinement.processor/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.preferences:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.preferences:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.preferences:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.preferences.project.configuration:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.preferences.project.configuration:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.preferences.project.configuration:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.actors.ctx2la:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.ctx2la/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.actors.ctx2la:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.ctx2la/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.actors.ctx2la:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.ctx2la/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.actors.la2pa:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.la2pa/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.actors.la2pa:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.la2pa/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.actors.la2pa:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.la2pa/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.actors.oa2ctx:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.oa2ctx/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.actors.oa2ctx:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.oa2ctx/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.actors.oa2ctx:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.oa2ctx/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.commands:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.commands/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.commands:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.commands/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.commands:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.commands/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.common:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.common.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.data:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.data/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.data:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.data/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.data:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.data/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.exchanges:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.exchanges:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.exchanges:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces.ctx2la:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2la/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces.ctx2la:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2la/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces.ctx2la:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2la/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces.ctx2pa:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2pa/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces.ctx2pa:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2pa/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces.ctx2pa:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2pa/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces.la2pa:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.la2pa/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces.la2pa:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.la2pa/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces.la2pa:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.la2pa/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.lc2pc.breakdownstrategy:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.breakdownstrategy/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.lc2pc.breakdownstrategy:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.breakdownstrategy/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.lc2pc.breakdownstrategy:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.breakdownstrategy/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.lc2pc.leafstrategy:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.leafstrategy/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.lc2pc.leafstrategy:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.leafstrategy/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.lc2pc.leafstrategy:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.leafstrategy/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.logicalfunction:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.logicalfunction/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.logicalfunction:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.logicalfunction/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.logicalfunction:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.logicalfunction/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.misc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.misc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.misc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.misc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.misc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.misc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.operationalactivity:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalactivity/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.operationalactivity:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalactivity/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.operationalactivity:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalactivity/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.operationalcapability:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalcapability/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.operationalcapability:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalcapability/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.operationalcapability:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalcapability/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.preferences:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.preferences:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.preferences:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.scenario:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.scenario:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.scenario:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.statemachine:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.statemachine/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.statemachine:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.statemachine/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.statemachine:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.statemachine/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.systemfunction:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.systemfunction/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.systemfunction:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.systemfunction/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.systemfunction:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.systemfunction/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.queries.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.queries.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.queries.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.queries.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.queries.helpers:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.queries.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.project:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.project:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.project:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui.quickfix:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.commands:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.commands/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.commands:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.commands/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.commands:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.commands/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.framework:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.framework:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.framework:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.framework.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.framework.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.framework.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.mapper.broadcastpattern:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.broadcastpattern/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.mapper.broadcastpattern:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.broadcastpattern/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.mapper.broadcastpattern:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.broadcastpattern/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.mapper.standard:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.standard/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.mapper.standard:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.standard/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.mapper.standard:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.standard/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.merge:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.merge:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.merge:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.merge.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.merge.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.merge.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.preferences:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.preferences:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.preferences:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.preferences.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.preferences.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.preferences.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.processor.actorprojection:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.actorprojection/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.processor.actorprojection:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.actorprojection/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.processor.actorprojection:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.actorprojection/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.processor.interfacelinksupdate:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.interfacelinksupdate/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.processor.interfacelinksupdate:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.interfacelinksupdate/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.processor.interfacelinksupdate:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.interfacelinksupdate/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.processor.realizationsupdate:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.realizationsupdate/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.processor.realizationsupdate:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.realizationsupdate/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.processor.realizationsupdate:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.realizationsupdate/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.processor.structuresynchronization:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.structuresynchronization/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.processor.structuresynchronization:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.structuresynchronization/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.processor.structuresynchronization:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.structuresynchronization/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.resolver.standard:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.standard/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.resolver.standard:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.standard/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.resolver.standard:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.standard/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.resolver.uiselection:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.uiselection/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.resolver.uiselection:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.uiselection/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.resolver.uiselection:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.uiselection/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.scenario:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scenario/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.scenario:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scenario/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.scenario:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scenario/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.scheduler.standard:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scheduler.standard/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.scheduler.standard:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scheduler.standard/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.scheduler.standard:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scheduler.standard/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.static:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.static/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.static:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.static/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.static:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.static/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.refinement.subscenario:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.subscenario/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.subscenario:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.subscenario/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.refinement.subscenario:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.subscenario/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries.sirius:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries.sirius/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries.sirius:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries.sirius/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries.sirius:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries.sirius/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.sequencediag.specific:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sequencediag.specific/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.sequencediag.specific:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sequencediag.specific/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.sequencediag.specific:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sequencediag.specific/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.services:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.services:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.services:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.sirius.analysis:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.analysis:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.analysis:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.sirius.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.tiger:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.tiger:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.tiger:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.fastlinker:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.fastlinker:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.fastlinker:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.metric:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.metric:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.metric:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.descriptions:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.descriptions:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.descriptions:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.richtext:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.richtext:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.richtext:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.reportlog:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.reportlog:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.reportlog:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.resources:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.resources:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.resources:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.search:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.search:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.search:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.toolkit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.toolkit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.toolkit:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation.commandline:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.commandline:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation.commandline:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui.ide:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui.ide:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui.ide:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.ui.views:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.ui.views:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.ui.views:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.migration:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.migration:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.migration:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.doc.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.doc.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.doc.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.diffmerge.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.diffmerge.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.diffmerge.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.patterns.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.patterns.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.patterns.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.patterns.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.patterns.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.patterns.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.preferences.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.preferences.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.preferences.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.properties.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.properties.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.properties.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.re.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.re.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.re.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transitions.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transitions.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transitions.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.ui.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.ui.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.ui.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.developer.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.developer.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.developer.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.intro:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.intro:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.intro:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.diagrams.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.diagrams.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.diagrams.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.glossary.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.glossary.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.glossary.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.validation.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.validation.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.validation.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viewpoint.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viewpoint.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viewpoint.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.th.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.th.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.th.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.tipsandtricks.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.tipsandtricks.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.tipsandtricks.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.gitadapter.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.gitadapter.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.gitadapter.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.gitadapter.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.gitadapter.doc:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.gitadapter.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.detachment.propertyvalue:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.propertyvalue:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.detachment.propertyvalue:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.detachment.version.precondition:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.version.precondition:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.detachment.version.precondition:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.mdsofa.common:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.mdsofa.common:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.mdsofa.common:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.patterns.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/features/org.polarsys.capella.patterns.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.patterns.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/features/org.polarsys.capella.patterns.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.patterns.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/features/org.polarsys.capella.patterns.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.patterns:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.patterns:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.patterns:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.patterns.obfuscator:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.patterns.obfuscator:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.patterns.obfuscator:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.patterns.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.patterns.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.ui/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.patterns.ui:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.ui/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.patterns.migration:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.migration/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.patterns.migration:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.migration/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.patterns.migration:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.migration/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.cdo.mock.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cdo.mock.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.cdo.mock.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.eclipse.emf.diffmerge.patterns.core.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.eclipse.emf.diffmerge.patterns.core.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.eclipse.emf.diffmerge.patterns.core.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.eclipse.emf.diffmerge.patterns.support.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.eclipse.emf.diffmerge.patterns.support.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.eclipse.emf.diffmerge.patterns.support.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.eclipse.emf.diffmerge.patterns.templates.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.eclipse.emf.diffmerge.patterns.templates.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.eclipse.emf.diffmerge.patterns.templates.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.emde.model.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.emde.model.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.emde.model.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.patterns.emde.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.patterns.emde.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.patterns.emde.gen.cdo:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/features/org.polarsys.capella.rcp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/features/org.polarsys.capella.rcp.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/features/org.polarsys.capella.rcp.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp.product:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.product:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.51kB) [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.51kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.07kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.08kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.08kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.2kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.2kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.32kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.32kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (55.73kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (55.73kB) [INFO] Fetching org.apache.felix.gogo.command_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.58kB) [INFO] Fetching org.apache.felix.gogo.command_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.58kB) [INFO] Fetching org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.64kB) [INFO] Fetching org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.64kB) [INFO] Fetching org.apache.felix.gogo.shell_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.06kB) [INFO] Fetching org.apache.felix.gogo.shell_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.06kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (253.65kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (253.65kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (92.14kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (92.14kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.93kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.93kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.32MB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.32MB) [INFO] Fetching org.eclipse.acceleo.query_6.0.4.201807201001.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (146.61kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.4.201807201001.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (146.61kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (399.18kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (399.18kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.4.201807201001.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.67kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.4.201807201001.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.67kB) [INFO] Fetching org.eclipse.acceleo.query.doc_6.0.4.201807201001.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (2.27MB) [INFO] Fetching org.eclipse.acceleo.query.doc_6.0.4.201807201001.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (2.27MB) [INFO] Fetching org.eclipse.acceleo.query.ide_6.0.4.201807201001.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.16kB) [INFO] Fetching org.eclipse.acceleo.query.ide_6.0.4.201807201001.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.16kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.4.201807201001.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (18.94kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.4.201807201001.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (18.94kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.4.201807201001.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (56.98kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.4.201807201001.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (56.98kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.4.201807201001.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.4.201807201001.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_1.9.2.201811191434.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/features/ (38.54kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_1.9.2.201811191434.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/features/ (38.54kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.9.2.201811191434 from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.9.2.201811191434 from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.ant.launching_1.1.201.v20161115-1135.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.02kB) [INFO] Fetching org.eclipse.ant.launching_1.1.201.v20161115-1135.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.02kB) [INFO] Fetching org.apache.ant_1.9.6.v201510161327.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.19MB) [INFO] Fetching org.apache.ant_1.9.6.v201510161327.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.19MB) [INFO] Fetching org.eclipse.core.externaltools_1.0.400.v20160509-1057.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.48kB) [INFO] Fetching org.eclipse.core.externaltools_1.0.400.v20160509-1057.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.48kB) [INFO] Fetching org.eclipse.ant.ui_3.6.201.v20161115-1135.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (483.53kB) [INFO] Fetching org.eclipse.ant.ui_3.6.201.v20161115-1135.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (483.53kB) [INFO] Fetching org.eclipse.ui.externaltools_3.3.100.v20160518-1858.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.75kB) [INFO] Fetching org.eclipse.ui.externaltools_3.3.100.v20160518-1858.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.75kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.7.201.v20160811-0450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.4MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.7.201.v20160811-0450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.4MB) [INFO] Fetching org.eclipse.jdt.junit_3.9.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.72kB) [INFO] Fetching org.eclipse.jdt.junit_3.9.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.72kB) [INFO] Fetching org.eclipse.compare.win32_1.1.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.35kB) [INFO] Fetching org.eclipse.compare.win32_1.1.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.35kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.19kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.19kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.76kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.76kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.91kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.91kB) [INFO] Fetching org.eclipse.cvs_1.4.302.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.68kB) [INFO] Fetching org.eclipse.cvs_1.4.302.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.68kB) [INFO] Fetching org.eclipse.team.cvs.core_3.4.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.53kB) [INFO] Fetching org.eclipse.team.cvs.core_3.4.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.53kB) [INFO] Fetching org.eclipse.team.cvs.ssh2_3.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.23kB) [INFO] Fetching org.eclipse.team.cvs.ssh2_3.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.23kB) [INFO] Fetching org.eclipse.team.cvs.ui_3.4.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (487.55kB) [INFO] Fetching org.eclipse.team.cvs.ui_3.4.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (487.55kB) [INFO] Fetching org.eclipse.cvs_1.4.302.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.72kB) [INFO] Fetching org.eclipse.cvs_1.4.302.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.72kB) [INFO] Fetching org.eclipse.team.cvs.core.source_3.4.0.v20160418-1534.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (439.78kB) [INFO] Fetching org.eclipse.team.cvs.core.source_3.4.0.v20160418-1534.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (439.78kB) [INFO] Fetching org.eclipse.team.cvs.ssh2.source_3.3.0.v20160418-1534.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.52kB) [INFO] Fetching org.eclipse.team.cvs.ssh2.source_3.3.0.v20160418-1534.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.52kB) [INFO] Fetching org.eclipse.team.cvs.ui.source_3.4.0.v20160518-1906.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (785.63kB) [INFO] Fetching org.eclipse.team.cvs.ui.source_3.4.0.v20160518-1906.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (785.63kB) [INFO] Fetching org.eclipse.cvs.source_1.4.302.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.37kB) [INFO] Fetching org.eclipse.cvs.source_1.4.302.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.37kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.51kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.51kB) [INFO] Fetching org.eclipse.equinox.event_1.3.200.v20160324-1850.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.25kB) [INFO] Fetching org.eclipse.equinox.event_1.3.200.v20160324-1850.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.25kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.01kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.01kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.7kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.7kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.07kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.07kB) [INFO] Fetching org.eclipse.equinox.console_1.1.200.v20150929-1405.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.93kB) [INFO] Fetching org.eclipse.equinox.console_1.1.200.v20150929-1405.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.93kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.0.v20151127-1218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.36kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.0.v20151127-1218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.36kB) [INFO] Fetching org.eclipse.e4.rcp_1.5.3.v20170228-0512.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.83kB) [INFO] Fetching org.eclipse.e4.rcp_1.5.3.v20170228-0512.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.83kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.0.100.v20160509-1032.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.83kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.0.100.v20160509-1032.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.83kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.14.1.v20160829-0832.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (105.53kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.14.1.v20160829-0832.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (105.53kB) [INFO] Fetching org.eclipse.e4.core.commands.source_0.11.100.v20160506-0804.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.09kB) [INFO] Fetching org.eclipse.e4.core.commands.source_0.11.100.v20160506-0804.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.09kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.11.100.v20160509-1025.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.46kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.11.100.v20160509-1025.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.46kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_1.2.0.v20160229-1459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (372.46kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_1.2.0.v20160229-1459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (372.46kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.2.100.v20160506-0759.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.69kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.2.100.v20160506-0759.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.14.1.v20170117-1415.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (136.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.14.1.v20170117-1415.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (136.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.4.0.v20160517-1624.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (151.25kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.4.0.v20160517-1624.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (151.25kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.12.1.v20161114-0210.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (207.6kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.12.1.v20161114-0210.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (207.6kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.12.100.v20160517-1505.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (191.49kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.12.100.v20160517-1505.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (191.49kB) [INFO] Fetching org.apache.batik.css.source_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (316.44kB) [INFO] Fetching org.apache.batik.css.source_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (316.44kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.28kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.28kB) [INFO] Fetching org.apache.batik.util.source_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (139.26kB) [INFO] Fetching org.apache.batik.util.source_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (139.26kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.14kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.14kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.63kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.63kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.89kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.89kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.92kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.92kB) [INFO] Fetching javax.annotation.source_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.66kB) [INFO] Fetching javax.annotation.source_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.66kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.6.1.v20160712-0927.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.72kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.6.1.v20160712-0927.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.72kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.5.1.v20170203-1100.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.54kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.5.1.v20170203-1100.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.54kB) [INFO] Fetching org.apache.batik.util.gui.source_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.74kB) [INFO] Fetching org.apache.batik.util.gui.source_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.74kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.14.0.v20160211-1614.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.82kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.14.0.v20160211-1614.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.82kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.10.100.v20160523-0836.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.87kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.10.100.v20160523-0836.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.87kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.1.100.v20160506-0759.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.02kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.1.100.v20160506-0759.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.02kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.1.100.v20160506-0759.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.46kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.1.100.v20160506-0759.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.46kB) [INFO] Fetching org.eclipse.equinox.common.source_3.8.0.v20160509-1230.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (128.17kB) [INFO] Fetching org.eclipse.equinox.common.source_3.8.0.v20160509-1230.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (128.17kB) [INFO] Fetching org.eclipse.equinox.ds.source_1.4.400.v20160226-2036.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (162.37kB) [INFO] Fetching org.eclipse.equinox.ds.source_1.4.400.v20160226-2036.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (162.37kB) [INFO] Fetching org.eclipse.equinox.event.source_1.3.200.v20160324-1850.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.23kB) [INFO] Fetching org.eclipse.equinox.event.source_1.3.200.v20160324-1850.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.23kB) [INFO] Fetching org.eclipse.core.commands.source_3.8.1.v20161221-1651.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (149.75kB) [INFO] Fetching org.eclipse.core.commands.source_3.8.1.v20161221-1651.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (149.75kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.5.100.v20160418-1621.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (79.92kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.5.100.v20160418-1621.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (79.92kB) [INFO] Fetching org.eclipse.core.databinding.source_1.6.0.v20160412-0910.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (137.91kB) [INFO] Fetching org.eclipse.core.databinding.source_1.6.0.v20160412-0910.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (137.91kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.3.100.v20160509-1025.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (66.76kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.3.100.v20160509-1025.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (66.76kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.6.0.v20160511-1747.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (204.5kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.6.0.v20160511-1747.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (204.5kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.6.0.v20160427-0852.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (93.35kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.6.0.v20160427-0852.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (93.35kB) [INFO] Fetching org.eclipse.core.expressions.source_3.5.100.v20160418-1621.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (86.6kB) [INFO] Fetching org.eclipse.core.expressions.source_3.5.100.v20160418-1621.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (86.6kB) [INFO] Fetching org.eclipse.core.jobs.source_3.8.0.v20160509-0411.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.55kB) [INFO] Fetching org.eclipse.core.jobs.source_3.8.0.v20160509-0411.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.55kB) [INFO] Fetching org.eclipse.core.runtime.source_3.12.0.v20160606-1342.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (85.59kB) [INFO] Fetching org.eclipse.core.runtime.source_3.12.0.v20160606-1342.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (85.59kB) [INFO] Fetching org.eclipse.equinox.app.source_1.3.400.v20150715-1528.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (76.15kB) [INFO] Fetching org.eclipse.equinox.app.source_1.3.400.v20150715-1528.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (76.15kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.3.201.v20161025-1711.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.75kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.3.201.v20161025-1711.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.75kB) [INFO] Fetching com.ibm.icu.source_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.82MB) [INFO] Fetching com.ibm.icu.source_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.82MB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.6.1.v20160815-1406.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.24kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.6.1.v20160815-1406.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.24kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.6.100.v20160223-2218.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (174.59kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.6.100.v20160223-2218.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (174.59kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.1.200.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.97kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.1.200.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.97kB) [INFO] Fetching org.eclipse.osgi.source_3.11.3.v20170209-1843.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.05MB) [INFO] Fetching org.eclipse.osgi.source_3.11.3.v20170209-1843.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.05MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.0.200.v20160504-1419.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (141.09kB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.0.200.v20160504-1419.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (141.09kB) [INFO] Fetching org.eclipse.osgi.services.source_3.5.100.v20160504-1419.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (212.93kB) [INFO] Fetching org.eclipse.osgi.services.source_3.5.100.v20160504-1419.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (212.93kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.105.3.v20170228-0512.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.39MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.105.3.v20170228-0512.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.39MB) [INFO] Fetching org.eclipse.equinox.util.source_1.0.500.v20130404-1337.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (73.67kB) [INFO] Fetching org.eclipse.equinox.util.source_1.0.500.v20130404-1337.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (73.67kB) [INFO] Fetching org.eclipse.jface.source_3.12.2.v20170113-2113.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (985.23kB) [INFO] Fetching org.eclipse.jface.source_3.12.2.v20170113-2113.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (985.23kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.8.1.v20161026-1531.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (210.97kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.8.1.v20161026-1531.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (210.97kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.13.100.v20160506-0759.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.13.100.v20160506-0759.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.02kB) [INFO] Fetching org.apache.felix.gogo.command.source_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.61kB) [INFO] Fetching org.apache.felix.gogo.command.source_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.61kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.41kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.41kB) [INFO] Fetching org.apache.felix.gogo.shell.source_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.17kB) [INFO] Fetching org.apache.felix.gogo.shell.source_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.17kB) [INFO] Fetching org.eclipse.equinox.console.source_1.1.200.v20150929-1405.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (83.96kB) [INFO] Fetching org.eclipse.equinox.console.source_1.1.200.v20150929-1405.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (83.96kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.2.101.v20170206-1129.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.75kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.2.101.v20170206-1129.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.75kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.0.0.v20160307-1318.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (63.29kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.0.0.v20160307-1318.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (63.29kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.1.0.v20151127-1218.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.64kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.1.0.v20151127-1218.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.64kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (169.68kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (169.68kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.1.200.v20160506-0804.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.37kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.1.200.v20160506-0804.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.37kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.5.0.v20151127-1241.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.35kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.5.0.v20151127-1241.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.35kB) [INFO] Fetching org.eclipse.e4.rcp.source_1.5.3.v20170228-0512.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.65kB) [INFO] Fetching org.eclipse.e4.rcp.source_1.5.3.v20170228-0512.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.65kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.32kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.32kB) [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.47kB) [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.47kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.71kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.71kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.7.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (50.82kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.7.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (50.82kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (93.35kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (93.35kB) [INFO] Fetching org.eclipse.ecf.core.source.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.48kB) [INFO] Fetching org.eclipse.ecf.core.source.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.48kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.61kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.61kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.core.ssl.source.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.48kB) [INFO] Fetching org.eclipse.ecf.core.ssl.source.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.48kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.24kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.24kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.200.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.99kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.200.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.99kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.87kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.87kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.86kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.86kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.100.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.69kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.100.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.69kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.68kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.68kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.source.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.47kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.source.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.47kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.7kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.77kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.77kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.source.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.47kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.source.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.47kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.200.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (86.15kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.200.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (86.15kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (76.06kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (76.06kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.18kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.18kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.6kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.6kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.42kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (22.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (22.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.source.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (22.5kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.source.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (22.5kB) [INFO] Fetching org.eclipse.emf.ant_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.95kB) [INFO] Fetching org.eclipse.emf.ant_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.95kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.5.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.23kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.5.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.23kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.0.v20160504-0839.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (119.26kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.0.v20160504-0839.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (119.26kB) [INFO] Fetching org.eclipse.emf.importer_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39kB) [INFO] Fetching org.eclipse.emf.importer_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.92kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.92kB) [INFO] Fetching org.eclipse.emf.importer.java_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.35kB) [INFO] Fetching org.eclipse.emf.importer.java_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.35kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (55.3kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (55.3kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.85kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.85kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (520.49kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (520.49kB) [INFO] Fetching org.eclipse.emf.ant.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.53kB) [INFO] Fetching org.eclipse.emf.ant.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.53kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.43kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.43kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.82kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.82kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.11kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.11kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB) [INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (197.75kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (197.75kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.44kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.44kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.6.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.18kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.6.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.18kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.83kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.83kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.28kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.28kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.42kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.42kB) [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.8kB) [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.8kB) [INFO] Fetching org.eclipse.emf.common.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (210.33kB) [INFO] Fetching org.eclipse.emf.common.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (210.33kB) [INFO] Fetching org.eclipse.emf.common.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.44kB) [INFO] Fetching org.eclipse.emf.common.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.44kB) [INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.77kB) [INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.77kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (78.77kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (78.77kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.4kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.4kB) [INFO] Fetching org.eclipse.emf.converter_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.28kB) [INFO] Fetching org.eclipse.emf.converter_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.28kB) [INFO] Fetching org.eclipse.emf.exporter_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.75kB) [INFO] Fetching org.eclipse.emf.exporter_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.75kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.99kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.99kB) [INFO] Fetching org.eclipse.emf.converter_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.86kB) [INFO] Fetching org.eclipse.emf.converter_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.86kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.65kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.65kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.34kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.34kB) [INFO] Fetching org.eclipse.emf.converter.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.02kB) [INFO] Fetching org.eclipse.emf.converter.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.02kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.96kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.96kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.39kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.39kB) [INFO] Fetching org.eclipse.emf.importer.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.64kB) [INFO] Fetching org.eclipse.emf.importer.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.64kB) [INFO] Fetching org.eclipse.emf.converter.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.48kB) [INFO] Fetching org.eclipse.emf.converter.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.48kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.73kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.73kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.3.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.04kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.3.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.04kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.45kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.45kB) [INFO] Fetching org.eclipse.emf.databinding_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.8kB) [INFO] Fetching org.eclipse.emf.databinding_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.8kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.3.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.11kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.3.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.11kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.43kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.43kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.doc_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (3.95MB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.doc_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/plugins/ (3.95MB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/features/ (40.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/features/ (40.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/features/ (36.2kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature_0.9.0.201710271506.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/features/ (36.2kB) [INFO] Fetching org.eclipse.emf.doc_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.89MB) [INFO] Fetching org.eclipse.emf.doc_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.89MB) [INFO] Fetching org.eclipse.emf.doc_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.74kB) [INFO] Fetching org.eclipse.emf.doc_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.74kB) [INFO] Fetching org.eclipse.emf.cheatsheets.source_2.5.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.9kB) [INFO] Fetching org.eclipse.emf.cheatsheets.source_2.5.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.9kB) [INFO] Fetching org.eclipse.emf.doc.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.4kB) [INFO] Fetching org.eclipse.emf.doc.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.4kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.6.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.69kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.6.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.69kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.19kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.19kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.24kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.24kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.44kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.44kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.56kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.56kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB) [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (765.84kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (765.84kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (149.29kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (149.29kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.11.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.61kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.11.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.61kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.46kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.46kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.79kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.79kB) [INFO] Fetching org.eclipse.emf.edit.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (198.86kB) [INFO] Fetching org.eclipse.emf.edit.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (198.86kB) [INFO] Fetching org.eclipse.emf.edit.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB) [INFO] Fetching org.eclipse.emf.edit.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (112.91kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (112.91kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.42kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.42kB) [INFO] Fetching org.eclipse.emf.example.installer_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (350.57kB) [INFO] Fetching org.eclipse.emf.example.installer_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (350.57kB) [INFO] Fetching org.eclipse.emf_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.91kB) [INFO] Fetching org.eclipse.emf_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.91kB) [INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.9kB) [INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.9kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.09kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.09kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.86kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.86kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.06kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.06kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.62kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.62kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.73kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.73kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.93kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.93kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.10.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.89kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.10.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.89kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.32kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.32kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.16kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.16kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.10.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.48kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.10.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.48kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.61kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.61kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.57kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.57kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.43kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.43kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.46kB) [INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.78kB) [INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.78kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.94kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.94kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.42kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.42kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.69kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.69kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB) [INFO] Fetching org.eclipse.emf.sdk_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.79kB) [INFO] Fetching org.eclipse.emf.sdk_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.79kB) [INFO] Fetching org.eclipse.emf.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.76kB) [INFO] Fetching org.eclipse.emf.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.76kB) [INFO] Fetching org.eclipse.emf.transaction_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.62kB) [INFO] Fetching org.eclipse.emf.transaction_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.62kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.2kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.2kB) [INFO] Fetching org.eclipse.emf.validation_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.68kB) [INFO] Fetching org.eclipse.emf.validation_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.68kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.94kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.94kB) [INFO] Fetching org.eclipse.emf.workspace_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.64kB) [INFO] Fetching org.eclipse.emf.workspace_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.64kB) [INFO] Fetching org.eclipse.equinox.executable_3.6.300.v20161122-1740.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (859.22kB) [INFO] Fetching org.eclipse.equinox.executable_3.6.300.v20161122-1740.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (859.22kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.6.300.v20161122-1740 from http://download.eclipse.org/releases/neon/201705151400/binary/ (34.39kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.6.300.v20161122-1740 from http://download.eclipse.org/releases/neon/201705151400/binary/ (34.39kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.3.0.v20160324-1850.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.36kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.3.0.v20160324-1850.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.36kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.3.1.v20160808-1329.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (63.26kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.3.1.v20160808-1329.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (63.26kB) [INFO] Fetching org.eclipse.jetty.http_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (118.41kB) [INFO] Fetching org.eclipse.jetty.http_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (118.41kB) [INFO] Fetching org.eclipse.jetty.server_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (381.53kB) [INFO] Fetching org.eclipse.jetty.server_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (381.53kB) [INFO] Fetching org.eclipse.jetty.servlet_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.73kB) [INFO] Fetching org.eclipse.jetty.servlet_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.73kB) [INFO] Fetching org.eclipse.jetty.util_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (325.33kB) [INFO] Fetching org.eclipse.jetty.util_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (325.33kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.46kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.46kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.34kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.34kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.05kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.05kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.42kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.42kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.42kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.42kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.51kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.51kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.23kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.23kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.0.100.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.78kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.0.100.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.78kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.500.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (97.03kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.500.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (97.03kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.01kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.01kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.100.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (59.66kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.100.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (59.66kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.4.100.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (138.63kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.4.100.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (138.63kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.100.v20160427-2220.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (240.47kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.100.v20160427-2220.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (240.47kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.89kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.89kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.200.v20160421-0324.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (118.71kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.200.v20160421-0324.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (118.71kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.400.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.46kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.400.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.46kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.100.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (59.48kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.100.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (59.48kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.200.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.32kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.200.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.32kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.700.v20160102-2223.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.19kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.700.v20160102-2223.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.19kB) [INFO] Fetching org.eclipse.equinox.security.source_1.2.200.v20150715-1528.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.72kB) [INFO] Fetching org.eclipse.equinox.security.source_1.2.200.v20150715-1528.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.72kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.1.201.v20161115-1927.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.1.201.v20161115-1927.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.200.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (64.63kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.200.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (64.63kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.0.100.v20130327-1442.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.62kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.0.100.v20130327-1442.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.62kB) [INFO] Fetching org.tukaani.xz.source_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.11kB) [INFO] Fetching org.tukaani.xz.source_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.11kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.2kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.2kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.100.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.07kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.100.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.07kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.300.v20160421-0324.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (176.71kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.300.v20160421-0324.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (176.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.100.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (147.32kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.100.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (147.32kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.96kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.96kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (189.14kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (189.14kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.0.v20161124-1529.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.74kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.0.v20161124-1529.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.74kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.300.v20161124-1529.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.300.v20161124-1529.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.300.v20150803-1225.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.6kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.300.v20150803-1225.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.6kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.400.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.97kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.400.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.97kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.4.100.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (295.2kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.4.100.v20160419-0834.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (295.2kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.0.v20161124-1529.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.04kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.0.v20161124-1529.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.04kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.300.v20161124-1529.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.300.v20161124-1529.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.1.300.v20150803-1225.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (85.03kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.1.300.v20150803-1225.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (85.03kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.400.v20150423-1455.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.8kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.400.v20150423-1455.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.8kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.92kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.92kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.200.v20160521-1138.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.42kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.200.v20160521-1138.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.42kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.600.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.75kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.600.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.75kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.69kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.69kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.600.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.84kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.600.v20160504-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.84kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.200.v20160521-1138.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (50.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.200.v20160521-1138.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (50.91kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.97kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.97kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.56kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.56kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.73kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.73kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.31kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.31kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.77kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.77kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.81kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.81kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.04kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.04kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.46kB) [INFO] Fetching org.eclipse.gmf_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.11kB) [INFO] Fetching org.eclipse.gmf_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.11kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (752.08kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (752.08kB) [INFO] Fetching org.eclipse.gmf_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.79kB) [INFO] Fetching org.eclipse.gmf_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.79kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (245.79kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (245.79kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.21kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.21kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.58kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.58kB) [INFO] Fetching org.eclipse.help.webapp_3.8.0.v20160504-0839.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (239.5kB) [INFO] Fetching org.eclipse.help.webapp_3.8.0.v20160504-0839.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (239.5kB) [INFO] Fetching org.eclipse.jetty.continuation_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.6kB) [INFO] Fetching org.eclipse.jetty.continuation_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.6kB) [INFO] Fetching org.eclipse.jetty.io_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.98kB) [INFO] Fetching org.eclipse.jetty.io_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.98kB) [INFO] Fetching org.eclipse.jetty.security_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.65kB) [INFO] Fetching org.eclipse.jetty.security_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.65kB) [INFO] Fetching org.eclipse.help_2.2.2.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.28kB) [INFO] Fetching org.eclipse.help_2.2.2.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.28kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.45kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.45kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (113.6kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (113.6kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (129.82kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (129.82kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.04kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.04kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (315.38kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (315.38kB) [INFO] Fetching org.apache.lucene.analysis.source_3.5.0.v20120725-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (391.98kB) [INFO] Fetching org.apache.lucene.analysis.source_3.5.0.v20120725-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (391.98kB) [INFO] Fetching org.apache.lucene.core.source_3.5.0.v20120725-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (894.96kB) [INFO] Fetching org.apache.lucene.core.source_3.5.0.v20120725-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (894.96kB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.3.0.v20160324-1850.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.57kB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.3.0.v20160324-1850.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.57kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.400.v20150715-1528.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.25kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.400.v20150715-1528.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.25kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.3.1.v20160808-1329.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.42kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.3.1.v20160808-1329.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.42kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.0.500.v20150119-1358.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.21kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.0.500.v20150119-1358.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.21kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.0.300.v20130327-1442.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.16kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.0.300.v20130327-1442.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.16kB) [INFO] Fetching org.eclipse.help.base.source_4.1.2.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (307.39kB) [INFO] Fetching org.eclipse.help.base.source_4.1.2.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (307.39kB) [INFO] Fetching org.eclipse.help.ui.source_4.0.200.v20160510-0758.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (221.52kB) [INFO] Fetching org.eclipse.help.ui.source_4.0.200.v20160510-0758.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (221.52kB) [INFO] Fetching org.eclipse.help.webapp.source_3.8.0.v20160504-0839.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (199.71kB) [INFO] Fetching org.eclipse.help.webapp.source_3.8.0.v20160504-0839.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (199.71kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.89kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.89kB) [INFO] Fetching org.eclipse.jetty.http.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.53kB) [INFO] Fetching org.eclipse.jetty.http.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.53kB) [INFO] Fetching org.eclipse.jetty.io.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.96kB) [INFO] Fetching org.eclipse.jetty.io.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.96kB) [INFO] Fetching org.eclipse.jetty.security.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.06kB) [INFO] Fetching org.eclipse.jetty.security.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.06kB) [INFO] Fetching org.eclipse.jetty.server.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (220.25kB) [INFO] Fetching org.eclipse.jetty.server.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (220.25kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.99kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.99kB) [INFO] Fetching org.eclipse.jetty.util.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (204.27kB) [INFO] Fetching org.eclipse.jetty.util.source_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (204.27kB) [INFO] Fetching org.eclipse.core.net.source_1.3.0.v20160418-1534.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.43kB) [INFO] Fetching org.eclipse.core.net.source_1.3.0.v20160418-1534.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.43kB) [INFO] Fetching org.eclipse.help.source_2.2.2.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.73kB) [INFO] Fetching org.eclipse.help.source_2.2.2.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.73kB) [INFO] Fetching org.eclipse.jdt_3.12.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.18kB) [INFO] Fetching org.eclipse.jdt_3.12.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.18kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.4.100.v20160525-0952.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (126.72kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.4.100.v20160525-0952.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (126.72kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.41kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.41kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.35kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.35kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.2.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (66.07kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.2.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (66.07kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.4.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.39kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.4.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.39kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.12.2.v20170221-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (3.99MB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.12.2.v20170221-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (3.99MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.12.1.v20160727-2009.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.56MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.12.1.v20160727-2009.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.56MB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.51kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.51kB) [INFO] Fetching org.eclipse.jdt.annotation_2.1.0.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.74kB) [INFO] Fetching org.eclipse.jdt.annotation_2.1.0.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.74kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.8.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.64kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.8.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.64kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.84kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.84kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.11kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.11kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (283.72kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (283.72kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.33kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.33kB) [INFO] Fetching org.eclipse.jdt_3.12.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.2kB) [INFO] Fetching org.eclipse.jdt_3.12.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.2kB) [INFO] Fetching org.eclipse.ant.ui.source_3.6.201.v20161115-1135.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (618.12kB) [INFO] Fetching org.eclipse.ant.ui.source_3.6.201.v20161115-1135.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (618.12kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.4.100.v20160525-0952.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (354.48kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.4.100.v20160525-0952.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (354.48kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.4.100.v20160418-1457.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (45.8kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.4.100.v20160418-1457.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (45.8kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.1.100.v20160418-1457.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.91kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.1.100.v20160418-1457.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.91kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.2.100.v20160418-1457.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (119.85kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.2.100.v20160418-1457.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (119.85kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.1.100.v20160418-1457.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.83kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.1.100.v20160418-1457.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.83kB) [INFO] Fetching org.eclipse.jdt.core.source_3.12.3.v20170228-1205.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (4.36MB) [INFO] Fetching org.eclipse.jdt.core.source_3.12.3.v20170228-1205.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (4.36MB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.1.100.v20160418-1457.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.03kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.1.100.v20160418-1457.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.03kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.1.0.v20160418-1457.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.1.0.v20160418-1457.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.7.0.v20160419-0705.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.55kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.7.0.v20160419-0705.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.55kB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.7.201.v20160811-0450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (802.62kB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.7.201.v20160811-0450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (802.62kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.10.1.v20160811-0441.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (817.99kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.10.1.v20160811-0441.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (817.99kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.9.0.v20160421-1701.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (187.38kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.9.0.v20160421-1701.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (187.38kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.8.0.v20160421-1701.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.77kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.8.0.v20160421-1701.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.77kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.4.600.v20160505-0715.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.48kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.4.600.v20160505-0715.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.48kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.600.v20160505-0715.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.26kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.600.v20160505-0715.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.26kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.8.101.v20161111-2014.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (291.75kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.8.101.v20161111-2014.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (291.75kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.12.2.v20160929-0804.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.66MB) [INFO] Fetching org.eclipse.jdt.ui.source_3.12.2.v20160929-0804.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.66MB) [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (135.43kB) [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (135.43kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.21kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.21kB) [INFO] Fetching org.eclipse.ant.launching.source_1.1.201.v20161115-1135.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (130.29kB) [INFO] Fetching org.eclipse.ant.launching.source_1.1.201.v20161115-1135.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (130.29kB) [INFO] Fetching org.eclipse.jdt.source_3.12.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.68kB) [INFO] Fetching org.eclipse.jdt.source_3.12.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.68kB) [INFO] Fetching org.eclipse.jsch.core_1.3.0.v20160422-1917.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.72kB) [INFO] Fetching org.eclipse.jsch.core_1.3.0.v20160422-1917.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.72kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.81kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.81kB) [INFO] Fetching org.eclipse.osgi.util_3.3.100.v20150423-1351.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.34kB) [INFO] Fetching org.eclipse.osgi.util_3.3.100.v20150423-1351.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.34kB) [INFO] Fetching org.eclipse.pde.api.tools_1.1.2.v20161115-0549.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (890.12kB) [INFO] Fetching org.eclipse.pde.api.tools_1.1.2.v20161115-0549.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (890.12kB) [INFO] Fetching org.objectweb.asm_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB) [INFO] Fetching org.objectweb.asm_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB) [INFO] Fetching org.objectweb.asm.tree_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.58kB) [INFO] Fetching org.objectweb.asm.tree_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.58kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.0.v20160519-0701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (159.52kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.0.v20160519-0701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (159.52kB) [INFO] Fetching org.eclipse.pde.ui_3.9.100.v20161102-0517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.51MB) [INFO] Fetching org.eclipse.pde.ui_3.9.100.v20161102-0517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.51MB) [INFO] Fetching org.eclipse.ui.trace_1.0.400.v20160509-1055.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.69kB) [INFO] Fetching org.eclipse.ui.trace_1.0.400.v20160509-1055.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.69kB) [INFO] Fetching org.eclipse.pde.doc.user_3.12.2.v20170221-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.21MB) [INFO] Fetching org.eclipse.pde.doc.user_3.12.2.v20170221-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.21MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.0.0.v20160525-1437.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (45.47kB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.0.0.v20160525-1437.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (45.47kB) [INFO] Fetching org.eclipse.pde.ds.core_1.1.0.v20151201-1325.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.54kB) [INFO] Fetching org.eclipse.pde.ds.core_1.1.0.v20151201-1325.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.54kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.1.0.v20160518-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.3kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.1.0.v20160518-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.3kB) [INFO] Fetching org.eclipse.pde_3.12.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.83kB) [INFO] Fetching org.eclipse.pde_3.12.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.83kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.0.v20151013-0625.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.69kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.0.v20151013-0625.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.69kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.6.0.v20160424-1948.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (371.56kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.6.0.v20160424-1948.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (371.56kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1.v20160829-0826.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.39kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1.v20160829-0826.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.39kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.0.100.v20160418-1724.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.64kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.0.100.v20160418-1724.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.64kB) [INFO] Fetching org.eclipse.pde.launching_3.6.401.v20161115-0549.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.96kB) [INFO] Fetching org.eclipse.pde.launching_3.6.401.v20161115-0549.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.96kB) [INFO] Fetching org.eclipse.pde.ua.core_1.0.500.v20160204-0642.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.68kB) [INFO] Fetching org.eclipse.pde.ua.core_1.0.500.v20160204-0642.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.68kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.1.0.v20160518-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (144.02kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.1.0.v20160518-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (144.02kB) [INFO] Fetching org.eclipse.pde_3.12.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.17kB) [INFO] Fetching org.eclipse.pde_3.12.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.17kB) [INFO] Fetching org.eclipse.pde.build.source_3.9.200.v20160204-0642.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (320.83kB) [INFO] Fetching org.eclipse.pde.build.source_3.9.200.v20160204-0642.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (320.83kB) [INFO] Fetching org.eclipse.pde.core.source_3.11.1.v20161115-1951.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (946.42kB) [INFO] Fetching org.eclipse.pde.core.source_3.11.1.v20161115-1951.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (946.42kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.0.v20151013-0625.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.33kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.0.v20151013-0625.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.33kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.5.0.v20160418-1724.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (82.34kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.5.0.v20160418-1724.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (82.34kB) [INFO] Fetching org.eclipse.pde.ui.source_3.9.100.v20161102-0517.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.97MB) [INFO] Fetching org.eclipse.pde.ui.source_3.9.100.v20161102-0517.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.97MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.6.0.v20160424-1948.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.62kB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.6.0.v20160424-1948.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.62kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.1.v20160829-0826.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.94kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.1.v20160829-0826.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.94kB) [INFO] Fetching org.objectweb.asm.source_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (118.99kB) [INFO] Fetching org.objectweb.asm.source_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (118.99kB) [INFO] Fetching org.objectweb.asm.tree.source_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.67kB) [INFO] Fetching org.objectweb.asm.tree.source_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.67kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.1.2.v20161115-0549.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (631kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.1.2.v20161115-0549.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (631kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.0.100.v20160418-1724.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.54kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.0.100.v20160418-1724.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.54kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.1.0.v20160519-0701.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (242.3kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.1.0.v20160519-0701.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (242.3kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.1.0.v20151201-1325.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (50.19kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.1.0.v20151201-1325.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (50.19kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.1.0.v20160518-1843.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (94.79kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.1.0.v20160518-1843.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (94.79kB) [INFO] Fetching org.eclipse.pde.launching.source_3.6.401.v20161115-0549.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.55kB) [INFO] Fetching org.eclipse.pde.launching.source_3.6.401.v20161115-0549.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.55kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.0.500.v20160204-0642.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (109.25kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.0.500.v20160204-0642.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (109.25kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.1.0.v20160518-1843.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (280.88kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.1.0.v20160518-1843.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (280.88kB) [INFO] Fetching org.eclipse.ui.trace.source_1.0.400.v20160509-1055.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (50.62kB) [INFO] Fetching org.eclipse.ui.trace.source_1.0.400.v20160509-1055.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (50.62kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.0.0.v20160525-1437.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.5kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.0.0.v20160525-1437.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.5kB) [INFO] Fetching org.eclipse.pde.source_3.12.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.63kB) [INFO] Fetching org.eclipse.pde.source_3.12.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.63kB) [INFO] Fetching org.eclipse.platform_4.6.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (450.15kB) [INFO] Fetching org.eclipse.platform_4.6.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (450.15kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.6.2.v20170221-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.02MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.6.2.v20170221-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.02MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.6.2.v20170221-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.57MB of 20.02MB at 19.57MB/s) [INFO] Fetching org.eclipse.platform.doc.user_4.6.1.v20160727-2009.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.97MB) [INFO] Fetching org.eclipse.platform.doc.user_4.6.1.v20160727-2009.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.97MB) [INFO] Fetching org.eclipse.ui.browser_3.5.2.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.95kB) [INFO] Fetching org.eclipse.ui.browser_3.5.2.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.95kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.2.v20170203-1115.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.77kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.2.v20170203-1115.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.77kB) [INFO] Fetching org.eclipse.ui.net_1.3.0.v20160426-1633.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.79kB) [INFO] Fetching org.eclipse.ui.net_1.3.0.v20160426-1633.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.79kB) [INFO] Fetching org.eclipse.ui.win32_3.3.0.v20160505-1310.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.12kB) [INFO] Fetching org.eclipse.ui.win32_3.3.0.v20160505-1310.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.12kB) [INFO] Fetching org.eclipse.ui.themes_1.1.300.v20161107-1827.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.68kB) [INFO] Fetching org.eclipse.ui.themes_1.1.300.v20161107-1827.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.68kB) [INFO] Fetching org.eclipse.platform_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.31kB) [INFO] Fetching org.eclipse.platform_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.31kB) [INFO] Fetching org.eclipse.platform_root_4.6.3.v20170301-0400 from http://download.eclipse.org/releases/neon/201705151400/binary/ (195B) [INFO] Fetching org.eclipse.platform_root_4.6.3.v20170301-0400 from http://download.eclipse.org/releases/neon/201705151400/binary/ (195B) [INFO] Fetching org.apache.ant.source_1.9.6.v201510161327.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.41MB) [INFO] Fetching org.apache.ant.source_1.9.6.v201510161327.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.41MB) [INFO] Fetching org.eclipse.ant.core.source_3.4.100.v20160505-0642.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (97.78kB) [INFO] Fetching org.eclipse.ant.core.source_3.4.100.v20160505-0642.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (97.78kB) [INFO] Fetching com.jcraft.jsch.source_0.1.54.v20170116-1932.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (290.23kB) [INFO] Fetching com.jcraft.jsch.source_0.1.54.v20170116-1932.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (290.23kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.0.v20160418-1534.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.67kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.0.v20160418-1534.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.67kB) [INFO] Fetching org.eclipse.compare.source_3.7.1.v20170103-1805.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (425.95kB) [INFO] Fetching org.eclipse.compare.source_3.7.1.v20170103-1805.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (425.95kB) [INFO] Fetching org.eclipse.compare.win32.source_1.1.0.v20160418-1534.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.06kB) [INFO] Fetching org.eclipse.compare.win32.source_1.1.0.v20160418-1534.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.06kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.6.0.v20160503-1849.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.95kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.6.0.v20160503-1849.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.95kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.6.1.v20161113-2349.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.06kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.6.1.v20161113-2349.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.06kB) [INFO] Fetching org.eclipse.core.resources.source_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (782.79kB) [INFO] Fetching org.eclipse.core.resources.source_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (782.79kB) [INFO] Fetching org.eclipse.osgi.util.source_3.3.100.v20150423-1351.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.58kB) [INFO] Fetching org.eclipse.osgi.util.source_3.3.100.v20150423-1351.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.58kB) [INFO] Fetching org.eclipse.debug.core.source_3.10.100.v20160419-1720.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (379.25kB) [INFO] Fetching org.eclipse.debug.core.source_3.10.100.v20160419-1720.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (379.25kB) [INFO] Fetching org.eclipse.debug.ui.source_3.11.202.v20161114-0338.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.65MB) [INFO] Fetching org.eclipse.debug.ui.source_3.11.202.v20161114-0338.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.65MB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.7.0.v20160419-0705.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (284.96kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.7.0.v20160419-0705.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (284.96kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.8.0.v20160518-1817.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (249.47kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.8.0.v20160518-1817.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (249.47kB) [INFO] Fetching org.eclipse.platform.source_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.87kB) [INFO] Fetching org.eclipse.platform.source_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.87kB) [INFO] Fetching org.eclipse.search.source_3.11.1.v20161113-1700.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (297.9kB) [INFO] Fetching org.eclipse.search.source_3.11.1.v20161113-1700.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (297.9kB) [INFO] Fetching org.eclipse.team.core.source_3.8.0.v20160418-1534.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (374.85kB) [INFO] Fetching org.eclipse.team.core.source_3.8.0.v20160418-1534.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (374.85kB) [INFO] Fetching org.eclipse.team.ui.source_3.8.0.v20160518-1906.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (776.84kB) [INFO] Fetching org.eclipse.team.ui.source_3.8.0.v20160518-1906.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (776.84kB) [INFO] Fetching org.eclipse.text.source_3.6.0.v20160503-1849.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (261.9kB) [INFO] Fetching org.eclipse.text.source_3.6.0.v20160503-1849.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (261.9kB) [INFO] Fetching org.eclipse.jface.text.source_3.11.2.v20170220-1911.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (765.46kB) [INFO] Fetching org.eclipse.jface.text.source_3.11.2.v20170220-1911.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (765.46kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.0.v20160422-1917.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.69kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.0.v20160422-1917.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.69kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.3.0.v20160323-1650.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.43kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.3.0.v20160323-1650.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.43kB) [INFO] Fetching org.eclipse.ui.console.source_3.6.201.v20161107-0337.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (120.11kB) [INFO] Fetching org.eclipse.ui.console.source_3.6.201.v20161107-0337.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (120.11kB) [INFO] Fetching org.eclipse.ui.intro.source_3.5.2.v20161116-1147.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (260kB) [INFO] Fetching org.eclipse.ui.intro.source_3.5.2.v20161116-1147.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (260kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.3.1.v20160829-1558.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.14kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.3.1.v20160829-1558.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.14kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.5.0.v20160504-0839.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (246.58kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.5.0.v20160504-0839.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (246.58kB) [INFO] Fetching org.eclipse.ui.browser.source_3.5.2.v20161114-0210.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.75kB) [INFO] Fetching org.eclipse.ui.browser.source_3.5.2.v20161114-0210.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.75kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.1.2.v20170203-1115.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (45.07kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.1.2.v20170203-1115.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (45.07kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.6.101.v20161006-1120.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (308.42kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.6.101.v20161006-1120.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (308.42kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.5.101.v20161006-0640.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.59kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.5.101.v20161006-0640.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.59kB) [INFO] Fetching org.eclipse.ui.net.source_1.3.0.v20160426-1633.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.83kB) [INFO] Fetching org.eclipse.ui.net.source_1.3.0.v20160426-1633.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.83kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.10.1.v20160818-1626.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (403.18kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.10.1.v20160818-1626.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (403.18kB) [INFO] Fetching org.eclipse.ui.views.source_3.8.102.v20170111-0801.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.02kB) [INFO] Fetching org.eclipse.ui.views.source_3.8.102.v20170111-0801.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.02kB) [INFO] Fetching org.eclipse.ui.editors.source_3.10.1.v20161106-1856.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (314.01kB) [INFO] Fetching org.eclipse.ui.editors.source_3.10.1.v20161106-1856.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (314.01kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.3.100.v20160518-1858.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (83.67kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.3.100.v20160518-1858.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (83.67kB) [INFO] Fetching org.eclipse.ui.ide.source_3.12.3.v20170119-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.28MB) [INFO] Fetching org.eclipse.ui.ide.source_3.12.3.v20170119-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.28MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.1.101.v20160829-0827.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.44kB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.1.101.v20160829-0827.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.44kB) [INFO] Fetching org.eclipse.ui.win32.source_3.3.0.v20160505-1310.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.89kB) [INFO] Fetching org.eclipse.ui.win32.source_3.3.0.v20160505-1310.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.89kB) [INFO] Fetching org.eclipse.core.variables.source_3.3.0.v20160419-1720.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.13kB) [INFO] Fetching org.eclipse.core.variables.source_3.3.0.v20160419-1720.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.13kB) [INFO] Fetching org.eclipse.ui.forms.source_3.7.1.v20161220-1635.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (210.81kB) [INFO] Fetching org.eclipse.ui.forms.source_3.7.1.v20161220-1635.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (210.81kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.7.0.v20160310-0903.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (78.45kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.7.0.v20160310-0903.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (78.45kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.0.400.v20160509-1057.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.09kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.0.400.v20160509-1057.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.09kB) [INFO] Fetching org.eclipse.ui.themes.source_1.1.300.v20161107-1827.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.4kB) [INFO] Fetching org.eclipse.ui.themes.source_1.1.300.v20161107-1827.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.4kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.0.0.v20160515-0255.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.25kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.0.0.v20160515-0255.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.25kB) [INFO] Fetching org.eclipse.platform.source_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.79kB) [INFO] Fetching org.eclipse.platform.source_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.79kB) [INFO] Fetching org.eclipse.rcp_4.6.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.46kB) [INFO] Fetching org.eclipse.rcp_4.6.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.46kB) [INFO] Fetching org.eclipse.rcp_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB) [INFO] Fetching org.eclipse.rcp_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB) [INFO] Fetching org.eclipse.rcp_root_4.6.3.v20170301-0400 from http://download.eclipse.org/releases/neon/201705151400/binary/ (27.05kB) [INFO] Fetching org.eclipse.rcp_root_4.6.3.v20170301-0400 from http://download.eclipse.org/releases/neon/201705151400/binary/ (27.05kB) [INFO] Fetching org.eclipse.help.source_3.7.0.v20160602-1307.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (180.16kB) [INFO] Fetching org.eclipse.help.source_3.7.0.v20160602-1307.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (180.16kB) [INFO] Fetching org.eclipse.ui.source_3.108.1.v20160929-1045.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (143.15kB) [INFO] Fetching org.eclipse.ui.source_3.108.1.v20160929-1045.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (143.15kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.108.3.v20170216-1539.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.58MB) [INFO] Fetching org.eclipse.ui.workbench.source_3.108.3.v20170216-1539.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.58MB) [INFO] Fetching org.eclipse.update.configurator.source_3.3.400.v20160506-0750.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (83.65kB) [INFO] Fetching org.eclipse.update.configurator.source_3.3.400.v20160506-0750.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (83.65kB) [INFO] Fetching org.eclipse.rcp.source_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.97kB) [INFO] Fetching org.eclipse.rcp.source_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.97kB) [INFO] Fetching org.eclipse.sdk_4.6.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (221.84kB) [INFO] Fetching org.eclipse.sdk_4.6.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (221.84kB) [INFO] Fetching org.eclipse.sdk_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.sdk_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (18.18kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (18.18kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (13.02kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (13.02kB) [INFO] Fetching org.eclipse.sirius.aql_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.6kB) [INFO] Fetching org.eclipse.sirius.aql_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.6kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (9.28kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (9.28kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (8.31kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (8.31kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.15kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.15kB) [INFO] Fetching org.eclipse.sirius.doc_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (9.26MB) [INFO] Fetching org.eclipse.sirius.doc_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (9.26MB) [INFO] Fetching org.eclipse.sirius.doc.feature_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.63kB) [INFO] Fetching org.eclipse.sirius.doc.feature_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.63kB) [INFO] Fetching org.eclipse.sirius.ext.e3_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (6.84kB) [INFO] Fetching org.eclipse.sirius.ext.e3_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (6.84kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (10.05kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (10.05kB) [INFO] Fetching org.eclipse.sirius.interpreter_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (17.57kB) [INFO] Fetching org.eclipse.sirius.interpreter_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (17.57kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.51kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.51kB) [INFO] Fetching org.eclipse.sirius.query.legacy.feature_1.1.0.201504271341.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/features/ (18.67kB) [INFO] Fetching org.eclipse.sirius.query.legacy.feature_1.1.0.201504271341.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/features/ (18.67kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.59kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.59kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (6.78kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (6.78kB) [INFO] Fetching org.eclipse.sirius.runtime_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.82kB) [INFO] Fetching org.eclipse.sirius.runtime_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.82kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.71kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.71kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (6.81kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (6.81kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (6.78kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (6.78kB) [INFO] Fetching org.eclipse.sirius.ui.editor_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (40.54kB) [INFO] Fetching org.eclipse.sirius.ui.editor_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (40.54kB) [INFO] Fetching org.eclipse.sirius.ui.ext_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (12.05kB) [INFO] Fetching org.eclipse.sirius.ui.ext_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (12.05kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.98kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (24.98kB) [INFO] Fetching org.eclipse.sirius.common.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (193.86kB) [INFO] Fetching org.eclipse.sirius.common.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (193.86kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (80.5kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (80.5kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (29.16kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (29.16kB) [INFO] Fetching org.eclipse.sirius.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (1.31MB) [INFO] Fetching org.eclipse.sirius.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (1.31MB) [INFO] Fetching org.eclipse.sirius.diagram.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (1.12MB) [INFO] Fetching org.eclipse.sirius.diagram.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (1.12MB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (52.79kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (52.79kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (52.76kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (52.76kB) [INFO] Fetching org.eclipse.sirius.table.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (312.49kB) [INFO] Fetching org.eclipse.sirius.table.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (312.49kB) [INFO] Fetching org.eclipse.sirius.tree.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (217.68kB) [INFO] Fetching org.eclipse.sirius.tree.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (217.68kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (25.57kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (25.57kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (6.72kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (6.72kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (13.84kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (13.84kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (11.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (11.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (8.61kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (8.61kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (6.73kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (6.73kB) [INFO] Fetching org.eclipse.sirius.runtime.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (18.77kB) [INFO] Fetching org.eclipse.sirius.runtime.source_5.1.4.201811301634.jar from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/features/ (18.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (4.29kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (4.29kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (68.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (68.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_1.0.0.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/plugins/ (845.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_1.0.0.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/plugins/ (845.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_1.0.0.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/features/ (950B) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_1.0.0.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/features/ (950B) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (5.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (5.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (8.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (8.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (1,006B) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (1,006B) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (9.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (9.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (67.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (67.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (73.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (73.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (30.55kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (30.55kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (11.13kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (11.13kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (10.16kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (10.16kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13kB) [INFO] Fetching org.polarsys.kitalpha.doc_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/plugins/ (507.47kB) [INFO] Fetching org.polarsys.kitalpha.doc_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/plugins/ (507.47kB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/features/ (12.94kB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/features/ (12.94kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/plugins/ (412.32kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/plugins/ (412.32kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/features/ (12.87kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/features/ (12.87kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.05kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.05kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.01kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.01kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (10.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (10.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (16.37kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (16.37kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (8.64kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (8.64kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (7.92kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (7.92kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (15.63kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (15.63kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (20.53kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (20.53kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (20.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (20.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (9.92kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (9.92kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.32kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.32kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (8.31kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (8.31kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (6.67kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (6.67kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.27kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.27kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (12.91kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (12.91kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.06kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.06kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (10.74kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (10.74kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.16kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.16kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (10.52kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (10.52kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.31kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.31kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (57.32kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (57.32kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.01kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.01kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (12.97kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (12.97kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (44.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (44.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.02kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/features/ (13.02kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/plugins/ (1.39MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/plugins/ (1.39MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/features/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/features/ (12.92kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.15kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.15kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.9kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.9kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (82.37kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (82.37kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.100.v20160301-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.95kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.100.v20160301-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.95kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.105.3.v20170228-0512.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.05MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.105.3.v20170228-0512.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.05MB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.0.100.v20160301-1001.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.49kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.0.100.v20160301-1001.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.49kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.6.300.v20161122-1740 from http://download.eclipse.org/releases/neon/201705151400/binary/ (31.17kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.6.300.v20161122-1740 from http://download.eclipse.org/releases/neon/201705151400/binary/ (31.17kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.4kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.4kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.11.300.v20160330-1418.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.11.300.v20160330-1418.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.69kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.11.300.v20160330-1418.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.27kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.11.300.v20160330-1418.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.27kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.105.3.v20170228-0512.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.88MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.105.3.v20170228-0512.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.88MB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.6.300.v20161122-1740 from http://download.eclipse.org/releases/neon/201705151400/binary/ (10.72kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.6.300.v20161122-1740 from http://download.eclipse.org/releases/neon/201705151400/binary/ (10.72kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.100.200.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.77kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.100.200.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.77kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.100.200.v20130327-1442.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.24kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.100.200.v20130327-1442.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.24kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.3.0.v20160418-1524.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.04kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.3.0.v20160418-1524.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.04kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.1.0.v20160418-1524.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.2kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.1.0.v20160418-1524.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.2kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.3.0.v20160418-1524.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.49kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.3.0.v20160418-1524.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.49kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.1.0.v20160418-1524.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.09kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.1.0.v20160418-1524.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.09kB) [INFO] Fetching org.eclipse.ui.cocoa_1.1.100.v20151202-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.62kB) [INFO] Fetching org.eclipse.ui.cocoa_1.1.100.v20151202-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.62kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.1.100.v20151202-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.75kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.1.100.v20151202-1450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.75kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp.product:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp.site:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.site:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp.site:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.egf.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/features/org.polarsys.capella.core.egf.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.egf.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/features/org.polarsys.capella.core.egf.feature/pom.xml [INFO] Fetching 50a37ad5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/5a/ (32.18kB) [INFO] Fetching 50a37ad5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/5a/ (32.18kB) [INFO] Fetching 709789d5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/28/ (43.76kB) [INFO] Fetching 709789d5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/28/ (43.76kB) [INFO] Fetching 105e27d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/0/ (32.98kB) [INFO] Fetching 105e27d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/0/ (32.98kB) [INFO] Fetching 109fb4d5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/6c/ (10.37kB) [INFO] Fetching 109fb4d5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/6c/ (10.37kB) [INFO] Fetching b0295cd6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/2f/ (10.16kB) [INFO] Fetching b0295cd6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/2f/ (10.16kB) [INFO] Fetching 705f39d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/2e/ (105.4kB) [INFO] Fetching 705f39d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/2e/ (105.4kB) [INFO] Fetching 209e8bd6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/1e/ (29.13kB) [INFO] Fetching 209e8bd6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/1e/ (29.13kB) [INFO] Fetching a06c74d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/19/ (19.89kB) [INFO] Fetching a06c74d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/19/ (19.89kB) [INFO] Fetching 80a08ed5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/16/ (47.97kB) [INFO] Fetching 80a08ed5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/16/ (47.97kB) [INFO] Fetching 506693d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/3e/ (14.75kB) [INFO] Fetching 506693d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/3e/ (14.75kB) [INFO] Fetching e09088d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/10/ (16.35kB) [INFO] Fetching e09088d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/10/ (16.35kB) [INFO] Fetching 305eb7d5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/1b/ (424.78kB) [INFO] Fetching 305eb7d5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/1b/ (424.78kB) [INFO] Fetching 60a4a4d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/14/ (16.72kB) [INFO] Fetching 60a4a4d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/14/ (16.72kB) [INFO] Fetching f0083dd6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/5d/ (32.01kB) [INFO] Fetching f0083dd6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/5d/ (32.01kB) [INFO] Fetching 10c3a8d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/14/ (88.27kB) [INFO] Fetching 10c3a8d6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/14/ (88.27kB) [INFO] Fetching b0ab76d5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/54/ (21.18kB) [INFO] Fetching b0ab76d5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/54/ (21.18kB) [INFO] Fetching 20269fd6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/31/ (12.2kB) [INFO] Fetching 20269fd6d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/31/ (12.2kB) [INFO] Fetching 70627dd5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/7d/ (11.38kB) [INFO] Fetching 70627dd5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/7d/ (11.38kB) [INFO] Fetching d09f85d5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/42/ (170.77kB) [INFO] Fetching d09f85d5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/42/ (170.77kB) [INFO] Fetching d020afd5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/6c/ (8.61kB) [INFO] Fetching d020afd5d646001811fcd5ca58465ee2 from http://download.eclipse.org/egf/updates/1.5.1/neon/.blobstore/6c/ (8.61kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (395.84kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (395.84kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.egf.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/features/org.polarsys.capella.core.egf.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.extension.migration.egf:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.extension.migration.egf:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.extension.migration.egf:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tig.egf:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.tig.egf/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tig.egf:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.tig.egf/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tig.egf:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.tig.egf/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.egf:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.egf/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.egf:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.egf/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.egf:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.egf/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.postgeneration.egf:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.postgeneration.egf:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.postgeneration.egf:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.releng:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.releng/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.releng:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.releng/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.releng:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.releng/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.egf.site:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.egf.site:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.egf.site:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/features/org.polarsys.capella.test.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/features/org.polarsys.capella.test.feature/pom.xml [INFO] Fetching org.jsoup_1.7.2.v201304221138.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (87.36kB) [INFO] Fetching org.jsoup_1.7.2.v201304221138.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (87.36kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.feature:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/features/org.polarsys.capella.test.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.business.queries.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.business.queries.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.business.queries.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.common.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.common.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.common.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.filters.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.filters.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.filters.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.layout.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.layout.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.layout.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.misc.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.misc.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.misc.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.tools.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.tools.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.tools.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.explorer.activity.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.explorer.activity.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.explorer.activity.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.fastlinker.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.fastlinker.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.fastlinker.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.framework:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.framework:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.framework:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.library.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.library.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.library.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.merge.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.merge.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.merge.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.merge.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.merge.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.merge.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.meta.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.meta.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.meta.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.meta.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.meta.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.meta.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.model.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.model.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.model.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.navigator.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.navigator.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.navigator.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.migration.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.migration.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.migration.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.commandline.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.commandline.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.commandline.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.platform.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.platform.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.platform.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.progressmonitoring.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.progressmonitoring.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.progressmonitoring.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.projection.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.projection.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.projection.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.re.updateconnections.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.re.updateconnections.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.re.updateconnections.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.recrpl.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.recrpl.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.recrpl.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.refinement.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.refinement.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.refinement.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.refinement.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.refinement.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.refinement.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.semantic.queries.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.semantic.queries.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.semantic.queries.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suites.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suites.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suites.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.transition.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.transition.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.transition.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.validation.rules.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.validation.rules.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.validation.rules.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.richtext.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.richtext.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.richtext.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.doc.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.doc.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.doc.ju:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.site:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.site:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.site:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella [pom] [INFO] org.polarsys.capella.common.mdsofa.common [eclipse-plugin] [INFO] org.polarsys.capella.common.plugins [pom] [INFO] org.polarsys.capella.common [eclipse-plugin] [INFO] org.polarsys.capella.common.ef [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.sirius.ted [eclipse-plugin] [INFO] org.polarsys.capella.common.helpers [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report [eclipse-plugin] [INFO] org.polarsys.capella.common.model [eclipse-plugin] [INFO] org.polarsys.capella.common.model.helpers [eclipse-plugin] [INFO] org.polarsys.capella.common.data.core.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.data.behavior.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.data.activity.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.data.core.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.data.behavior.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.data.activity.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.data.helpers [eclipse-plugin] [INFO] org.polarsys.capella.shared.id.handler [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.sirius [eclipse-plugin] [INFO] org.polarsys.capella.common.xmisupport [eclipse-plugin] [INFO] org.polarsys.capella.common.queries [eclipse-plugin] [INFO] org.polarsys.capella.common.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.common.re.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.re.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.id.handler [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries [eclipse-plugin] [INFO] org.polarsys.capella.common.flexibility.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.plugins [pom] [INFO] org.polarsys.capella.core.data.gen [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.core.model.handler [eclipse-plugin] [INFO] org.polarsys.capella.core.preferences [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.usage [eclipse-plugin] [INFO] org.polarsys.capella.common.transition [eclipse-plugin] [INFO] org.polarsys.capella.common.re [eclipse-plugin] [INFO] org.polarsys.capella.common.feature [eclipse-feature] [INFO] org.polarsys.capella.common.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.data.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.model.preferences [eclipse-plugin] [INFO] org.polarsys.capella.core.model.helpers [eclipse-plugin] [INFO] org.polarsys.capella.common.flexibility.wizards [eclipse-plugin] [INFO] org.polarsys.capella.common.linkedtext.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.console [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.console [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.sirius.customization [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.common.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.services [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.toolkit.services [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.toolkit [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.toolkit.browser [eclipse-plugin] [INFO] org.polarsys.capella.common.re.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.sirius.decorators [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.file [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.reportlogview [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.usage.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.progress [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.features [pom] [INFO] org.polarsys.capella.doc.plugins [pom] [INFO] org.polarsys.capella.commandline.doc [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.resources [eclipse-plugin] [INFO] org.polarsys.capella.core.af.integration [eclipse-plugin] [INFO] org.polarsys.capella.core.application [eclipse-plugin] [INFO] org.polarsys.capella.core.commandline.core [eclipse-plugin] [INFO] org.polarsys.capella.core.data.business.queries [eclipse-plugin] [INFO] org.polarsys.capella.core.diagram.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.model.skeleton [eclipse-plugin] [INFO] org.polarsys.capella.core.model.semantic [eclipse-plugin] [INFO] org.polarsys.capella.core.semantic.queries [eclipse-plugin] [INFO] org.polarsys.capella.core.libraries [eclipse-plugin] [INFO] org.polarsys.capella.core.queries.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.edit.decorators [eclipse-plugin] [INFO] org.polarsys.capella.core.common.feature [eclipse-feature] [INFO] org.polarsys.capella.core.af.integration.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.commandline.core.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.resources [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.toolkit [eclipse-plugin] [INFO] org.polarsys.capella.core.data.res.edit [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.editor [eclipse-plugin] [INFO] org.polarsys.capella.core.data.res.editor [eclipse-plugin] [INFO] org.polarsys.capella.core.common.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.linkedtext.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.eclipse.ui.trace [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.actions [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.common.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.communication.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.fa.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.cs.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.ctx.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.epbs.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.datatype.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.datavalue.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.modeller.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.oa.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.deployment.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.requirement.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.sharedmodel.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.properties.feature [eclipse-feature] [INFO] org.polarsys.capella.core.libraries.extendedQueries [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system [eclipse-plugin] [INFO] org.polarsys.capella.core.re [eclipse-plugin] [INFO] org.polarsys.capella.core.sirius.analysis [eclipse-plugin] [INFO] org.polarsys.capella.core.data.common.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.cs.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.ctx.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.epbs.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.fa.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.communication.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.datatype.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.core.data.menu.contributions [eclipse-plugin] [INFO] org.polarsys.capella.core.data.oa.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.deployment.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.selection.queries [eclipse-plugin] [INFO] org.polarsys.capella.core.services [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.adapter [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.clipboard [eclipse-plugin] [INFO] org.polarsys.capella.core.sirius.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.preferences.project.configuration [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.project [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.navigator [eclipse-plugin] [INFO] org.polarsys.capella.core.model.obfuscator [eclipse-plugin] [INFO] org.polarsys.capella.core.validation.ui.ide [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.sirius.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.menu [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.perspective [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.services [eclipse-plugin] [INFO] org.polarsys.capella.core.re.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.sequencediag.specific [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.metric [eclipse-plugin] [INFO] org.polarsys.capella.ui.views [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.reportlog [eclipse-plugin] [INFO] org.polarsys.capella.core.validation.commandline [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.intro [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.validation.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.validation.feature [eclipse-feature] [INFO] org.polarsys.capella.core.ui.semantic.browser [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.semantic.browser.sirius [eclipse-plugin] [INFO] org.polarsys.capella.core.semantic.queries.sirius [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.semantic.browser.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.common.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.tiger [eclipse-plugin] [INFO] org.polarsys.capella.core.data.cs.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.fa.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.re.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.re.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.quickfix.feature [eclipse-feature] [INFO] org.polarsys.capella.core.projection.misc [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.framework [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.preferences [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.refinement.processor [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.topdown [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.preferences [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.common [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.data [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.interfaces [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.systemfunction [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.statemachine [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.interfaces.ctx2la [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.actors.ctx2la [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.logicalfunction [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.interfaces.ctx2pa [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.interfaces.la2pa [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.actors.la2pa [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.operationalactivity [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.actors.oa2ctx [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.exchanges [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.lc2pc.breakdownstrategy [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.lc2pc.leafstrategy [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.operationalcapability [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.scenario [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.framework.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.mapper.broadcastpattern [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.mapper.standard [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.merge [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.processor.actorprojection [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.processor.interfacelinksupdate [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.processor.realizationsupdate [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.processor.structuresynchronization [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.resolver.standard [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.scenario [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.scheduler.standard [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.static [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.subscenario [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.diagram [eclipse-plugin] [INFO] org.polarsys.capella.core.transfo.feature [eclipse-feature] [INFO] org.polarsys.capella.core.flexibility.wizards [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.topdown.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.commands [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.commands [eclipse-plugin] [INFO] org.polarsys.capella.core.explorer.activity.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.dashboard.feature [eclipse-feature] [INFO] org.polarsys.capella.core.transition.common.feature [eclipse-feature] [INFO] org.polarsys.capella.core.transition.system.topdown.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.fa.ui.wizards [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.ui.wizards [eclipse-plugin] [INFO] org.polarsys.capella.core.model.links.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.fastlinker [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.search [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.wizards.feature [eclipse-feature] [INFO] org.polarsys.capella.core.libraries.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.re.updateconnections.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.re.project [eclipse-plugin] [INFO] org.polarsys.capella.core.re.feature [eclipse-feature] [INFO] org.polarsys.capella.core.libraries.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.migration [eclipse-plugin] [INFO] org.polarsys.capella.core.migration.feature [eclipse-feature] [INFO] org.polarsys.capella.core.compare [eclipse-plugin] [INFO] org.polarsys.capella.core.compare.feature [eclipse-feature] [INFO] org.polarsys.capella.patterns [eclipse-plugin] [INFO] org.polarsys.capella.patterns.ui [eclipse-plugin] [INFO] org.polarsys.capella.patterns.obfuscator [eclipse-plugin] [INFO] org.polarsys.capella.patterns.migration [eclipse-plugin] [INFO] org.polarsys.capella.patterns.feature [eclipse-feature] [INFO] org.polarsys.capella.detachment.propertyvalue [eclipse-plugin] [INFO] org.polarsys.capella.detachment.version.precondition [eclipse-plugin] [INFO] org.polarsys.capella.detachment.feature [eclipse-feature] [INFO] org.polarsys.capella.core.re.updateconnections.doc [eclipse-plugin] [INFO] org.polarsys.capella.developer.doc [eclipse-plugin] [INFO] org.polarsys.capella.diagrams.doc [eclipse-plugin] [INFO] org.polarsys.capella.diffmerge.doc [eclipse-plugin] [INFO] org.polarsys.capella.doc [eclipse-plugin] [INFO] org.polarsys.capella.viewpoint.doc [eclipse-plugin] [INFO] org.polarsys.capella.patterns.doc [eclipse-plugin] [INFO] org.polarsys.capella.preferences.doc [eclipse-plugin] [INFO] org.polarsys.capella.properties.doc [eclipse-plugin] [INFO] org.polarsys.capella.re.doc [eclipse-plugin] [INFO] org.polarsys.capella.transitions.doc [eclipse-plugin] [INFO] org.polarsys.capella.ui.doc [eclipse-plugin] [INFO] org.polarsys.capella.glossary.doc [eclipse-plugin] [INFO] org.polarsys.capella.validation.doc [eclipse-plugin] [INFO] org.polarsys.capella.th.doc [eclipse-plugin] [INFO] org.polarsys.capella.tipsandtricks.doc [eclipse-plugin] [INFO] org.polarsys.capella.gitadapter.doc [eclipse-plugin] [INFO] org.polarsys.capella.doc.feature [eclipse-feature] [INFO] org.polarsys.capella.core.projection.common.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.merge.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.preferences.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.refinement.resolver.uiselection [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.diagram.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.transfo.feature [eclipse-feature] [INFO] org.polarsys.capella.core.advance.feature [eclipse-feature] [INFO] org.polarsys.capella.core.explorer.activity.ui.richtext [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.properties.richtext [eclipse-plugin] [INFO] org.polarsys.capella.core.properties.richtext.feature [eclipse-feature] [INFO] org.polarsys.capella.core.feature [eclipse-feature] [INFO] org.polarsys.capella.core.flexibility.commands [eclipse-plugin] [INFO] org.polarsys.capella.core.model.detachement [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.properties.descriptions [eclipse-plugin] [INFO] org.polarsys.capella.cdo.features [pom] [INFO] org.polarsys.capella.cdo.plugins [pom] [INFO] org.eclipse.emf.diffmerge.patterns.core.gen.cdo [eclipse-plugin] [INFO] org.eclipse.emf.diffmerge.patterns.support.gen.cdo [eclipse-plugin] [INFO] org.eclipse.emf.diffmerge.patterns.templates.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.data.activity.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.data.behavior.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.data.core.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.re.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.cdo [eclipse-plugin] [INFO] org.polarsys.kitalpha.ad.metadata.model.cdo [eclipse-plugin] [INFO] org.polarsys.kitalpha.emde.model.cdo [eclipse-plugin] [INFO] org.polarsys.kitalpha.patterns.emde.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.cdo.mock.feature [eclipse-feature] [INFO] org.polarsys.capella.rcp [eclipse-plugin] [INFO] org.polarsys.capella.rcp.feature [eclipse-feature] [INFO] org.polarsys.capella.rcp.product [eclipse-repository] [INFO] org.polarsys.capella.rcp.site [eclipse-repository] [INFO] org.polarsys.capella.common.extension.migration.egf [eclipse-plugin] [INFO] org.polarsys.capella.common.tig.egf [eclipse-plugin] [INFO] org.polarsys.capella.core.egf [eclipse-plugin] [INFO] org.polarsys.capella.core.postgeneration.egf [eclipse-plugin] [INFO] org.polarsys.capella.core.releng [eclipse-plugin] [INFO] org.polarsys.capella.core.egf.feature [eclipse-feature] [INFO] org.polarsys.capella.core.releng.plugins [pom] [INFO] org.polarsys.capella.egf.site [eclipse-repository] [INFO] org.polarsys.capella.tests.plugins [pom] [INFO] org.polarsys.capella.test.framework [eclipse-plugin] [INFO] org.polarsys.capella.test.business.queries.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.commandline.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.common.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.filters.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.layout.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.misc.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.tools.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.doc.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.explorer.activity.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.fastlinker.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.model.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.validation.rules.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.platform.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.meta.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.merge.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.refinement.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.recrpl.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.transition.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.library.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.migration.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.navigator.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.progressmonitoring.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.re.updateconnections.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.richtext.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.semantic.queries.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.suites.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.projection.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.suite.inui.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.test.suite.local.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.test.suite.notinui.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.test.feature [eclipse-feature] [INFO] org.polarsys.capella.test.site [eclipse-repository] [INFO] [INFO] -----------------< org.polarsys:org.polarsys.capella >------------------ [INFO] Building Capella 1.2.2-SNAPSHOT [1/334] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.mdsofa.common >------- [INFO] Building org.polarsys.capella.common.mdsofa.common 1.2.2-SNAPSHOT [2/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.mdsofa.common --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.plugins >---------- [INFO] Building org.polarsys.capella.common.plugins 1.2.2-SNAPSHOT [3/334] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.common >-------------- [INFO] Building org.polarsys.capella.common 1.2.2-SNAPSHOT [4/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common --- [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.ef >------------- [INFO] Building org.polarsys.capella.common.ef 1.2.2-SNAPSHOT [5/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ef --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ef --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.ef --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ef/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ef/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ef --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ef --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ef --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.platform.sirius.ted >---- [INFO] Building org.polarsys.capella.common.platform.sirius.ted 1.2.2-SNAPSHOT [6/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.helpers >---------- [INFO] Building org.polarsys.capella.common.helpers 1.2.2-SNAPSHOT [7/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.helpers --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.helpers --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.tools.report >-------- [INFO] Building org.polarsys.capella.common.tools.report 1.2.2-SNAPSHOT [8/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.common.model >----------- [INFO] Building org.polarsys.capella.common.model 1.2.2-SNAPSHOT [9/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.model --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.model --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.model --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.model --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.model --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.model --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.model.helpers >------- [INFO] Building org.polarsys.capella.common.model.helpers 1.2.2-SNAPSHOT [10/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.model.helpers --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.model.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.model.helpers --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.data.core.gen >------- [INFO] Building org.polarsys.capella.common.data.core.gen 1.2.2-SNAPSHOT [11/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.core.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.core.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.data.core.gen --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[628] return isIsException(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[630] return isIsStream(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[632] return isIsOptional(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[659] setIsException((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[662] setIsStream((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[665] setIsOptional((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractTypeImpl.java:[86] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractTypeImpl.java:[92] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/ModelElementImpl.java:[215] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/ModelElementImpl.java:[221] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/FinalizableElementImpl.java:[121] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/FinalizableElementImpl.java:[135] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[178] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[180] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[194] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[197] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[143] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[149] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[190] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[196] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper 22 problems (22 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.core.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.behavior.gen >----- [INFO] Building org.polarsys.capella.common.data.behavior.gen 1.2.2-SNAPSHOT [12/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.activity.gen >----- [INFO] Building org.polarsys.capella.common.data.activity.gen 1.2.2-SNAPSHOT [13/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[270] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[276] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[329] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[335] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[388] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[394] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[434] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[440] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[481] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[487] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[857] return isIsControlType(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[887] setIsControlType((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityExchangeImpl.java:[87] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityExchangeImpl.java:[93] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[316] return isIsMulticast(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[318] return isIsMultireceive(); ^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[338] setIsMulticast((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[341] setIsMultireceive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[330] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[336] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[377] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[383] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[542] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[548] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[600] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[610] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[612] return isIsSingleExecution(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[635] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[646] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[649] setIsSingleExecution((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[265] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[271] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[324] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[330] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[383] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[389] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[429] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[435] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[476] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[482] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AcceptEventActionImpl.java:[176] return isIsUnmarshall(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AcceptEventActionImpl.java:[193] setIsUnmarshall((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[142] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[148] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[201] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[207] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[260] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[266] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[306] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[312] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[353] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[359] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[352] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[358] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[398] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[404] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[440] return isIsDimension(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[442] return isIsExternal(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[460] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[468] setIsDimension((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[471] setIsExternal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[277] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[283] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[336] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[342] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[395] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[401] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper 67 problems (67 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.data.core.gen.edit >----- [INFO] Building org.polarsys.capella.common.data.core.gen.edit 1.2.2-SNAPSHOT [14/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/InformationsExchangerItemProvider.java:[175] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/ModelElementItemProvider.java:[190] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/AbstractRelationshipItemProvider.java:[151] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/FinalizableElementItemProvider.java:[122] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/PublishableElementItemProvider.java:[150] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 5 problems (5 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit >--- [INFO] Building org.polarsys.capella.common.data.behavior.gen.edit 1.2.2-SNAPSHOT [15/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.data.activity.gen.edit >--- [INFO] Building org.polarsys.capella.common.data.activity.gen.edit 1.2.2-SNAPSHOT [16/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ExceptionHandlerItemProvider.java:[227] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ActivityGroupItemProvider.java:[126] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/InterruptibleActivityRegionItemProvider.java:[119] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ControlFlowItemProvider.java:[90] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ObjectFlowItemProvider.java:[256] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ActivityEdgeItemProvider.java:[443] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.data.helpers >-------- [INFO] Building org.polarsys.capella.common.data.helpers 1.2.2-SNAPSHOT [17/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.helpers --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.data.helpers --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.shared.id.handler >--------- [INFO] Building org.polarsys.capella.shared.id.handler 1.2.2-SNAPSHOT [18/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.shared.id.handler --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.shared.id.handler --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.shared.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.shared.id.handler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.shared.id.handler --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.shared.id.handler/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.shared.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.shared.id.handler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.shared.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.shared.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.platform.sirius >------ [INFO] Building org.polarsys.capella.common.platform.sirius 1.2.2-SNAPSHOT [19/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.sirius --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.sirius --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.platform.sirius --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.platform.sirius --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius/target/org.polarsys.capella.common.platform.sirius-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius/target/org.polarsys.capella.common.platform.sirius-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.sirius --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.sirius --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.sirius --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.xmisupport >--------- [INFO] Building org.polarsys.capella.common.xmisupport 1.2.2-SNAPSHOT [20/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.xmisupport --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.xmisupport --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.xmisupport --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.xmisupport --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.xmisupport --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.xmisupport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.xmisupport/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.xmisupport --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.xmisupport/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.xmisupport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.xmisupport/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.xmisupport --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.xmisupport/target/org.polarsys.capella.common.xmisupport-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.xmisupport --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.xmisupport --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.xmisupport/target/org.polarsys.capella.common.xmisupport-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.xmisupport --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.xmisupport --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.xmisupport --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.queries >---------- [INFO] Building org.polarsys.capella.common.queries 1.2.2-SNAPSHOT [21/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.queries --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.queries --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.queries --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.menu.dynamic >-------- [INFO] Building org.polarsys.capella.common.menu.dynamic 1.2.2-SNAPSHOT [22/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.menu.dynamic --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.menu.dynamic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.re.gen >----------- [INFO] Building org.polarsys.capella.common.re.gen 1.2.2-SNAPSHOT [23/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.re.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.re.gen --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.re.gen.edit >-------- [INFO] Building org.polarsys.capella.common.re.gen.edit 1.2.2-SNAPSHOT [24/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen.edit --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.libraries.gen >------- [INFO] Building org.polarsys.capella.common.libraries.gen 1.2.2-SNAPSHOT [25/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.libraries.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.libraries.gen --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.libraries.gen.edit >----- [INFO] Building org.polarsys.capella.common.libraries.gen.edit 1.2.2-SNAPSHOT [26/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.id.handler >--------- [INFO] Building org.polarsys.capella.common.id.handler 1.2.2-SNAPSHOT [27/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.id.handler --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.id.handler --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.id.handler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.id.handler --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.id.handler/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.id.handler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.common.libraries >--------- [INFO] Building org.polarsys.capella.common.libraries 1.2.2-SNAPSHOT [28/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.libraries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.libraries --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.flexibility.properties >--- [INFO] Building org.polarsys.capella.common.flexibility.properties 1.2.2-SNAPSHOT [29/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.flexibility.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.plugins >----------- [INFO] Building org.polarsys.capella.core.plugins 1.2.2-SNAPSHOT [30/334] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.data.gen >----------- [INFO] Building org.polarsys.capella.core.data.gen 1.2.2-SNAPSHOT [31/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.gen --- [INFO] Compiling 881 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractEndImpl.java:[167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractEndImpl.java:[173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[124] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[130] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[233] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[239] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[262] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[268] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[309] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[315] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[524] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[530] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[583] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[589] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[629] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[635] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[765] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[771] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[825] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[831] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[886] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[888] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[929] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[932] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[182] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[188] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[241] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[247] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[353] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[359] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[412] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[418] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[458] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[464] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[548] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[554] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[358] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[364] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[405] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[411] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[773] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[779] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[855] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[857] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[897] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[900] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/LiteralBooleanValueImpl.java:[121] return isValue(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/LiteralBooleanValueImpl.java:[135] setValue((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathReferenceImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathReferenceImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[526] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[532] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1345] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1351] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1418] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1420] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1422] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1424] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1442] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1446] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1448] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1450] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1470] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1473] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1476] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1479] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1506] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1512] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1515] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1518] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[375] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[381] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[422] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[428] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[790] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[796] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[958] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[960] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[1004] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[1007] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[298] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[304] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[345] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[351] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1093] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1099] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1274] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1276] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1278] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1280] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1308] return isComposite(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1325] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1328] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1331] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1334] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1370] setComposite((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActorImpl.java:[86] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActorImpl.java:[92] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[343] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[349] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[390] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[396] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[758] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[764] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[820] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[822] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[860] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[863] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractPropertyValueImpl.java:[120] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractPropertyValueImpl.java:[126] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[569] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[575] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[628] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[634] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[710] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[716] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[757] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[763] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[804] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[810] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[165] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[171] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[212] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[218] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[277] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[283] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[324] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[330] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[407] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[413] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventImpl.java:[125] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventImpl.java:[131] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[291] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[297] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[226] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[232] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[273] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[279] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[236] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[242] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[283] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[289] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[398] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[404] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[445] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[451] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[492] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[498] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[539] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[545] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[586] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[592] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[633] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[639] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[698] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[704] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[745] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[751] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[792] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[798] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[839] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[845] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[886] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[892] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorCapabilityInvolvementImpl.java:[124] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorCapabilityInvolvementImpl.java:[130] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorCapabilityInvolvementImpl.java:[233] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorCapabilityInvolvementImpl.java:[239] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorCapabilityInvolvementImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorCapabilityInvolvementImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractActorImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractActorImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractActorImpl.java:[143] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractActorImpl.java:[149] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[171] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[177] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[313] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[319] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[373] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[379] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[419] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[425] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[479] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[485] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[525] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[531] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[487] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[493] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[534] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[540] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[902] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[908] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[967] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[973] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1014] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1020] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1079] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1085] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1166] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1172] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1209] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1215] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1252] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1258] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1295] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1301] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1456] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1462] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1503] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1509] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1550] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1556] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1597] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1603] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1667] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1673] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1675] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1710] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1751] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1754] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1757] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1804] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[803] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[809] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1622] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1628] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1668] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1674] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1715] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1721] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1762] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1768] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1809] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1815] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1920] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1926] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1967] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1973] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2014] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2020] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2061] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2067] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2108] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2114] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2155] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2161] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2202] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2208] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2270] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2272] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2282] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2284] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2286] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2288] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2306] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2310] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2312] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2314] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2357] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2360] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2369] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2372] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2375] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2378] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2405] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2411] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2414] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2417] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[431] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[437] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[491] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[497] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[617] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[623] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[664] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[670] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ServiceImpl.java:[196] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ServiceImpl.java:[202] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalStructureImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalStructureImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalStructureImpl.java:[291] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalStructureImpl.java:[297] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[391] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[397] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[438] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[444] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[806] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[812] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[932] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[934] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[976] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[979] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ConstraintImpl.java:[230] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ConstraintImpl.java:[236] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[247] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[253] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[388] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[394] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[435] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[441] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[247] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[253] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[267] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[273] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[314] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[320] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[379] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[385] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[426] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[432] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[545] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[551] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[592] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[598] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[639] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[645] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[686] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[692] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[733] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[739] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[816] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[822] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[863] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[869] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[910] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[916] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[201] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[207] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[248] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[254] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[295] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[301] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[342] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[348] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[389] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[395] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[149] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[155] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[263] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[269] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[323] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[329] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[382] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[388] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractBooleanValueImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractBooleanValueImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/IntegerPropertyValueImpl.java:[121] return getValue(); ^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/IntegerPropertyValueImpl.java:[135] setValue((Integer)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[376] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[382] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[423] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[429] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[791] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[797] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[959] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[961] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[1005] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[1008] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1120] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1126] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1190] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1192] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1194] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1196] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1218] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1220] return isIsPrimitive(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1248] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1251] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1254] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1257] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1292] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1295] setIsPrimitive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[547] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[553] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[639] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[645] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[698] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[704] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[757] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[763] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1503] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1509] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1550] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1556] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1615] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1621] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1680] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1686] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1727] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1733] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1774] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1780] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1821] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1827] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1868] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1874] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1946] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1952] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2005] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2011] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2051] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2057] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2098] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2134] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2222] return isIsMulticast(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2224] return isIsMultireceive(); ^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2304] setIsMulticast((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2307] setIsMultireceive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[368] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[374] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[415] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[421] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[666] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[672] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[767] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[773] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[839] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[845] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[847] return isIsSingleExecution(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[886] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[897] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[900] setIsSingleExecution((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityPkgImpl.java:[309] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityPkgImpl.java:[315] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityPkgImpl.java:[356] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityPkgImpl.java:[362] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[583] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[589] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[630] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[636] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[342] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[348] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[389] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[395] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[757] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[763] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[819] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[821] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[859] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[862] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[986] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[992] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1033] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1039] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1098] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1307] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1313] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2126] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2132] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2172] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2178] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2250] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2256] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2309] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2315] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2368] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2374] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2414] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2420] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2461] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2467] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2876] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2882] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3041] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3047] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3088] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3094] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3135] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3141] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3182] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3188] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3229] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3235] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3388] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3394] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3435] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3441] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3480] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3486] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3597] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3599] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3609] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3611] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3613] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3615] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3633] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3637] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3639] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3641] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3740] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3743] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3752] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3755] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3758] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3761] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3788] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3794] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3797] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3800] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeploymentTargetImpl.java:[88] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeploymentTargetImpl.java:[94] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[448] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[454] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[495] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[501] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[542] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[548] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[589] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[595] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[231] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[237] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[278] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[284] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[325] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[331] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[372] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[378] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[419] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[425] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[537] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[543] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[638] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[644] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[685] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[691] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[732] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[738] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[779] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[785] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[826] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[832] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/CombinedFragmentImpl.java:[181] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/CombinedFragmentImpl.java:[187] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[180] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[186] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[165] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[171] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[212] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[218] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[259] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[265] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[306] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[312] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[353] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[359] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[400] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[406] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[447] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[453] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[494] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[500] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[624] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[630] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[671] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[677] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1039] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1045] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1086] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1092] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1415] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1421] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1541] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1547] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1588] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1594] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1699] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1705] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1746] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1752] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1793] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1799] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1840] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1846] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1954] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1960] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2013] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2019] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2072] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2078] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2131] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2137] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2177] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2183] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2224] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2230] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2271] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2277] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2318] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2324] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2415] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2417] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2471] return isOriented(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2520] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2523] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2585] setOriented((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeLinkImpl.java:[252] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeLinkImpl.java:[258] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[206] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[212] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[253] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[259] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[300] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[306] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[339] public EList getInvolvedLinks() { ^^^^^^^^^^^^^^^^^^ The method PhysicalPathImpl.getInvolvedLinks() overrides a deprecated method from PhysicalPath [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[383] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[389] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[448] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[454] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[495] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[501] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationItemImpl.java:[257] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationItemImpl.java:[263] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[348] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[354] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[395] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[401] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[763] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[769] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[810] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[816] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[872] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[874] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[914] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[917] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[109] public AbstractState getRelatedAbstractState() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method InteractionStateImpl.getRelatedAbstractState() overrides a deprecated method from InteractionState [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[162] public AbstractFunction getRelatedAbstractFunction() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method InteractionStateImpl.getRelatedAbstractFunction() overrides a deprecated method from InteractionState [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[236] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[242] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[129] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[135] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[174] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[180] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[309] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[315] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[251] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[257] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[460] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[466] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[503] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[523] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[531] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionUseImpl.java:[158] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionUseImpl.java:[164] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocatorImpl.java:[125] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocatorImpl.java:[131] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityExploitationImpl.java:[116] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityExploitationImpl.java:[122] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/EventImpl.java:[90] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/EventImpl.java:[96] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[303] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[309] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[362] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[368] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[421] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[427] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[467] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[473] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[514] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[520] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[864] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[870] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[931] return isIsControlType(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[945] return isIsControl(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[964] setIsControlType((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[983] setIsControl((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PartitionableElementImpl.java:[92] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PartitionableElementImpl.java:[98] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PartitionableElementImpl.java:[139] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PartitionableElementImpl.java:[145] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[564] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[570] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[611] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[617] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[979] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[985] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1657] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1659] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1684] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1686] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1688] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1690] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1721] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1724] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1763] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1766] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1769] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1772] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalProcessImpl.java:[87] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalProcessImpl.java:[93] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[174] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[180] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[221] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[227] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[340] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[346] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[400] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[406] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[459] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[465] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[505] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[511] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[552] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[558] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityIncludeImpl.java:[169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityIncludeImpl.java:[175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[189] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[195] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[236] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[242] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[283] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[289] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[330] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[336] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[377] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[383] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[513] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[519] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[560] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[566] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[607] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[613] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[654] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorImpl.java:[660] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[88] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[94] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[133] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[139] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[191] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[197] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[238] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[244] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[285] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[291] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[332] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[338] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[379] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[385] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[426] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[432] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[473] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[479] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[291] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[297] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[338] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[344] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[392] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[417] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[143] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[149] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[202] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[208] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[124] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[130] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[233] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[239] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[459] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[465] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[506] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[512] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[874] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[880] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1072] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1074] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1101] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1124] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1127] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1169] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/PortInstanceImpl.java:[154] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/PortInstanceImpl.java:[160] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[152] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[158] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[199] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[205] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[264] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[270] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/AbstractPhysicalComponentImpl.java:[181] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/AbstractPhysicalComponentImpl.java:[187] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/AbstractPhysicalComponentImpl.java:[228] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/AbstractPhysicalComponentImpl.java:[234] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[243] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[249] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[290] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[296] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[337] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[343] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemMissionInvolvementImpl.java:[123] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemMissionInvolvementImpl.java:[129] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemMissionInvolvementImpl.java:[232] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemMissionInvolvementImpl.java:[238] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemMissionInvolvementImpl.java:[291] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemMissionInvolvementImpl.java:[297] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[230] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[236] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[277] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[283] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[460] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[466] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[507] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[513] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[696] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[702] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[756] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[762] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[882] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[888] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[929] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[935] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1040] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1046] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1087] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1093] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1134] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1140] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1181] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1187] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1295] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1301] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1354] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1360] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1413] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1419] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1472] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1478] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1518] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1524] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1565] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1571] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1612] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1618] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1659] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1665] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1719] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1725] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1778] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1784] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1892] return isOriented(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1974] setOriented((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImplementationImpl.java:[115] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImplementationImpl.java:[121] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[395] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[401] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[442] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[448] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[810] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[816] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[875] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[881] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[922] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[928] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[987] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[993] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1053] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1055] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1103] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1106] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[176] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[182] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[223] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[229] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[270] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[276] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[317] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[323] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[208] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[214] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[255] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[261] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[552] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[558] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[611] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[617] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[675] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[681] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[722] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[728] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[769] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[775] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[381] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[387] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[428] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[434] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[796] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[802] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[962] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[968] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1022] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1024] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1071] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1074] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemPkgImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemPkgImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemPkgImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemPkgImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[216] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[222] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[263] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[269] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[310] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[316] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[357] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[363] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[404] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[410] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[451] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[457] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[498] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[504] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[545] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[551] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[592] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[598] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[463] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[469] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[510] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[516] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[943] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[949] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[990] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[996] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1037] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1043] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1084] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1090] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1131] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1137] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1211] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1219] return isMerged(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1274] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1288] setMerged((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[343] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[349] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[390] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[396] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[758] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[764] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[820] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[822] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[860] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[863] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/SystemComponentImpl.java:[146] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/SystemComponentImpl.java:[152] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/SystemComponentImpl.java:[193] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/SystemComponentImpl.java:[199] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/SystemComponentImpl.java:[290] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/SystemComponentImpl.java:[296] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/SystemComponentImpl.java:[334] return isDataComponent(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/SystemComponentImpl.java:[353] setDataComponent((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[431] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[437] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[474] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[480] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[776] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[782] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[941] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[943] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[990] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[993] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[147] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[153] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[194] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[200] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[241] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[247] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[288] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[294] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[335] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[341] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[410] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[416] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[457] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[463] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[825] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[831] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1004] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1006] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1051] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1054] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FragmentEndImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FragmentEndImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemCapabilityInvolvementImpl.java:[123] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemCapabilityInvolvementImpl.java:[129] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemCapabilityInvolvementImpl.java:[232] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemCapabilityInvolvementImpl.java:[238] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemCapabilityInvolvementImpl.java:[291] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemCapabilityInvolvementImpl.java:[297] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FloatPropertyValueImpl.java:[121] return getValue(); ^^^^^^^^^^ The expression of type float is boxed into Float [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FloatPropertyValueImpl.java:[135] setValue((Float)newValue); ^^^^^^^^^^^^^^^ The expression of type Float is unboxed into float [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractStringValueImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractStringValueImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtensionPointImpl.java:[218] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtensionPointImpl.java:[224] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[439] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[445] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[503] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[509] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[550] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[556] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[118] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[124] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[212] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[218] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[259] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[265] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[153] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[159] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[200] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[206] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[247] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[253] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[388] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[394] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainReferenceImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainReferenceImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[553] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[559] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[612] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[618] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[676] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[682] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[723] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[729] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[770] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[776] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[185] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[191] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[232] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[238] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[297] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[303] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[344] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[350] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/BooleanPropertyValueImpl.java:[121] return isValue(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/BooleanPropertyValueImpl.java:[135] setValue((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[224] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[230] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[296] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[317] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1586] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1588] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1590] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1592] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1610] return isIsException(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1612] return isIsStream(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1614] return isIsOptional(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1645] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1648] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1651] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1654] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1681] setIsException((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1684] setIsStream((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1687] setIsOptional((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractEnumerationValueImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractEnumerationValueImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[209] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[215] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorMissionInvolvementImpl.java:[124] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorMissionInvolvementImpl.java:[130] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorMissionInvolvementImpl.java:[233] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorMissionInvolvementImpl.java:[239] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorMissionInvolvementImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorMissionInvolvementImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[287] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[293] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[333] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[339] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[393] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[399] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[439] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[445] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[486] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[492] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[533] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[539] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[580] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[586] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[152] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[158] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[199] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[205] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[246] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[252] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[293] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[299] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[340] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[346] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[387] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[393] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractComplexValueImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractComplexValueImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[215] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[221] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[262] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[268] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[432] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[438] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[509] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[515] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[568] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[574] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[627] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[633] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[686] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[692] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtendImpl.java:[185] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtendImpl.java:[191] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalActorImpl.java:[141] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalActorImpl.java:[147] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalActorImpl.java:[188] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalActorImpl.java:[194] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalActorImpl.java:[235] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalActorImpl.java:[241] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalActorImpl.java:[282] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalActorImpl.java:[288] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[200] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[206] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[247] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[253] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[158] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[164] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[272] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[278] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[204] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[210] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[251] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[257] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[298] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.java:[304] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InstanceRoleImpl.java:[106] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InstanceRoleImpl.java:[112] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[374] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[380] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[421] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[427] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[789] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[795] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[992] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[994] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[1038] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[1041] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[209] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[215] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[255] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[261] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[290] public ComponentPort getRepresentedComponentPort() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method FunctionPortImpl.getRepresentedComponentPort() overrides a deprecated method from FunctionPort [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[351] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[357] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[398] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[404] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[445] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[451] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[178] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[184] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[225] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[231] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[303] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[309] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[455] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[461] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[502] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[508] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[549] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[555] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[596] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[602] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[643] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[649] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[690] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[696] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[737] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[743] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[784] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[790] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[849] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[855] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[896] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[902] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[943] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[949] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[990] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[996] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1037] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1043] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1084] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1090] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1131] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1137] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1178] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1184] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1242] return isStructural(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1298] setStructural((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[400] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[406] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[447] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[453] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[530] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[536] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[705] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[711] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[752] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[758] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[817] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[823] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[900] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[906] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[965] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[971] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1012] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1018] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1059] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1065] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1106] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1112] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1153] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1159] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1200] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1206] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1247] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1253] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1366] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1372] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1413] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1419] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[101] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[107] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[160] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[166] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[236] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[238] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[254] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[257] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[180] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[186] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[391] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[397] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[438] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[444] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[806] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[812] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[932] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[934] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[976] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[979] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentAllocationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentAllocationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentAllocationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentAllocationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/NumericValueImpl.java:[167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/NumericValueImpl.java:[173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[319] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[325] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[378] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[384] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[437] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[443] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[483] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[489] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[530] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[536] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[933] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[939] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1000] return isIsControlType(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1014] return isIsControl(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1036] setIsControlType((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1055] setIsControl((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorPkgImpl.java:[211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorPkgImpl.java:[217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorPkgImpl.java:[258] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/ActorPkgImpl.java:[264] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[183] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[189] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[284] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[290] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[331] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[337] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[378] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[384] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[425] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[431] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[472] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[478] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[519] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[525] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[566] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[572] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[613] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[619] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[102] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[108] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[331] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[337] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[378] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[384] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[667] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[673] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[731] return isIsObsolete(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[768] setIsObsolete((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/UnionImpl.java:[283] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/UnionImpl.java:[289] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractInstanceImpl.java:[86] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractInstanceImpl.java:[92] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[180] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[186] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalActorImpl.java:[148] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalActorImpl.java:[154] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalActorImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalActorImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalActorImpl.java:[242] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalActorImpl.java:[248] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalActorImpl.java:[289] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalActorImpl.java:[295] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalActorImpl.java:[336] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalActorImpl.java:[342] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[124] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[130] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[233] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[239] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ClassifierImpl.java:[124] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ClassifierImpl.java:[130] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[354] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[360] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[401] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[407] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[769] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[775] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[816] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[822] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[863] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[869] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[925] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[927] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[969] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[972] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[553] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[559] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[612] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[618] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[676] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[682] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[723] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[729] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[785] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[787] return isDiscrete(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[789] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[791] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[830] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[833] setDiscrete((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[836] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[839] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceUseImpl.java:[115] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceUseImpl.java:[121] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractEventOperationImpl.java:[87] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractEventOperationImpl.java:[93] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[290] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[296] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[337] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[343] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[395] return isIsPrimitive(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[422] setIsPrimitive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[180] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[186] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[274] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[280] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[321] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[327] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[368] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[374] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[415] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[421] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[498] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[504] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[545] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[551] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[592] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[598] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[639] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemImpl.java:[645] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[161] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[167] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[208] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[214] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[481] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[487] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[527] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[533] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[587] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[593] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[688] return isIsDimension(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[690] return isIsExternal(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[731] setIsDimension((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[734] setIsExternal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeSpecificationImpl.java:[86] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeSpecificationImpl.java:[92] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityGeneralizationImpl.java:[169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityGeneralizationImpl.java:[175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/MessageEndImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/MessageEndImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[348] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[354] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[395] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[401] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[763] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[769] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[810] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[816] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[872] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[874] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[914] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[917] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[480] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[486] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[527] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[533] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[574] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[580] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[621] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[627] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[686] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[692] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[733] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[739] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[780] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[786] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[845] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[851] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[892] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[898] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[957] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[963] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1004] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1010] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1051] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1057] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1098] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1145] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1151] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1192] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1198] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1239] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1245] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1286] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1292] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1333] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1339] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1380] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1386] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1445] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1451] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1492] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1498] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1557] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1563] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1604] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1610] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1651] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1657] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1698] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1704] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1745] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1751] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1792] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1798] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1839] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1845] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1886] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1892] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1933] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1939] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1980] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1986] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2027] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2033] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2164] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2261] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[117] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[123] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[258] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[264] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[305] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[311] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[352] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[358] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[228] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[234] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[270] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[290] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeployableElementImpl.java:[87] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeployableElementImpl.java:[93] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalNodeImpl.java:[85] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalNodeImpl.java:[91] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[258] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[264] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[305] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[311] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[352] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[358] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[399] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[405] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[446] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[452] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[493] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[499] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[558] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[564] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[605] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[611] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[348] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[354] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[395] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[401] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[763] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[769] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[810] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[816] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[872] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[874] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[914] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[917] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionEndImpl.java:[96] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionEndImpl.java:[102] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper 1690 problems (1690 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.gen.edit >-------- [INFO] Building org.polarsys.capella.core.data.gen.edit 1.2.2-SNAPSHOT [32/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.edit --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Compiling 369 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractPathInvolvedElementItemProvider.java:[529] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/PartDeploymentLinkItemProvider.java:[102] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ExchangeContainmentItemProvider.java:[208] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/provider/KeyPartItemProvider.java:[163] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/interaction/provider/AbstractCapabilityIncludeItemProvider.java:[203] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractPhysicalLinkEndItemProvider.java:[529] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/TypeDeploymentLinkItemProvider.java:[102] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractDeploymentLinkItemProvider.java:[197] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/ReuseLinkItemProvider.java:[207] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/NamingRuleItemProvider.java:[567] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacommon/provider/CapabilityRealizationInvolvedElementItemProvider.java:[559] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/interaction/provider/SequenceMessageValuationItemProvider.java:[603] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/provider/MultiplicityElementItemProvider.java:[623] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ComponentExchangeEndItemProvider.java:[600] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/communication/provider/CommunicationLinkItemProvider.java:[646] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/communication/provider/MessageReferenceItemProvider.java:[163] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/KeyValueItemProvider.java:[561] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/ProvidedInterfaceLinkItemProvider.java:[152] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/PhysicalLinkEndItemProvider.java:[207] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/InstanceDeploymentLinkItemProvider.java:[102] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/RequiredInterfaceLinkItemProvider.java:[152] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractPhysicalArtifactItemProvider.java:[529] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/ConnectionInstanceItemProvider.java:[192] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ComponentPortAllocationEndItemProvider.java:[647] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/AbstractPhysicalInstanceItemProvider.java:[501] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/RelationshipItemProvider.java:[500] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/AbstractFunctionalChainContainerItemProvider.java:[504] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/ctx/provider/SystemCommunicationItemProvider.java:[138] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/interaction/provider/AbstractCapabilityExtendItemProvider.java:[246] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/datavalue/provider/ValuePartItemProvider.java:[554] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/PortInstanceItemProvider.java:[237] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/oa/provider/ConceptComplianceItemProvider.java:[208] if (null != target) { if (target instanceof AbstractNamedElement) { targetName = ((AbstractNamedElement) target).getName(); } if (null == targetName || "" == targetName) { //$NON-NLS-1$ targetName = "[" + target.eClass().getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$ } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 32 problems (32 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.model.handler >-------- [INFO] Building org.polarsys.capella.core.model.handler 1.2.2-SNAPSHOT [33/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.handler --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.handler --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.handler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.model.handler --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.handler/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.handler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.preferences >--------- [INFO] Building org.polarsys.capella.core.preferences 1.2.2-SNAPSHOT [34/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.preferences --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.preferences --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.preferences --- [INFO] Compiling 90 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.usage 1.2.2-SNAPSHOT [35/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.transition >--------- [INFO] Building org.polarsys.capella.common.transition 1.2.2-SNAPSHOT [36/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.transition --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.transition --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.transition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.transition/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.transition --- [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.transition/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.transition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.transition/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.transition --- [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.re >------------- [INFO] Building org.polarsys.capella.common.re 1.2.2-SNAPSHOT [37/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.re --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.re --- [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.feature >---------- [INFO] Building org.polarsys.capella.common.feature 1.2.2-SNAPSHOT [38/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/common/features/org.polarsys.capella.common.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.feature --- [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.ui >------------- [INFO] Building org.polarsys.capella.common.ui 1.2.2-SNAPSHOT [39/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.ui --- [INFO] Compiling 85 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.helpers >--------- [INFO] Building org.polarsys.capella.core.data.helpers 1.2.2-SNAPSHOT [40/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.helpers --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.helpers --- [INFO] Compiling 267 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.preferences >------ [INFO] Building org.polarsys.capella.core.model.preferences 1.2.2-SNAPSHOT [41/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.preferences --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.preferences --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.model.preferences --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.model.helpers >-------- [INFO] Building org.polarsys.capella.core.model.helpers 1.2.2-SNAPSHOT [42/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.helpers --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.model.helpers --- [INFO] Compiling 167 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.flexibility.wizards >---- [INFO] Building org.polarsys.capella.common.flexibility.wizards 1.2.2-SNAPSHOT [43/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.linkedtext.ui >------- [INFO] Building org.polarsys.capella.common.linkedtext.ui 1.2.2-SNAPSHOT [44/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.console >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.console 1.2.2-SNAPSHOT [45/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console >-- [INFO] Building org.polarsys.capella.common.platform.eclipse.tools.report.console 1.2.2-SNAPSHOT [46/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.tools.report.ui >------ [INFO] Building org.polarsys.capella.common.tools.report.ui 1.2.2-SNAPSHOT [47/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui >-- [INFO] Building org.polarsys.capella.common.platform.eclipse.tools.report.ui 1.2.2-SNAPSHOT [48/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.sirius.customization >-- [INFO] Building org.polarsys.capella.common.platform.sirius.customization 1.2.2-SNAPSHOT [49/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.common.ui >----- [INFO] Building org.polarsys.capella.core.transition.common.ui 1.2.2-SNAPSHOT [50/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.common.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.common.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.services >-------- [INFO] Building org.polarsys.capella.common.ui.services 1.2.2-SNAPSHOT [51/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.services --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.services --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.services/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.toolkit.services >---- [INFO] Building org.polarsys.capella.common.ui.toolkit.services 1.2.2-SNAPSHOT [52/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.services/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.services/target/org.polarsys.capella.common.ui.toolkit.services-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.services/target/org.polarsys.capella.common.ui.toolkit.services-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.toolkit.services --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.toolkit >--------- [INFO] Building org.polarsys.capella.common.ui.toolkit 1.2.2-SNAPSHOT [53/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.toolkit --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.toolkit.browser >----- [INFO] Building org.polarsys.capella.common.ui.toolkit.browser 1.2.2-SNAPSHOT [54/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.common.re.ui >----------- [INFO] Building org.polarsys.capella.common.re.ui 1.2.2-SNAPSHOT [55/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.re.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.re.ui --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.sirius.decorators >----- [INFO] Building org.polarsys.capella.common.sirius.decorators 1.2.2-SNAPSHOT [56/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.sirius.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.sirius.decorators --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.sirius.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.sirius.decorators --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.sirius.decorators --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.sirius.decorators --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.sirius.decorators/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.sirius.decorators --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.sirius.decorators/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.sirius.decorators --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.sirius.decorators/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.sirius.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.sirius.decorators/target/org.polarsys.capella.common.sirius.decorators-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.sirius.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.sirius.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.sirius.decorators/target/org.polarsys.capella.common.sirius.decorators-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.sirius.decorators --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.sirius.decorators --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.sirius.decorators --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.file >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.file 1.2.2-SNAPSHOT [57/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.reportlogview 1.2.2-SNAPSHOT [58/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.usage.ui 1.2.2-SNAPSHOT [59/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.progress >-------- [INFO] Building org.polarsys.capella.common.ui.progress 1.2.2-SNAPSHOT [60/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.progress --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.progress --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.progress --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.progress --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.progress --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.progress --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.progress/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.progress --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.progress/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.progress --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.progress/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.progress --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.progress/target/org.polarsys.capella.common.ui.progress-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.progress --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.progress --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.progress/target/org.polarsys.capella.common.ui.progress-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.progress --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.progress --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.progress --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.ui.menu.dynamic >------ [INFO] Building org.polarsys.capella.common.ui.menu.dynamic 1.2.2-SNAPSHOT [61/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.feature >--------- [INFO] Building org.polarsys.capella.common.ui.feature 1.2.2-SNAPSHOT [62/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/common/features/org.polarsys.capella.common.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.ui.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.features >----------- [INFO] Building org.polarsys.capella.core.features 1.2.2-SNAPSHOT [63/334] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.features --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.features --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.doc.plugins >------------ [INFO] Building org.polarsys.capella.doc.plugins 1.2.2-SNAPSHOT [64/334] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.doc.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.commandline.doc >---------- [INFO] Building org.polarsys.capella.commandline.doc 1.2.2-SNAPSHOT [65/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.commandline.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.commandline.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.commandline.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.commandline.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.commandline.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.commandline.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.commandline.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.commandline.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.commandline.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.commandline.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.ui.resources >-------- [INFO] Building org.polarsys.capella.common.ui.resources 1.2.2-SNAPSHOT [66/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.resources --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.resources --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.common.ui.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.resources --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.common.ui.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.common.ui.resources/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.af.integration >-------- [INFO] Building org.polarsys.capella.core.af.integration 1.2.2-SNAPSHOT [67/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.af.integration --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.af.integration --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.af.integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.af.integration --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.af.integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.af.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.af.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.application >--------- [INFO] Building org.polarsys.capella.core.application 1.2.2-SNAPSHOT [68/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.application --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.application/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.application --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.application/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.application/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.application --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.application --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.application --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.commandline.core >------- [INFO] Building org.polarsys.capella.core.commandline.core 1.2.2-SNAPSHOT [69/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.commandline.core --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.commandline.core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.commandline.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.commandline.core --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.commandline.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.commandline.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.commandline.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.business.queries >---- [INFO] Building org.polarsys.capella.core.data.business.queries 1.2.2-SNAPSHOT [70/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.business.queries --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.business.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.business.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.business.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.business.queries --- [INFO] Compiling 880 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.business.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.business.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.business.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.diagram.helpers >------- [INFO] Building org.polarsys.capella.core.diagram.helpers 1.2.2-SNAPSHOT [71/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.diagram.helpers --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.diagram.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.diagram.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.diagram.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.model.skeleton >-------- [INFO] Building org.polarsys.capella.core.model.skeleton 1.2.2-SNAPSHOT [72/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.skeleton --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.skeleton --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.skeleton --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.skeleton/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.model.skeleton --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.skeleton/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.skeleton --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.skeleton/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.skeleton --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.skeleton --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.model.semantic >-------- [INFO] Building org.polarsys.capella.core.model.semantic 1.2.2-SNAPSHOT [73/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.semantic --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.semantic --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.semantic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.semantic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.model.semantic --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.semantic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.semantic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.semantic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.semantic.queries >------- [INFO] Building org.polarsys.capella.core.semantic.queries 1.2.2-SNAPSHOT [74/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.semantic.queries --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.semantic.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.semantic.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.semantic.queries --- [INFO] Compiling 365 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.semantic.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.libraries >---------- [INFO] Building org.polarsys.capella.core.libraries 1.2.2-SNAPSHOT [75/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.libraries --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.libraries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.libraries --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.queries.helpers >------- [INFO] Building org.polarsys.capella.core.queries.helpers 1.2.2-SNAPSHOT [76/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.queries.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.queries.helpers --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.queries.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.queries.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.queries.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.queries.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.queries.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.queries.helpers --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.queries.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.queries.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.queries.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.queries.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.queries.helpers/target/org.polarsys.capella.core.queries.helpers-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.queries.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.queries.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.queries.helpers/target/org.polarsys.capella.core.queries.helpers-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.queries.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.queries.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.queries.helpers --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators >--- [INFO] Building org.polarsys.capella.core.data.gen.edit.decorators 1.2.2-SNAPSHOT [77/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.common.feature >-------- [INFO] Building org.polarsys.capella.core.common.feature 1.2.2-SNAPSHOT [78/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.common.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.common.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.common.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.af.integration.ui >------ [INFO] Building org.polarsys.capella.core.af.integration.ui 1.2.2-SNAPSHOT [79/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.af.integration.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.commandline.core.ui >----- [INFO] Building org.polarsys.capella.core.commandline.core.ui 1.2.2-SNAPSHOT [80/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.resources >--------- [INFO] Building org.polarsys.capella.core.ui.resources 1.2.2-SNAPSHOT [81/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.resources --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.resources --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.resources --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.resources/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.ui.toolkit >---------- [INFO] Building org.polarsys.capella.core.ui.toolkit 1.2.2-SNAPSHOT [82/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.toolkit --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.toolkit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.toolkit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.toolkit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.res.edit >-------- [INFO] Building org.polarsys.capella.core.data.res.edit 1.2.2-SNAPSHOT [83/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.res.edit --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.res.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.res.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.res.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.res.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.res.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.res.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.gen.editor >------- [INFO] Building org.polarsys.capella.core.data.gen.editor 1.2.2-SNAPSHOT [84/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.editor --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.editor/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.res.editor >------- [INFO] Building org.polarsys.capella.core.data.res.editor 1.2.2-SNAPSHOT [85/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.res.editor --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.res.editor --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.res.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.res.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.res.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.res.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.res.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.common.ui.feature >------ [INFO] Building org.polarsys.capella.core.common.ui.feature 1.2.2-SNAPSHOT [86/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.common.ui.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.validation >---------- [INFO] Building org.polarsys.capella.core.validation 1.2.2-SNAPSHOT [87/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.validation --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.linkedtext.ui >-------- [INFO] Building org.polarsys.capella.core.linkedtext.ui 1.2.2-SNAPSHOT [88/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace >-- [INFO] Building org.polarsys.capella.core.platform.eclipse.ui.trace 1.2.2-SNAPSHOT [89/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.actions 1.2.2-SNAPSHOT [90/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.properties >-------- [INFO] Building org.polarsys.capella.core.ui.properties 1.2.2-SNAPSHOT [91/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.properties --- [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.properties >----- [INFO] Building org.polarsys.capella.core.data.core.properties 1.2.2-SNAPSHOT [92/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.core.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.core.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.core.properties --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.core.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.properties >---- [INFO] Building org.polarsys.capella.core.data.common.properties 1.2.2-SNAPSHOT [93/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.common.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.common.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.common.properties --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.common.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.communication.properties >-- [INFO] Building org.polarsys.capella.core.data.information.communication.properties 1.2.2-SNAPSHOT [94/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.properties >-- [INFO] Building org.polarsys.capella.core.data.information.properties 1.2.2-SNAPSHOT [95/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.properties --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.properties >------ [INFO] Building org.polarsys.capella.core.data.fa.properties 1.2.2-SNAPSHOT [96/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.properties >------ [INFO] Building org.polarsys.capella.core.data.cs.properties 1.2.2-SNAPSHOT [97/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.properties >-- [INFO] Building org.polarsys.capella.core.data.interaction.properties 1.2.2-SNAPSHOT [98/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.ctx.properties >----- [INFO] Building org.polarsys.capella.core.data.ctx.properties 1.2.2-SNAPSHOT [99/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.properties >----- [INFO] Building org.polarsys.capella.core.data.epbs.properties 1.2.2-SNAPSHOT [100/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datatype.properties >-- [INFO] Building org.polarsys.capella.core.data.information.datatype.properties 1.2.2-SNAPSHOT [101/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties >-- [INFO] Building org.polarsys.capella.core.data.information.datavalue.properties 1.2.2-SNAPSHOT [102/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.properties >------ [INFO] Building org.polarsys.capella.core.data.la.properties 1.2.2-SNAPSHOT [103/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.la.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.la.properties --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.modeller.properties >--- [INFO] Building org.polarsys.capella.core.data.modeller.properties 1.2.2-SNAPSHOT [104/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.oa.properties >------ [INFO] Building org.polarsys.capella.core.data.oa.properties 1.2.2-SNAPSHOT [105/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.oa.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties >-- [INFO] Building org.polarsys.capella.core.data.pa.deployment.properties 1.2.2-SNAPSHOT [106/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.properties >------ [INFO] Building org.polarsys.capella.core.data.pa.properties 1.2.2-SNAPSHOT [107/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.requirement.properties >-- [INFO] Building org.polarsys.capella.core.data.requirement.properties 1.2.2-SNAPSHOT [108/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties >-- [INFO] Building org.polarsys.capella.core.data.sharedmodel.properties 1.2.2-SNAPSHOT [109/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.properties.feature >------ [INFO] Building org.polarsys.capella.core.properties.feature 1.2.2-SNAPSHOT [110/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.properties.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.properties.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.properties.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.libraries.extendedQueries >-- [INFO] Building org.polarsys.capella.core.libraries.extendedQueries 1.2.2-SNAPSHOT [111/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.extendedQueries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.extendedQueries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.extendedQueries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.extendedQueries/target/org.polarsys.capella.core.libraries.extendedQueries-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.extendedQueries/target/org.polarsys.capella.core.libraries.extendedQueries-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries.extendedQueries --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.transition.system >------ [INFO] Building org.polarsys.capella.core.transition.system 1.2.2-SNAPSHOT [112/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.system --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.system --- [INFO] Compiling 134 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.core.re >-------------- [INFO] Building org.polarsys.capella.core.re 1.2.2-SNAPSHOT [113/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.re --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.sirius.analysis >------- [INFO] Building org.polarsys.capella.core.sirius.analysis 1.2.2-SNAPSHOT [114/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.sirius.analysis --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Compiling 174 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.analysis/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.analysis/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.validation >---- [INFO] Building org.polarsys.capella.core.data.common.validation 1.2.2-SNAPSHOT [115/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.common.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.common.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.common.validation --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.common.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.validation >----- [INFO] Building org.polarsys.capella.core.data.core.validation 1.2.2-SNAPSHOT [116/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.core.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.core.validation --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.validation >------ [INFO] Building org.polarsys.capella.core.data.cs.validation 1.2.2-SNAPSHOT [117/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.ctx.validation >----- [INFO] Building org.polarsys.capella.core.data.ctx.validation 1.2.2-SNAPSHOT [118/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.validation >----- [INFO] Building org.polarsys.capella.core.data.epbs.validation 1.2.2-SNAPSHOT [119/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.validation >------ [INFO] Building org.polarsys.capella.core.data.fa.validation 1.2.2-SNAPSHOT [120/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.communication.validation >-- [INFO] Building org.polarsys.capella.core.data.information.communication.validation 1.2.2-SNAPSHOT [121/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datatype.validation >-- [INFO] Building org.polarsys.capella.core.data.information.datatype.validation 1.2.2-SNAPSHOT [122/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.validation >-- [INFO] Building org.polarsys.capella.core.data.information.validation 1.2.2-SNAPSHOT [123/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.validation --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.validation >-- [INFO] Building org.polarsys.capella.core.data.interaction.validation 1.2.2-SNAPSHOT [124/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.validation >------ [INFO] Building org.polarsys.capella.core.data.la.validation 1.2.2-SNAPSHOT [125/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.la.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.la.validation --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.menu.dynamic >--------- [INFO] Building org.polarsys.capella.core.menu.dynamic 1.2.2-SNAPSHOT [126/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.menu.dynamic --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.menu.dynamic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.menu.contributions >--- [INFO] Building org.polarsys.capella.core.data.menu.contributions 1.2.2-SNAPSHOT [127/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Compiling 134 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.oa.validation >------ [INFO] Building org.polarsys.capella.core.data.oa.validation 1.2.2-SNAPSHOT [128/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.oa.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation >-- [INFO] Building org.polarsys.capella.core.data.pa.deployment.validation 1.2.2-SNAPSHOT [129/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.validation >------ [INFO] Building org.polarsys.capella.core.data.pa.validation 1.2.2-SNAPSHOT [130/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.selection.queries >---- [INFO] Building org.polarsys.capella.core.data.selection.queries 1.2.2-SNAPSHOT [131/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.selection.queries --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.selection.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.selection.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.selection.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.services >----------- [INFO] Building org.polarsys.capella.core.services 1.2.2-SNAPSHOT [132/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.services --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.services --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.services/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.services --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.platform.sirius.adapter >--- [INFO] Building org.polarsys.capella.core.platform.sirius.adapter 1.2.2-SNAPSHOT [133/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard >-- [INFO] Building org.polarsys.capella.core.platform.sirius.clipboard 1.2.2-SNAPSHOT [134/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.sirius.ui >---------- [INFO] Building org.polarsys.capella.core.sirius.ui 1.2.2-SNAPSHOT [135/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.sirius.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.sirius.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.sirius.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.sirius.ui --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.sirius.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.sirius.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.sirius.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.preferences.project.configuration >-- [INFO] Building org.polarsys.capella.core.preferences.project.configuration 1.2.2-SNAPSHOT [136/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.project 1.2.2-SNAPSHOT [137/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.navigator 1.2.2-SNAPSHOT [138/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Compiling 99 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.obfuscator >------- [INFO] Building org.polarsys.capella.core.model.obfuscator 1.2.2-SNAPSHOT [139/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.obfuscator --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.obfuscator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.obfuscator/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.obfuscator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.validation.ui.ide >------ [INFO] Building org.polarsys.capella.core.validation.ui.ide 1.2.2-SNAPSHOT [140/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation >-- [INFO] Building org.polarsys.capella.core.platform.sirius.sirius.validation 1.2.2-SNAPSHOT [141/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu >--- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.menu 1.2.2-SNAPSHOT [142/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.perspective 1.2.2-SNAPSHOT [143/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.services 1.2.2-SNAPSHOT [144/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.re.validation >-------- [INFO] Building org.polarsys.capella.core.re.validation 1.2.2-SNAPSHOT [145/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.validation --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.re.validation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.sequencediag.specific >---- [INFO] Building org.polarsys.capella.core.sequencediag.specific 1.2.2-SNAPSHOT [146/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sequencediag.specific/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sequencediag.specific/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sequencediag.specific/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sequencediag.specific/target/org.polarsys.capella.core.sequencediag.specific-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.sequencediag.specific/target/org.polarsys.capella.core.sequencediag.specific-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.sequencediag.specific --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.metric >---------- [INFO] Building org.polarsys.capella.core.ui.metric 1.2.2-SNAPSHOT [147/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.metric --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.metric --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.metric --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.metric/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.metric --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.metric/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.metric --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.metric/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.metric --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.metric --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.ui.views >------------- [INFO] Building org.polarsys.capella.ui.views 1.2.2-SNAPSHOT [148/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ui.views --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.ui.views --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.ui.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.ui.views/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.reportlog >--------- [INFO] Building org.polarsys.capella.core.ui.reportlog 1.2.2-SNAPSHOT [149/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.reportlog --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.reportlog/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.reportlog/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.reportlog/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.validation.commandline >---- [INFO] Building org.polarsys.capella.core.validation.commandline 1.2.2-SNAPSHOT [150/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.commandline --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.validation.commandline --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation.commandline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.commandline/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.validation.commandline --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.commandline/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation.commandline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.commandline/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.intro >----------- [INFO] Building org.polarsys.capella.core.ui.intro 1.2.2-SNAPSHOT [151/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.intro --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.intro --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.intro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.ui.intro/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.intro --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.ui.intro/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.intro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.ui.intro/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.ui.feature >---------- [INFO] Building org.polarsys.capella.core.ui.feature 1.2.2-SNAPSHOT [152/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.validation.ui >-------- [INFO] Building org.polarsys.capella.core.validation.ui 1.2.2-SNAPSHOT [153/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.validation.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.validation.ui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.validation.feature >------ [INFO] Building org.polarsys.capella.core.validation.feature 1.2.2-SNAPSHOT [154/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.validation.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.validation.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.validation.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.validation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.semantic.browser >----- [INFO] Building org.polarsys.capella.core.ui.semantic.browser 1.2.2-SNAPSHOT [155/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius >-- [INFO] Building org.polarsys.capella.core.ui.semantic.browser.sirius 1.2.2-SNAPSHOT [156/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.semantic.queries.sirius >--- [INFO] Building org.polarsys.capella.core.semantic.queries.sirius 1.2.2-SNAPSHOT [157/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries.sirius/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries.sirius/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries.sirius/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries.sirius/target/org.polarsys.capella.core.semantic.queries.sirius-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.semantic.queries.sirius/target/org.polarsys.capella.core.semantic.queries.sirius-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.semantic.queries.sirius --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature >-- [INFO] Building org.polarsys.capella.core.ui.semantic.browser.feature 1.2.2-SNAPSHOT [158/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix >--- [INFO] Building org.polarsys.capella.core.data.common.ui.quickfix 1.2.2-SNAPSHOT [159/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix >---- [INFO] Building org.polarsys.capella.core.data.core.ui.quickfix 1.2.2-SNAPSHOT [160/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.core.tiger >------------ [INFO] Building org.polarsys.capella.core.tiger 1.2.2-SNAPSHOT [161/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.tiger --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.tiger --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.tiger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.tiger/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.tiger --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.tiger/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.tiger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.tiger/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.tiger --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.tiger --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.cs.ui.quickfix 1.2.2-SNAPSHOT [162/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.fa.ui.quickfix 1.2.2-SNAPSHOT [163/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix >-- [INFO] Building org.polarsys.capella.core.data.information.ui.quickfix 1.2.2-SNAPSHOT [164/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix >-- [INFO] Building org.polarsys.capella.core.data.interaction.ui.quickfix 1.2.2-SNAPSHOT [165/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.pa.ui.quickfix 1.2.2-SNAPSHOT [166/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.core.re.ui >------------ [INFO] Building org.polarsys.capella.core.re.ui 1.2.2-SNAPSHOT [167/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.re.ui --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.re.ui.quickfix >-------- [INFO] Building org.polarsys.capella.core.re.ui.quickfix 1.2.2-SNAPSHOT [168/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.quickfix.feature >----- [INFO] Building org.polarsys.capella.core.ui.quickfix.feature 1.2.2-SNAPSHOT [169/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.projection.misc >------- [INFO] Building org.polarsys.capella.core.projection.misc 1.2.2-SNAPSHOT [170/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.misc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.misc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.misc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.misc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.misc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.misc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.misc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.misc --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.misc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.misc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.misc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.misc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.misc/target/org.polarsys.capella.core.projection.misc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.misc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.misc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.misc/target/org.polarsys.capella.core.projection.misc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.misc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.misc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.misc --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.refinement.framework >----- [INFO] Building org.polarsys.capella.core.refinement.framework 1.2.2-SNAPSHOT [171/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.framework --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.framework --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.framework --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.framework --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.framework --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.framework --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework/target/org.polarsys.capella.core.refinement.framework-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.framework --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework/target/org.polarsys.capella.core.refinement.framework-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.framework --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.framework --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.framework --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.refinement.preferences >---- [INFO] Building org.polarsys.capella.core.refinement.preferences 1.2.2-SNAPSHOT [172/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.preferences --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.preferences --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.preferences --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.preferences --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences/target/org.polarsys.capella.core.refinement.preferences-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences/target/org.polarsys.capella.core.refinement.preferences-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.preferences --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.preferences --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.preferences --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.refinement.processor >-- [INFO] Building org.polarsys.capella.core.platform.sirius.refinement.processor 1.2.2-SNAPSHOT [173/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.refinement.processor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.refinement.processor/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.refinement.processor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.refinement.processor/target/org.polarsys.capella.core.platform.sirius.refinement.processor-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.platform.sirius.refinement.processor/target/org.polarsys.capella.core.platform.sirius.refinement.processor-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.refinement.processor --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown 1.2.2-SNAPSHOT [174/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.projection.preferences >---- [INFO] Building org.polarsys.capella.core.projection.preferences 1.2.2-SNAPSHOT [175/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.preferences --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.preferences --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.preferences --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.preferences --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.preferences/target/org.polarsys.capella.core.projection.preferences-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.preferences/target/org.polarsys.capella.core.projection.preferences-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.preferences --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.preferences --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.preferences --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.projection.common >------ [INFO] Building org.polarsys.capella.core.projection.common 1.2.2-SNAPSHOT [176/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.common --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.common --- [INFO] Compiling 85 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.projection.data >------- [INFO] Building org.polarsys.capella.core.projection.data 1.2.2-SNAPSHOT [177/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.data --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.data --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.data --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.data --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.data --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.data/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.data --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.data/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.data/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.data --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.data/target/org.polarsys.capella.core.projection.data-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.data --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.data --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.data/target/org.polarsys.capella.core.projection.data-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.data --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.data --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.data --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.interfaces >---- [INFO] Building org.polarsys.capella.core.projection.interfaces 1.2.2-SNAPSHOT [178/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.interfaces --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.projection.systemfunction >-- [INFO] Building org.polarsys.capella.core.projection.systemfunction 1.2.2-SNAPSHOT [179/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.systemfunction/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.systemfunction/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.systemfunction/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.systemfunction/target/org.polarsys.capella.core.projection.systemfunction-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.systemfunction/target/org.polarsys.capella.core.projection.systemfunction-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.systemfunction --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.projection.statemachine >--- [INFO] Building org.polarsys.capella.core.projection.statemachine 1.2.2-SNAPSHOT [180/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.statemachine --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.statemachine --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.statemachine --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.statemachine --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.statemachine --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.statemachine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.statemachine/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.statemachine --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.statemachine/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.statemachine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.statemachine/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.statemachine --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.statemachine/target/org.polarsys.capella.core.projection.statemachine-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.statemachine --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.statemachine --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.statemachine/target/org.polarsys.capella.core.projection.statemachine-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.statemachine --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.statemachine --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.statemachine --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.projection.interfaces.ctx2la >-- [INFO] Building org.polarsys.capella.core.projection.interfaces.ctx2la 1.2.2-SNAPSHOT [181/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2la/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2la/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2la/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2la/target/org.polarsys.capella.core.projection.interfaces.ctx2la-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2la/target/org.polarsys.capella.core.projection.interfaces.ctx2la-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.interfaces.ctx2la --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.projection.actors.ctx2la >--- [INFO] Building org.polarsys.capella.core.projection.actors.ctx2la 1.2.2-SNAPSHOT [182/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.ctx2la/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.ctx2la/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.ctx2la/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.ctx2la/target/org.polarsys.capella.core.projection.actors.ctx2la-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.ctx2la/target/org.polarsys.capella.core.projection.actors.ctx2la-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.actors.ctx2la --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.projection.logicalfunction >-- [INFO] Building org.polarsys.capella.core.projection.logicalfunction 1.2.2-SNAPSHOT [183/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.logicalfunction/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.logicalfunction/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.logicalfunction/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.logicalfunction/target/org.polarsys.capella.core.projection.logicalfunction-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.logicalfunction/target/org.polarsys.capella.core.projection.logicalfunction-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.logicalfunction --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.projection.interfaces.ctx2pa >-- [INFO] Building org.polarsys.capella.core.projection.interfaces.ctx2pa 1.2.2-SNAPSHOT [184/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2pa/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2pa/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2pa/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2pa/target/org.polarsys.capella.core.projection.interfaces.ctx2pa-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.ctx2pa/target/org.polarsys.capella.core.projection.interfaces.ctx2pa-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.interfaces.ctx2pa --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.projection.interfaces.la2pa >-- [INFO] Building org.polarsys.capella.core.projection.interfaces.la2pa 1.2.2-SNAPSHOT [185/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.la2pa/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.la2pa/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.la2pa/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.la2pa/target/org.polarsys.capella.core.projection.interfaces.la2pa-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.interfaces.la2pa/target/org.polarsys.capella.core.projection.interfaces.la2pa-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.interfaces.la2pa --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.projection.actors.la2pa >--- [INFO] Building org.polarsys.capella.core.projection.actors.la2pa 1.2.2-SNAPSHOT [186/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.la2pa/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.la2pa/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.la2pa/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.la2pa/target/org.polarsys.capella.core.projection.actors.la2pa-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.la2pa/target/org.polarsys.capella.core.projection.actors.la2pa-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.actors.la2pa --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.projection.operationalactivity >-- [INFO] Building org.polarsys.capella.core.projection.operationalactivity 1.2.2-SNAPSHOT [187/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalactivity/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalactivity/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalactivity/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalactivity/target/org.polarsys.capella.core.projection.operationalactivity-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalactivity/target/org.polarsys.capella.core.projection.operationalactivity-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.operationalactivity --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.projection.actors.oa2ctx >--- [INFO] Building org.polarsys.capella.core.projection.actors.oa2ctx 1.2.2-SNAPSHOT [188/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.oa2ctx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.oa2ctx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.oa2ctx/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.oa2ctx/target/org.polarsys.capella.core.projection.actors.oa2ctx-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actors.oa2ctx/target/org.polarsys.capella.core.projection.actors.oa2ctx-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.actors.oa2ctx --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.exchanges >----- [INFO] Building org.polarsys.capella.core.projection.exchanges 1.2.2-SNAPSHOT [189/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.exchanges --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.exchanges/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.exchanges/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.exchanges/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.projection.lc2pc.breakdownstrategy >-- [INFO] Building org.polarsys.capella.core.projection.lc2pc.breakdownstrategy 1.2.2-SNAPSHOT [190/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.breakdownstrategy/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.breakdownstrategy/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.breakdownstrategy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.breakdownstrategy/target/org.polarsys.capella.core.projection.lc2pc.breakdownstrategy-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.breakdownstrategy/target/org.polarsys.capella.core.projection.lc2pc.breakdownstrategy-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.lc2pc.breakdownstrategy --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.projection.lc2pc.leafstrategy >-- [INFO] Building org.polarsys.capella.core.projection.lc2pc.leafstrategy 1.2.2-SNAPSHOT [191/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.leafstrategy/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.leafstrategy/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.leafstrategy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.leafstrategy/target/org.polarsys.capella.core.projection.lc2pc.leafstrategy-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.lc2pc.leafstrategy/target/org.polarsys.capella.core.projection.lc2pc.leafstrategy-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.lc2pc.leafstrategy --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.projection.operationalcapability >-- [INFO] Building org.polarsys.capella.core.projection.operationalcapability 1.2.2-SNAPSHOT [192/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalcapability/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalcapability/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalcapability/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalcapability/target/org.polarsys.capella.core.projection.operationalcapability-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.operationalcapability/target/org.polarsys.capella.core.projection.operationalcapability-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.operationalcapability --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.projection.scenario >----- [INFO] Building org.polarsys.capella.core.projection.scenario 1.2.2-SNAPSHOT [193/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.scenario --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.scenario --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.scenario/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.scenario --- [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.scenario/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.scenario/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.refinement.framework.ui >--- [INFO] Building org.polarsys.capella.core.refinement.framework.ui 1.2.2-SNAPSHOT [194/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework.ui/target/org.polarsys.capella.core.refinement.framework.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.framework.ui/target/org.polarsys.capella.core.refinement.framework.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.framework.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.refinement.mapper.broadcastpattern >-- [INFO] Building org.polarsys.capella.core.refinement.mapper.broadcastpattern 1.2.2-SNAPSHOT [195/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.broadcastpattern/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.broadcastpattern/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.broadcastpattern/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.broadcastpattern/target/org.polarsys.capella.core.refinement.mapper.broadcastpattern-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.broadcastpattern/target/org.polarsys.capella.core.refinement.mapper.broadcastpattern-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.mapper.broadcastpattern --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.refinement.mapper.standard >-- [INFO] Building org.polarsys.capella.core.refinement.mapper.standard 1.2.2-SNAPSHOT [196/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.standard/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.standard/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.standard/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.standard/target/org.polarsys.capella.core.refinement.mapper.standard-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.mapper.standard/target/org.polarsys.capella.core.refinement.mapper.standard-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.mapper.standard --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.refinement.merge >------- [INFO] Building org.polarsys.capella.core.refinement.merge 1.2.2-SNAPSHOT [197/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.merge --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.merge --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.merge --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.merge --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.merge --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.merge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.merge --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.merge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.merge --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge/target/org.polarsys.capella.core.refinement.merge-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.merge --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.merge --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge/target/org.polarsys.capella.core.refinement.merge-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.merge --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.merge --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.merge --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.refinement.processor.actorprojection >-- [INFO] Building org.polarsys.capella.core.refinement.processor.actorprojection 1.2.2-SNAPSHOT [198/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.actorprojection/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.actorprojection/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.actorprojection/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.actorprojection/target/org.polarsys.capella.core.refinement.processor.actorprojection-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.actorprojection/target/org.polarsys.capella.core.refinement.processor.actorprojection-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.processor.actorprojection --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.refinement.processor.interfacelinksupdate >-- [INFO] Building org.polarsys.capella.core.refinement.processor.interfacelinksupdate 1.2.2-SNAPSHOT [199/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.interfacelinksupdate/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.interfacelinksupdate/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.interfacelinksupdate/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.interfacelinksupdate/target/org.polarsys.capella.core.refinement.processor.interfacelinksupdate-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.interfacelinksupdate/target/org.polarsys.capella.core.refinement.processor.interfacelinksupdate-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.processor.interfacelinksupdate --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.refinement.processor.realizationsupdate >-- [INFO] Building org.polarsys.capella.core.refinement.processor.realizationsupdate 1.2.2-SNAPSHOT [200/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.realizationsupdate/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.realizationsupdate/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.realizationsupdate/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.realizationsupdate/target/org.polarsys.capella.core.refinement.processor.realizationsupdate-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.realizationsupdate/target/org.polarsys.capella.core.refinement.processor.realizationsupdate-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.processor.realizationsupdate --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.refinement.processor.structuresynchronization >-- [INFO] Building org.polarsys.capella.core.refinement.processor.structuresynchronization 1.2.2-SNAPSHOT [201/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.structuresynchronization/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.structuresynchronization/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.structuresynchronization/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.structuresynchronization/target/org.polarsys.capella.core.refinement.processor.structuresynchronization-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.processor.structuresynchronization/target/org.polarsys.capella.core.refinement.processor.structuresynchronization-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.processor.structuresynchronization --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.refinement.resolver.standard >-- [INFO] Building org.polarsys.capella.core.refinement.resolver.standard 1.2.2-SNAPSHOT [202/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.standard/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.standard/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.standard/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.standard/target/org.polarsys.capella.core.refinement.resolver.standard-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.standard/target/org.polarsys.capella.core.refinement.resolver.standard-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.resolver.standard --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.refinement.scenario >----- [INFO] Building org.polarsys.capella.core.refinement.scenario 1.2.2-SNAPSHOT [203/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.scenario --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.scenario --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.scenario --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scenario/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.scenario --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scenario/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scenario/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scenario/target/org.polarsys.capella.core.refinement.scenario-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scenario/target/org.polarsys.capella.core.refinement.scenario-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.scenario --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.scenario --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.scenario --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.refinement.scheduler.standard >-- [INFO] Building org.polarsys.capella.core.refinement.scheduler.standard 1.2.2-SNAPSHOT [204/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scheduler.standard/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scheduler.standard/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scheduler.standard/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scheduler.standard/target/org.polarsys.capella.core.refinement.scheduler.standard-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.scheduler.standard/target/org.polarsys.capella.core.refinement.scheduler.standard-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.scheduler.standard --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.refinement.static >------ [INFO] Building org.polarsys.capella.core.refinement.static 1.2.2-SNAPSHOT [205/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.static --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.static --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.static --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.static --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.static --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.static --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.static/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.static --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.static/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.static --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.static/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.static --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.static/target/org.polarsys.capella.core.refinement.static-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.static --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.static --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.static/target/org.polarsys.capella.core.refinement.static-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.static --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.static --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.static --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.refinement.subscenario >---- [INFO] Building org.polarsys.capella.core.refinement.subscenario 1.2.2-SNAPSHOT [206/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.subscenario/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.subscenario/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.subscenario/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.subscenario/target/org.polarsys.capella.core.refinement.subscenario-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.subscenario/target/org.polarsys.capella.core.refinement.subscenario-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.subscenario --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.transition.diagram >------ [INFO] Building org.polarsys.capella.core.transition.diagram 1.2.2-SNAPSHOT [207/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.diagram --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.diagram --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.diagram --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.diagram --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.diagram --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.transfo.feature >------- [INFO] Building org.polarsys.capella.core.transfo.feature 1.2.2-SNAPSHOT [208/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transfo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transfo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transfo.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transfo.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.flexibility.wizards >----- [INFO] Building org.polarsys.capella.core.flexibility.wizards 1.2.2-SNAPSHOT [209/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.system.ui >----- [INFO] Building org.polarsys.capella.core.transition.system.ui 1.2.2-SNAPSHOT [210/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown.ui 1.2.2-SNAPSHOT [211/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.projection.commands >----- [INFO] Building org.polarsys.capella.core.projection.commands 1.2.2-SNAPSHOT [212/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.commands --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.commands --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.commands --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.commands/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.commands --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.commands/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.commands/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.commands/target/org.polarsys.capella.core.projection.commands-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.commands/target/org.polarsys.capella.core.projection.commands-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.commands --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.commands --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.commands --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.refinement.commands >----- [INFO] Building org.polarsys.capella.core.refinement.commands 1.2.2-SNAPSHOT [213/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.commands --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.commands --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.commands --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.commands/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.commands --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.commands/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.commands/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.commands/target/org.polarsys.capella.core.refinement.commands-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.commands/target/org.polarsys.capella.core.refinement.commands-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.commands --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.commands --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.commands --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.explorer.activity.ui >----- [INFO] Building org.polarsys.capella.core.explorer.activity.ui 1.2.2-SNAPSHOT [214/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.dashboard.feature >------ [INFO] Building org.polarsys.capella.core.dashboard.feature 1.2.2-SNAPSHOT [215/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.dashboard.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.dashboard.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.common.feature >-- [INFO] Building org.polarsys.capella.core.transition.common.feature 1.2.2-SNAPSHOT [216/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.common.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transition.common.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown.feature 1.2.2-SNAPSHOT [217/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards >------ [INFO] Building org.polarsys.capella.core.data.fa.ui.wizards 1.2.2-SNAPSHOT [218/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.ui.wizards >------ [INFO] Building org.polarsys.capella.core.data.la.ui.wizards 1.2.2-SNAPSHOT [219/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.model.links.helpers >----- [INFO] Building org.polarsys.capella.core.model.links.helpers 1.2.2-SNAPSHOT [220/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.links.helpers --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.links.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.links.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.links.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.fastlinker >-------- [INFO] Building org.polarsys.capella.core.ui.fastlinker 1.2.2-SNAPSHOT [221/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.search >---------- [INFO] Building org.polarsys.capella.core.ui.search 1.2.2-SNAPSHOT [222/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.search --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.search --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.search --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.search/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.search/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.search --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.search --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.wizards.feature >------ [INFO] Building org.polarsys.capella.core.ui.wizards.feature 1.2.2-SNAPSHOT [223/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.wizards.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.libraries.ui >--------- [INFO] Building org.polarsys.capella.core.libraries.ui 1.2.2-SNAPSHOT [224/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.libraries.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.libraries.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.libraries.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.libraries.ui --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.libraries.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.libraries.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.re.updateconnections.ui >--- [INFO] Building org.polarsys.capella.core.re.updateconnections.ui 1.2.2-SNAPSHOT [225/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.updateconnections.ui --- [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.re.project >---------- [INFO] Building org.polarsys.capella.core.re.project 1.2.2-SNAPSHOT [226/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.project --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.project --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.project/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.re.project --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.project/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.project/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.re.feature >---------- [INFO] Building org.polarsys.capella.core.re.feature 1.2.2-SNAPSHOT [227/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.re.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.re.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.re.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.libraries.feature >------ [INFO] Building org.polarsys.capella.core.libraries.feature 1.2.2-SNAPSHOT [228/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.libraries.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.libraries.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.libraries.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.libraries.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.libraries.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.migration >-------- [INFO] Building org.polarsys.capella.core.data.migration 1.2.2-SNAPSHOT [229/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.migration --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.migration --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.migration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.migration --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.migration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.migration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.migration.feature >------ [INFO] Building org.polarsys.capella.core.migration.feature 1.2.2-SNAPSHOT [230/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.migration.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.migration.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.migration.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.migration.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.migration.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.migration.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.compare >----------- [INFO] Building org.polarsys.capella.core.compare 1.2.2-SNAPSHOT [231/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.compare --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.compare --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.compare/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.compare --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.compare/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaScope.java:[125] String rawVersion = CapellaFeatureHelper.getDetectedVersion(capellaFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDetectedVersion(IFile) from the type CapellaFeatureHelper is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.compare/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.compare --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.compare.feature >------- [INFO] Building org.polarsys.capella.core.compare.feature 1.2.2-SNAPSHOT [232/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.compare.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.compare.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.compare.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.compare.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.compare.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.compare.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.patterns >------------- [INFO] Building org.polarsys.capella.patterns 1.2.2-SNAPSHOT [233/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.patterns --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.patterns --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.patterns --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.patterns --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.patterns --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.patterns --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.patterns --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.patterns --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.patterns --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns/target/org.polarsys.capella.patterns-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.patterns --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.patterns --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns/target/org.polarsys.capella.patterns-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.patterns --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.patterns --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.patterns --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.patterns.ui >------------ [INFO] Building org.polarsys.capella.patterns.ui 1.2.2-SNAPSHOT [234/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.patterns.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.patterns.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.patterns.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.patterns.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.patterns.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.patterns.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.ui/target/org.polarsys.capella.patterns.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.patterns.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.ui/target/org.polarsys.capella.patterns.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.patterns.obfuscator >-------- [INFO] Building org.polarsys.capella.patterns.obfuscator 1.2.2-SNAPSHOT [235/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.patterns.obfuscator --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/target/org.polarsys.capella.patterns.obfuscator-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/target/org.polarsys.capella.patterns.obfuscator-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.patterns.migration >-------- [INFO] Building org.polarsys.capella.patterns.migration 1.2.2-SNAPSHOT [236/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.patterns.migration --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.patterns.migration --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.patterns.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.migration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.patterns.migration --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.migration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.patterns.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.migration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.patterns.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.migration/target/org.polarsys.capella.patterns.migration-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.patterns.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/plugins/org.polarsys.capella.patterns.migration/target/org.polarsys.capella.patterns.migration-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.patterns.feature >--------- [INFO] Building org.polarsys.capella.patterns.feature 1.2.2-SNAPSHOT [237/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.patterns.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/features/org.polarsys.capella.patterns.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.patterns.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.patterns.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.patterns.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/features/org.polarsys.capella.patterns.feature/target/org.polarsys.capella.patterns.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.patterns.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/patterns/features/org.polarsys.capella.patterns.feature/target/org.polarsys.capella.patterns.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.detachment.propertyvalue >----- [INFO] Building org.polarsys.capella.detachment.propertyvalue 1.2.2-SNAPSHOT [238/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.detachment.version.precondition >-- [INFO] Building org.polarsys.capella.detachment.version.precondition 1.2.2-SNAPSHOT [239/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.detachment.version.precondition --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.detachment.feature >-------- [INFO] Building org.polarsys.capella.detachment.feature 1.2.2-SNAPSHOT [240/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.detachment.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/features/org.polarsys.capella.detachment.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.detachment.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.detachment.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.detachment.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.detachment.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.re.updateconnections.doc >--- [INFO] Building org.polarsys.capella.core.re.updateconnections.doc 1.2.2-SNAPSHOT [241/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.developer.doc >----------- [INFO] Building org.polarsys.capella.developer.doc 1.2.2-SNAPSHOT [242/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.developer.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.developer.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-document-bundle-plugin:1.0.0:javadoc (eclipse-javadoc) @ org.polarsys.capella.developer.doc --- [INFO] Scopes: [compile, provided] [INFO] Output directory: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc [INFO] BaseDir: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc [INFO] Cleaning up first [INFO] 13 source folders [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/src [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common/src [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/src [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.ef/src [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/generated [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model/src [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/src [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.helpers/src [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.data.gen/generated [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated [INFO] Source folder: /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src [INFO] 73 classpath deps [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.validation/1.8.0.201606071713/org.eclipse.emf.validation-1.8.0.201606071713.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.update.configurator/3.3.400.v20160506-0750/org.eclipse.update.configurator-3.3.400.v20160506-0750.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin.equinox/1.0.700.v20160102-2223/org.eclipse.equinox.frameworkadmin.equinox-1.0.700.v20160102-2223.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.4.100.v20160419-0834/org.eclipse.equinox.p2.core-2.4.100.v20160419-0834.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.8.101.v20161111-2014/org.eclipse.jdt.launching-3.8.101.v20161111-2014.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.polarsys.kitalpha.report.model.edit/1.2.2.201812041251/org.polarsys.kitalpha.report.model.edit-1.2.2.201812041251.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.100.v20160223-2218/org.eclipse.equinox.registry-3.6.100.v20160223-2218.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.8.1.v20161221-1651/org.eclipse.core.commands-3.8.1.v20161221-1651.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.3.100.v20160427-2220/org.eclipse.equinox.p2.metadata-2.3.100.v20160427-2220.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.log4j/1.2.15.v201012070815/org.apache.log4j-1.2.15.v201012070815.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.8.0.v20160509-1230/org.eclipse.equinox.common-3.8.0.v20160509-1230.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.polarsys.kitalpha.report.model/1.2.2.201812041251/org.polarsys.kitalpha.report.model-1.2.2.201812041251.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.11.1.v20161115-1951/org.eclipse.pde.core-3.11.1.v20161115-1951.jar [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.10.1.v20160811-0441.jar/jdi.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.12.0.v20160420-0247/org.eclipse.emf.ecore.xmi-2.12.0.v20160420-0247.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.3.v20170209-1843/org.eclipse.osgi-3.11.3.v20170209-1843.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator/1.1.200.v20160504-1450/org.eclipse.equinox.simpleconfigurator-1.1.200.v20160504-1450.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.11.1.v20161107-2032/org.eclipse.core.resources-3.11.1.v20161107-2032.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.ext.emf/5.1.4.201811301634/org.eclipse.sirius.ext.emf-5.1.4.201811301634.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.6.1.v20161113-2349/org.eclipse.core.filesystem-1.6.1.v20161113-2349.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.ecore.extender/5.1.4.201811301634/org.eclipse.sirius.ecore.extender-5.1.4.201811301634.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.ext.base/5.1.4.201811301634/org.eclipse.sirius.ext.base-5.1.4.201811301634.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.transaction/1.9.0.201606071900/org.eclipse.emf.transaction-1.9.0.201606071900.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.10.100.v20160419-1720/org.eclipse.debug.core-3.10.100.v20160419-1720.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.12.0.v20160420-0247/org.eclipse.emf.ecore-2.12.0.v20160420-0247.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.5.100.v20160418-1621/org.eclipse.core.contenttype-3.5.100.v20160418-1621.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.tukaani.xz/1.3.0.v201308270617/org.tukaani.xz-1.3.0.v201308270617.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.garbagecollector/1.0.300.v20160504-1450/org.eclipse.equinox.p2.garbagecollector-1.0.300.v20160504-1450.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/56.1.0.v201601250100/com.ibm.icu-56.1.0.v201601250100.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.polarsys.kitalpha.emde.xmi/1.2.2.201812041251/org.polarsys.kitalpha.emde.xmi-1.2.2.201812041251.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.12.0.v20160420-0247/org.eclipse.emf.common-2.12.0.v20160420-0247.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.pb/2.3.5.v201404071733/org.sat4j.pb-2.3.5.v201404071733.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher/1.4.100.v20160504-1450/org.eclipse.equinox.p2.publisher-1.4.100.v20160504-1450.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.2.200.v20150715-1528/org.eclipse.equinox.security-1.2.200.v20150715-1528.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.3.400.v20150715-1528/org.eclipse.equinox.app-1.3.400.v20150715-1528.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin/2.0.300.v20160504-1450/org.eclipse.equinox.frameworkadmin-2.0.300.v20160504-1450.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.6.0.v20160503-1849/org.eclipse.core.filebuffers-3.6.0.v20160503-1849.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.repository/1.2.300.v20160419-0834/org.eclipse.equinox.p2.metadata.repository-1.2.300.v20160419-0834.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.8.0.v20160509-0411/org.eclipse.core.jobs-3.8.0.v20160509-0411.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.manipulator/2.0.200.v20160504-1450/org.eclipse.equinox.simpleconfigurator.manipulator-2.0.200.v20160504-1450.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.common/5.1.4.201811301634/org.eclipse.sirius.common-5.1.4.201811301634.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.5.100.v20160418-1621/org.eclipse.core.expressions-3.5.100.v20160418-1621.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.director.app/1.0.500.v20160419-0834/org.eclipse.equinox.p2.director.app-1.0.500.v20160419-0834.jar [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.10.1.v20160811-0441.jar/jdimodel.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository.tools/2.1.300.v20160421-0324/org.eclipse.equinox.p2.repository.tools-2.1.300.v20160421-0324.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/15.0.0.v201403281430/com.google.guava-15.0.0.v201403281430.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.6.0.v20160418-1534/org.eclipse.compare.core-3.6.0.v20160418-1534.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.12.0.v20160606-1342/org.eclipse.core.runtime-3.12.0.v20160606-1342.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.12.3.v20170228-1205/org.eclipse.jdt.core-3.12.3.v20170228-1205.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201606071900/org.eclipse.emf.workspace-1.5.1.201606071900.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor/1.0.500.v20160504-1450/org.eclipse.equinox.p2.jarprocessor-1.0.500.v20160504-1450.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.director/2.3.300.v20160504-1450/org.eclipse.equinox.p2.director-2.3.300.v20160504-1450.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.polarsys.kitalpha.emde.model/1.2.2.201812041251/org.polarsys.kitalpha.emde.model-1.2.2.201812041251.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.core/3.4.100.v20160505-0642/org.eclipse.ant.core-3.4.100.v20160505-0642.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf/2.6.0.v20160526-0356/org.eclipse.emf-2.6.0.v20160526-0356.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.polarsys.kitalpha.report/1.2.2.201812041251/org.polarsys.kitalpha.report-1.2.2.201812041251.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.3.0.v20160419-1720/org.eclipse.core.variables-3.3.0.v20160419-1720.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.ext.emf.tx/5.1.4.201811301634/org.eclipse.sirius.ext.emf.tx-5.1.4.201811301634.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.polarsys.kitalpha.emde/1.2.2.201812041251/org.polarsys.kitalpha.emde-1.2.2.201812041251.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.8.0.v20160418-1534/org.eclipse.team.core-3.8.0.v20160418-1534.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.4.100.v20160419-0834/org.eclipse.equinox.p2.engine-2.4.100.v20160419-0834.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.core/2.3.5.v201308161310/org.sat4j.core-2.3.5.v201308161310.jar [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.9.200.v20160204-0642.jar/pdebuild.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.artifact.repository/1.1.500.v20160419-0834/org.eclipse.equinox.p2.artifact.repository-1.1.500.v20160419-0834.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.12.0.v20160526-0356/org.eclipse.emf.edit-2.12.0.v20160526-0356.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.3.200.v20160421-0324/org.eclipse.equinox.p2.repository-2.3.200.v20160421-0324.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.2.100.v20160504-1450/org.eclipse.equinox.p2.publisher.eclipse-1.2.100.v20160504-1450.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.touchpoint.eclipse/2.1.400.v20160419-0834/org.eclipse.equinox.p2.touchpoint.eclipse-2.1.400.v20160419-0834.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.6.0.v20160503-1849/org.eclipse.text-3.6.0.v20160503-1849.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.11.0.v20160420-0247/org.eclipse.emf.ecore.change-2.11.0.v20160420-0247.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.query/1.7.0.201606071631/org.eclipse.emf.query-1.7.0.201606071631.jar [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.6.1.v20160815-1406/org.eclipse.equinox.preferences-3.6.1.v20160815-1406.jar [INFO] Calling: /bin/sh -c cd /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc && /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/target/javadoc.options.txt Loading source files for package null... javadoc: warning - No source files for package null Loading source files for package org.polarsys.capella.common.platform.sirius.ted... Loading source files for package org.polarsys.capella.common.tools.report... Loading source files for package org.polarsys.capella.common.tools.report.appenders... Loading source files for package org.polarsys.capella.common.tools.report.config... Loading source files for package org.polarsys.capella.common.tools.report.config.persistence... Loading source files for package org.polarsys.capella.common.tools.report.config.registry... Loading source files for package org.polarsys.capella.common.tools.report.util... Loading source files for package org.polarsys.capella.common.model.helpers... Loading source files for package org.polarsys.capella.common.model.helpers.internal... Loading source files for package org.polarsys.capella.common.data.activity.util... Loading source files for package org.polarsys.capella.common.data.activity.impl... Loading source files for package org.polarsys.capella.common.data.activity... Loading source files for package org.polarsys.capella.common.data.behavior.impl... Loading source files for package org.polarsys.capella.common.data.behavior.util... Loading source files for package org.polarsys.capella.common.data.behavior... Loading source files for package org.polarsys.capella.common... Loading source files for package org.polarsys.capella.common.activator... Loading source files for package org.polarsys.capella.common.application... Loading source files for package org.polarsys.capella.common.helpers... Loading source files for package org.polarsys.capella.common.helpers.argumentparser... Loading source files for package org.polarsys.capella.common.helpers.export... Loading source files for package org.polarsys.capella.common.helpers.export.utils... Loading source files for package org.polarsys.capella.common.helpers.query... Loading source files for package org.polarsys.capella.common.helpers.transaction... Loading source files for package org.polarsys.capella.common.utils... Loading source files for package org.polarsys.capella.common.utils.graph... Loading source files for package org.polarsys.capella.core.data.capellacommon... Loading source files for package org.polarsys.capella.core.data.capellacommon.impl... Loading source files for package org.polarsys.capella.core.data.capellacommon.util... Loading source files for package org.polarsys.capella.core.data.capellacore... Loading source files for package org.polarsys.capella.core.data.capellacore.impl... Loading source files for package org.polarsys.capella.core.data.capellacore.util... Loading source files for package org.polarsys.capella.core.data.capellamodeller... Loading source files for package org.polarsys.capella.core.data.capellamodeller.impl... Loading source files for package org.polarsys.capella.core.data.capellamodeller.util... Loading source files for package org.polarsys.capella.core.data.cs... Loading source files for package org.polarsys.capella.core.data.cs.impl... Loading source files for package org.polarsys.capella.core.data.cs.util... Loading source files for package org.polarsys.capella.core.data.ctx... Loading source files for package org.polarsys.capella.core.data.ctx.impl... Loading source files for package org.polarsys.capella.core.data.ctx.util... Loading source files for package org.polarsys.capella.core.data.epbs... Loading source files for package org.polarsys.capella.core.data.epbs.impl... Loading source files for package org.polarsys.capella.core.data.epbs.util... Loading source files for package org.polarsys.capella.core.data.fa... Loading source files for package org.polarsys.capella.core.data.fa.impl... Loading source files for package org.polarsys.capella.core.data.fa.util... Loading source files for package org.polarsys.capella.core.data.information... Loading source files for package org.polarsys.capella.core.data.information.communication... Loading source files for package org.polarsys.capella.core.data.information.communication.impl... Loading source files for package org.polarsys.capella.core.data.information.communication.util... Loading source files for package org.polarsys.capella.core.data.information.datatype... Loading source files for package org.polarsys.capella.core.data.information.datatype.impl... Loading source files for package org.polarsys.capella.core.data.information.datatype.util... Loading source files for package org.polarsys.capella.core.data.information.datavalue... Loading source files for package org.polarsys.capella.core.data.information.datavalue.impl... Loading source files for package org.polarsys.capella.core.data.information.datavalue.util... Loading source files for package org.polarsys.capella.core.data.information.impl... Loading source files for package org.polarsys.capella.core.data.information.util... Loading source files for package org.polarsys.capella.core.data.interaction... Loading source files for package org.polarsys.capella.core.data.interaction.impl... Loading source files for package org.polarsys.capella.core.data.interaction.util... Loading source files for package org.polarsys.capella.core.data.la... Loading source files for package org.polarsys.capella.core.data.la.impl... Loading source files for package org.polarsys.capella.core.data.la.util... Loading source files for package org.polarsys.capella.core.data.oa... Loading source files for package org.polarsys.capella.core.data.oa.impl... Loading source files for package org.polarsys.capella.core.data.oa.util... Loading source files for package org.polarsys.capella.core.data.pa... Loading source files for package org.polarsys.capella.core.data.pa.deployment... Loading source files for package org.polarsys.capella.core.data.pa.deployment.impl... Loading source files for package org.polarsys.capella.core.data.pa.deployment.util... Loading source files for package org.polarsys.capella.core.data.pa.impl... Loading source files for package org.polarsys.capella.core.data.pa.util... Loading source files for package org.polarsys.capella.core.data.requirement... Loading source files for package org.polarsys.capella.core.data.requirement.impl... Loading source files for package org.polarsys.capella.core.data.requirement.util... Loading source files for package org.polarsys.capella.core.data.sharedmodel... Loading source files for package org.polarsys.capella.core.data.sharedmodel.impl... Loading source files for package org.polarsys.capella.core.data.sharedmodel.util... Loading source files for package org.polarsys.capella.common.mdsofa.common.activator... Loading source files for package org.polarsys.capella.common.mdsofa.common.adapter... Loading source files for package org.polarsys.capella.common.mdsofa.common.constant... Loading source files for package org.polarsys.capella.common.mdsofa.common.helper... Loading source files for package org.polarsys.capella.common.mdsofa.common.internal.helper... Loading source files for package org.polarsys.capella.common.mdsofa.common.listener... Loading source files for package org.polarsys.capella.common.mdsofa.common.misc... Loading source files for package org.polarsys.capella.common.data.core.gen.xmi.impl... Loading source files for package org.polarsys.capella.common.data.modellingcore... Loading source files for package org.polarsys.capella.common.data.modellingcore.impl... Loading source files for package org.polarsys.capella.common.data.modellingcore.util... Loading source files for package org.polarsys.capella.common.ef... Loading source files for package org.polarsys.capella.common.ef.command... Loading source files for package org.polarsys.capella.common.ef.domain... Loading source files for package org.polarsys.capella.common.ef.internal.command... Loading source files for package org.polarsys.capella.common.ef.internal.domain... Loading source files for package org.polarsys.capella.common.helpers... Loading source files for package org.polarsys.capella.common.helpers.operations... Loading source files for package org.polarsys.capella.common.helpers.query... Loading source files for package org.polarsys.capella.common.helpers.selection... Loading source files for package org.polarsys.capella.common.helpers.validation... Loading source files for package org.polarsys.capella.common.helpers.validation.xml... Loading source files for package org.polarsys.capella.common.bundle... Loading source files for package org.polarsys.capella.common.lib... Loading source files for package org.polarsys.capella.common.model... Loading source files for package org.polarsys.capella.common.model.copypaste... Loading source files for package org.polarsys.capella.common.model.label... Constructing Javadoc information... javadoc: warning - No source files for package null Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating ./org/polarsys/capella/common/platform/sirius/ted/DataNotifier.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/DataNotifier.java:50: error: unexpected end tag:

*

^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/DataNotifier.java:75: warning: no @param for editingDomain public DataNotifier(EditingDomain editingDomain) { ^ Generating ./org/polarsys/capella/common/platform/sirius/ted/IDerivedSemanticResourceProvider.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java:32: warning: no @param for file public IStatus checkMetadata(IFile file); ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java:32: warning: no @return public IStatus checkMetadata(IFile file); ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java:38: warning: no @param for sessionResourceURI public IStatus checkMetadata(URI sessionResourceURI, ResourceSet set); ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java:38: warning: no @param for set public IStatus checkMetadata(URI sessionResourceURI, ResourceSet set); ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java:38: warning: no @return public IStatus checkMetadata(URI sessionResourceURI, ResourceSet set); ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java:43: warning: no @param for resource public void registerMetadataResource(Resource resource, final Session session, final IProgressMonitor monitor); ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java:43: warning: no @param for session public void registerMetadataResource(Resource resource, final Session session, final IProgressMonitor monitor); ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java:43: warning: no @param for monitor public void registerMetadataResource(Resource resource, final Session session, final IProgressMonitor monitor); ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java:46: error: invalid end tag:
* Creates the AFM metadata resource
^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java:50: warning: no description for @param * @param domain ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java:51: warning: no description for @param * @param resourceURI ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java:52: warning: no description for @param * @param monitor ^ Generating ./org/polarsys/capella/common/platform/sirius/ted/Messages.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/MetadataException.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/NoMetadataException.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/PlatformSiriusTedActivator.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/SemanticCrossReferencer.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.IAdapterFactoryProvider.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.ICrossReferencerProvider.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:76: warning: no description for @return * @return ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:78: warning: no @param for editingDomain public SemanticCrossReferencer getCrossReferencer(EditingDomain editingDomain); ^ Generating ./org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.IReadOnlyDelegationHandler.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:97: warning: no description for @param * @param resource ^ Generating ./org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.ISemanticEditingDomainProviders.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:143: warning: no description for @param * @param resourceFactoryRegistry ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:144: warning: no description for @return * @return ^ Generating ./org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.ITransactionChangeRecorderProvider.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:153: warning: no description for @param * @param domain ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:154: warning: no description for @param * @param resourceSet ^ Generating ./org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.SemanticEditingDomain.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:397: warning: no description for @return * @return ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:411: error: syntax error in reference * @see DataNotifier. ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:447: error: reference not found * See explanations for {@link #enableReadOnlyTest(boolean)} method.
^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:315: warning: no description for @param * @param stack ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:317: warning: no @param for adapterFactory public SemanticEditingDomain(AdapterFactory adapterFactory, TransactionalCommandStack stack) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:324: warning: no description for @param * @param stack ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:326: warning: no @param for adapterFactory public SemanticEditingDomain(AdapterFactory adapterFactory, TransactionalCommandStack stack, ResourceSet resourceSet) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:326: warning: no @param for resourceSet public SemanticEditingDomain(AdapterFactory adapterFactory, TransactionalCommandStack stack, ResourceSet resourceSet) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:452: warning - Tag @link: can't find enableReadOnlyTest(boolean) in org.polarsys.capella.common.platform.sirius.ted.SemanticEditingDomainFactory.SemanticEditingDomain Generating ./org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.SemanticResourceSet.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:591: warning: no @param for forceResourceLoading public boolean setForceResourceLoading(boolean forceResourceLoading) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:514: error: @param name not found * @param adapter ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java:514: warning: no description for @param * @param adapter ^ Generating ./org/polarsys/capella/common/platform/sirius/ted/SiriusEditingDomainProvider.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/SiriusSessionFactory.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/SiriusSessionFactory.DerivedResourcesHelper.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/SiriusSessionFactory.SessionMetadataHelper.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SiriusSessionFactory.java:183: error: invalid end tag:
* Creates the AFM metadata resource
^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SiriusSessionFactory.java:187: warning: no description for @param * @param domain ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SiriusSessionFactory.java:188: warning: no description for @param * @param resourceURI ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SiriusSessionFactory.java:189: warning: no description for @param * @param monitor ^ Generating ./org/polarsys/capella/common/platform/sirius/ted/SiriusSessionListener.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/WrongCapellaVersionException.html... Generating ./org/polarsys/capella/common/tools/report/EmbeddedMessage.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/EmbeddedMessage.java:139: warning: no @param for info public void setInfo(String info){ ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/EmbeddedMessage.java:177: warning: no @param for target public void adapt(Object target) { ^ Generating ./org/polarsys/capella/common/tools/report/EmbeddedMessageRenderer.html... Generating ./org/polarsys/capella/common/tools/report/IReportManager.html... Generating ./org/polarsys/capella/common/tools/report/Messages.html... Generating ./org/polarsys/capella/common/tools/report/ReportManagerActivator.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/ReportManagerActivator.java:46: warning: no @return public List getAppenders() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/ReportManagerActivator.java:67: warning: no @return public List getFlushableAppenders() { ^ Generating ./org/polarsys/capella/common/tools/report/StatusRenderer.html... Generating ./org/polarsys/capella/common/tools/report/appenders/IFlushableAppenders.html... Generating ./org/polarsys/capella/common/tools/report/appenders/ReportManagerFilter.html... Generating ./org/polarsys/capella/common/tools/report/config/ReportManagerConstants.html... Generating ./org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java:82: warning: no @return public List getOutputConfiguration() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java:124: warning: no @param for source public void merge(ConfigurationInstance source) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java:37: error: bad use of '>' * <complexType> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java:38: error: bad use of '>' * <complexContent> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java:39: error: bad use of '>' * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java:40: error: bad use of '>' * <sequence> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java:41: error: bad use of '>' * <element ref="{}OutputConfiguration" maxOccurs="unbounded"/> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java:42: error: bad use of '>' * </sequence> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java:43: error: bad use of '>' * <attribute name="ComponentName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java:44: error: bad use of '>' * </restriction> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java:45: error: bad use of '>' * </complexContent> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java:46: error: bad use of '>' * </complexType> ^ Generating ./org/polarsys/capella/common/tools/report/config/persistence/CreateXmlConfiguration.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/CreateXmlConfiguration.java:59: error: @param name not found * @param map ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/CreateXmlConfiguration.java:61: warning: no description for @return * @return ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/CreateXmlConfiguration.java:64: warning: no @param for appenders public ConfigurationInstance createDefaultConfiguration(String componentName, Collection appenders) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/CreateXmlConfiguration.java:124: warning: no description for @return * @return ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/CreateXmlConfiguration.java:172: warning: no @param for file public HashMap getConfiguration(ReportConfigurationFile file) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/CreateXmlConfiguration.java:187: warning: no description for @param * @param configurationMap ^ Generating ./org/polarsys/capella/common/tools/report/config/persistence/LogLevel.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/LogLevel.java:85: warning: no @return public boolean isValue() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/LogLevel.java:93: warning: no @param for value public void setValue(boolean value) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/LogLevel.java:35: error: bad use of '>' * <complexType> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/LogLevel.java:36: error: bad use of '>' * <complexContent> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/LogLevel.java:37: error: bad use of '>' * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/LogLevel.java:38: error: bad use of '>' * <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/LogLevel.java:39: error: bad use of '>' * <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/LogLevel.java:40: error: bad use of '>' * </restriction> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/LogLevel.java:41: error: bad use of '>' * </complexContent> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/LogLevel.java:42: error: bad use of '>' * </complexType> ^ Generating ./org/polarsys/capella/common/tools/report/config/persistence/ObjectFactory.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ObjectFactory.java:53: warning: no @return public ConfigurationInstance createConfigurationInstance() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ObjectFactory.java:61: warning: no @return public LogLevel createLogLevel() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ObjectFactory.java:69: warning: no @return public OutputConfiguration createOutputConfiguration() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ObjectFactory.java:77: warning: no @return public ReportConfigurationFile createReportConfigurationFile() { ^ Generating ./org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.java:82: warning: no @return public List getLogLevel() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.java:37: error: bad use of '>' * <complexType> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.java:38: error: bad use of '>' * <complexContent> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.java:39: error: bad use of '>' * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.java:40: error: bad use of '>' * <sequence> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.java:41: error: bad use of '>' * <element ref="{}LogLevel" maxOccurs="unbounded"/> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.java:42: error: bad use of '>' * </sequence> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.java:43: error: bad use of '>' * <attribute name="outputName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.java:44: error: bad use of '>' * </restriction> ^ Generating ./org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.java:45: error: bad use of '>' * </complexContent> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.java:46: error: bad use of '>' * </complexType> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java:89: warning: no @return public List getConfigurationInstance() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java:38: error: bad use of '>' * <complexType> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java:39: error: bad use of '>' * <complexContent> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java:40: error: bad use of '>' * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java:41: error: bad use of '>' * <sequence> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java:42: error: bad use of '>' * <element ref="{}ConfigurationInstance" maxOccurs="unbounded"/> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java:43: error: bad use of '>' * </sequence> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java:44: error: bad use of '>' * <attribute name="fileFormatVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java:45: error: bad use of '>' * <attribute name="reportManagerVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java:46: error: bad use of '>' Generating ./org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.html... * </restriction> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java:47: error: bad use of '>' * </complexContent> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java:48: error: bad use of '>' * </complexType> ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:146: warning: no description for @param * @param componentName ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:175: warning: no description for @param * @param componentName ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:182: warning: no description for @param * @param componentName ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:183: warning: no description for @param * @param loggedElement ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:192: error: reference not found * @see org.polarsys.capella.common.tools.report.config.registry.IReportManagerRegistry#getComponentsList() ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:194: warning: no @return public Object[] getComponentsList() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:199: error: reference not found * @see org.polarsys.capella.common.tools.report.config.registry.IReportManagerRegistry#getComponentConfiguration(java.lang.String) ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:201: warning: no @param for componentName public ConfigurationInstance getComponentConfiguration(String componentName) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:201: warning: no @return public ConfigurationInstance getComponentConfiguration(String componentName) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:233: error: reference not found * @see org.polarsys.capella.common.tools.report.config.registry.IReportManagerRegistry#saveConfiguration() ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:244: error: reference not found * @see org.polarsys.capella.common.tools.report.config.registry.IReportManagerRegistry#getConfigurations() ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:246: warning: no @return public Map getConfigurations() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java:261: error: reference not found * @see org.polarsys.capella.common.tools.report.config.registry.IReportManagerRegistry#toString() ^ Generating ./org/polarsys/capella/common/tools/report/util/IReportManagerDefaultComponents.html... Generating ./org/polarsys/capella/common/tools/report/util/LogExt.html... Generating ./org/polarsys/capella/common/tools/report/util/ReportManagerDefaultComponents.html... Generating ./org/polarsys/capella/common/model/helpers/HelperNotFoundException.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/src/org/polarsys/capella/common/model/helpers/HelperNotFoundException.java:42: warning: no description for @param * @param message ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/src/org/polarsys/capella/common/model/helpers/HelperNotFoundException.java:33: warning: no description for @param * @param message ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/src/org/polarsys/capella/common/model/helpers/HelperNotFoundException.java:34: warning: no description for @param * @param cause ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/src/org/polarsys/capella/common/model/helpers/HelperNotFoundException.java:50: warning: no description for @param * @param cause ^ Generating ./org/polarsys/capella/common/model/helpers/IHelper.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/src/org/polarsys/capella/common/model/helpers/IHelper.java:27: warning: no description for @param * @param annotation ^ Generating ./org/polarsys/capella/common/model/helpers/IModelConstants.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/src/org/polarsys/capella/common/model/helpers/IModelConstants.java:31: error: reference not found * @see Ecore constraint annotation ("http://www.eclipse.org/emf/2002/Ecore" with "constraints" as detail key entry). ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.model.helpers/src/org/polarsys/capella/common/model/helpers/IModelConstants.java:31: error: text not allowed in
    element * @see Ecore constraint annotation ("http://www.eclipse.org/emf/2002/Ecore" with "constraints" as detail key entry). ^ Generating ./org/polarsys/capella/common/model/helpers/internal/CapellaHelperAdapterFactory.html... Generating ./org/polarsys/capella/common/model/helpers/internal/IInternalModelConstants.html... Generating ./org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:87: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:248: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:264: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:278: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:292: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:306: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:320: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:334: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:348: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:362: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:376: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:390: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:404: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:418: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:432: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:446: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:460: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:474: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:488: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:502: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:516: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:530: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:544: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:558: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:572: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:586: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:600: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:614: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:628: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:642: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:656: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:670: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:684: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:698: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:710: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:58: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityAdapterFactory.java:73: error: unknown tag: generated * @generated ^ Generating ./org/polarsys/capella/common/data/activity/util/ActivityResourceFactoryImpl.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityResourceFactoryImpl.java:39: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityResourceFactoryImpl.java:22: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityResourceFactoryImpl.java:29: error: unknown tag: generated * @generated ^ Generating ./org/polarsys/capella/common/data/activity/util/ActivityResourceImpl.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityResourceImpl.java:174: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityResourceImpl.java:40: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivityResourceImpl.java:67: error: unknown tag: generated * @generated ^ Generating ./org/polarsys/capella/common/data/activity/util/ActivitySwitch.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivitySwitch.java:381: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivitySwitch.java:396: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivitySwitch.java:411: error: unknown tag: generated * @generated ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/util/ActivitySwitch.java:426: error: unknown tag: generated * @generated ^ Generating ./org/polarsys/capella/common/data/activity/impl/AbstractActionImpl.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActionImpl.java:175: warning: no @return public AbstractConstraint basicGetLocalPrecondition() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActionImpl.java:188: warning: no @param for newLocalPrecondition public NotificationChain basicSetLocalPrecondition(AbstractConstraint newLocalPrecondition, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActionImpl.java:188: warning: no @param for msgs public NotificationChain basicSetLocalPrecondition(AbstractConstraint newLocalPrecondition, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActionImpl.java:188: warning: no @return public NotificationChain basicSetLocalPrecondition(AbstractConstraint newLocalPrecondition, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActionImpl.java:261: warning: no @return public AbstractConstraint basicGetLocalPostcondition() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActionImpl.java:274: warning: no @param for newLocalPostcondition public NotificationChain basicSetLocalPostcondition(AbstractConstraint newLocalPostcondition, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActionImpl.java:274: warning: no @param for msgs public NotificationChain basicSetLocalPostcondition(AbstractConstraint newLocalPostcondition, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActionImpl.java:274: warning: no @return public NotificationChain basicSetLocalPostcondition(AbstractConstraint newLocalPostcondition, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActionImpl.java:341: warning: no @return public AbstractType basicGetContext() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/ModelElement.java:197: warning: no @return String getFullLabel(); ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/ModelElement.java:212: warning: no @return String getLabel(); ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/ModelElement.java:226: warning: no @return boolean hasUnnamedLabel(); ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:134: warning: no @return public ActivityPartition basicGetInActivityPartition() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:193: warning: no @return public InterruptibleActivityRegion basicGetInInterruptibleRegion() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:252: warning: no @return public InterruptibleActivityRegion basicGetInStructuredNode() { ^ Generating ./org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/AcceptEventActionImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.html... /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:269: warning: no @return public ActivityPartition basicGetInActivityPartition() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:328: warning: no @return public InterruptibleActivityRegion basicGetInInterruptibleRegion() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:387: warning: no @return public StructuredActivityNode basicGetInStructuredNode() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:459: warning: no @return public ValueSpecification basicGetRate() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:472: warning: no @param for newRate public NotificationChain basicSetRate(ValueSpecification newRate, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:472: warning: no @param for msgs public NotificationChain basicSetRate(ValueSpecification newRate, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:472: warning: no @return public NotificationChain basicSetRate(ValueSpecification newRate, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:545: warning: no @return public ValueSpecification basicGetProbability() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:558: warning: no @param for newProbability public NotificationChain basicSetProbability(ValueSpecification newProbability, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:558: warning: no @param for msgs public NotificationChain basicSetProbability(ValueSpecification newProbability, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:558: warning: no @return public NotificationChain basicSetProbability(ValueSpecification newProbability, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:625: warning: no @return public ActivityNode basicGetTarget() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:678: warning: no @return public ActivityNode basicGetSource() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:737: warning: no @return public ValueSpecification basicGetGuard() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:750: warning: no @param for newGuard public NotificationChain basicSetGuard(ValueSpecification newGuard, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:750: warning: no @param for msgs public NotificationChain basicSetGuard(ValueSpecification newGuard, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:750: warning: no @return public NotificationChain basicSetGuard(ValueSpecification newGuard, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:823: warning: no @return public ValueSpecification basicGetWeight() { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:836: warning: no @param for newWeight public NotificationChain basicSetWeight(ValueSpecification newWeight, NotificationChain msgs) { ^ /home/jenkins/agent/workspace/capella-product_v1.2.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:836: warning: no @param for msgs public NotificationChain basicSetWeight(ValueSpecification newWeight, NotificationChain msgs) { ^ Generating ./org/polarsys/capella/common/data/activity/impl/ActivityExchangeImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/ActivityFactoryImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/ActivityGroupImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/ActivityPackageImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/CallActionImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/CallBehaviorActionImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/ControlFlowImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/ExceptionHandlerImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/InterruptibleActivityRegionImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/InvocationActionImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/SendSignalActionImpl.html... Generating ./org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.html... Generating ./org/polarsys/capella/common/data/activity/AbstractAction.html... Generating ./org/polarsys/capella/common/data/activity/AbstractActivity.html... Generating ./org/polarsys/capella/common/data/activity/AcceptEventAction.html... Generating ./org/polarsys/capella/common/data/activity/ActivityEdge.html... Generating ./org/polarsys/capella/common/data/activity/ActivityExchange.html... Generating ./org/polarsys/capella/common/data/activity/ActivityFactory.html... Generating ./org/polarsys/capella/common/data/activity/ActivityGroup.html... Generating ./org/polarsys/capella/common/data/activity/ActivityNode.html... Generating ./org/polarsys/capella/common/data/activity/ActivityPackage.html... Generating ./org/polarsys/capella/common/data/activity/ActivityPackage.Literals.html... Generating ./org/polarsys/capella/common/data/activity/ActivityPartition.html... Generating ./org/polarsys/capella/common/data/activity/CallAction.html... Generating ./org/polarsys/capella/common/data/activity/CallBehaviorAction.html... Generating ./org/polarsys/capella/common/data/activity/ControlFlow.html... Generating ./org/polarsys/capella/common/data/activity/ExceptionHandler.html... Generating ./org/polarsys/capella/common/data/activity/ExecutableNode.html... Generating ./org/polarsys/capella/common/data/activity/InputPin.html... Generating ./org/polarsys/capella/common/data/activity/InterruptibleActivityRegion.html... Generating ./org/polarsys/capella/common/data/activity/InvocationAction.html... Generating ./org/polarsys/capella/common/data/activity/ObjectFlow.html... Generating ./org/polarsys/capella/common/data/activity/ObjectNode.html... Generating ./org/polarsys/capella/common/data/activity/ObjectNodeKind.html... Generating ./org/polarsys/capella/common/data/activity/ObjectNodeOrderingKind.html... Generating ./org/polarsys/capella/common/data/activity/OutputPin.html... Generating ./org/polarsys/capella/common/data/activity/Pin.html... Generating ./org/polarsys/capella/common/data/activity/SendSignalAction.html... Generating ./org/polarsys/capella/common/data/activity/StructuredActivityNode.html... Generating ./org/polarsys/capella/common/data/activity/ValuePin.html... Generating ./org/polarsys/capella/common/data/behavior/impl/BehaviorFactoryImpl.html... Generating ./org/polarsys/capella/common/data/behavior/impl/BehaviorPackageImpl.html... Generating ./org/polarsys/capella/common/data/behavior/util/BehaviorAdapterFactory.html... Generating ./org/polarsys/capella/common/data/behavior/util/BehaviorResourceFactoryImpl.html... Generating ./org/polarsys/capella/common/data/behavior/util/BehaviorResourceImpl.html... Generating ./org/polarsys/capella/common/data/behavior/util/BehaviorSwitch.html... Generating ./org/polarsys/capella/common/data/behavior/AbstractBehavior.html... Generating ./org/polarsys/capella/common/data/behavior/AbstractEvent.html... Generating ./org/polarsys/capella/common/data/behavior/AbstractMessageEvent.html... Generating ./org/polarsys/capella/common/data/behavior/AbstractSignal.html... Generating ./org/polarsys/capella/common/data/behavior/AbstractSignalEvent.html... Generating ./org/polarsys/capella/common/data/behavior/AbstractTimeEvent.html... Generating ./org/polarsys/capella/common/data/behavior/BehaviorFactory.html... Generating ./org/polarsys/capella/common/data/behavior/BehaviorPackage.html... Generating ./org/polarsys/capella/common/data/behavior/BehaviorPackage.Literals.html... Generating ./org/polarsys/capella/common/data/behavior/TimeExpression.html... Generating ./org/polarsys/capella/common/MdeCommonActivator.html... Generating ./org/polarsys/capella/common/activator/AbstractCommonActivator.html... Generating ./org/polarsys/capella/common/application/ArgumentsHelper.html... Generating ./org/polarsys/capella/common/application/CommonArgumentsConstants.html... Generating ./org/polarsys/capella/common/helpers/EcoreUtil2.html... Generating ./org/polarsys/capella/common/helpers/EObjectCouple.html... Generating ./org/polarsys/capella/common/helpers/EObjectExt.html... Generating ./org/polarsys/capella/common/helpers/EObjectLabelProviderHelper.html... Generating ./org/polarsys/capella/common/helpers/ExtensionPriorityComparator.html... Generating ./org/polarsys/capella/common/helpers/FileHelper2.html... Generating ./org/polarsys/capella/common/helpers/HelperPlugin.html... Generating ./org/polarsys/capella/common/helpers/ICommonConstants2.html... Generating ./org/polarsys/capella/common/helpers/IUserEnforcedHelper2.html... Generating ./org/polarsys/capella/common/helpers/NotificationAnalysis.html... Generating ./org/polarsys/capella/common/helpers/SimpleOrientedGraph.html... Generating ./org/polarsys/capella/common/helpers/StringExt.html... Generating ./org/polarsys/capella/common/helpers/TransactionHelper.html... Generating ./org/polarsys/capella/common/helpers/argumentparser/ArgumentAnalyzer.html... Generating ./org/polarsys/capella/common/helpers/argumentparser/ArgumentAnalyzerException.html... Generating ./org/polarsys/capella/common/helpers/argumentparser/BasicArgumentAnalyzer.html... Generating ./org/polarsys/capella/common/helpers/argumentparser/Flag.html... Generating ./org/polarsys/capella/common/helpers/argumentparser/IArgumentAnalyzerConstant.html... Generating ./org/polarsys/capella/common/helpers/argumentparser/Messages.html... Generating ./org/polarsys/capella/common/helpers/export/AbstractExporter.html... Generating ./org/polarsys/capella/common/helpers/export/CSVExporter.html... Generating ./org/polarsys/capella/common/helpers/export/DataExporter.html... Generating ./org/polarsys/capella/common/helpers/export/ExportMessages.html... Generating ./org/polarsys/capella/common/helpers/export/IExporterProvider.html... Generating ./org/polarsys/capella/common/helpers/export/IFileExtensionConstants.html... Generating ./org/polarsys/capella/common/helpers/export/TXTExporter.html... Generating ./org/polarsys/capella/common/helpers/export/utils/CSVWriter.html... Generating ./org/polarsys/capella/common/helpers/export/utils/CSVWriterMessages.html... Generating ./org/polarsys/capella/common/helpers/export/utils/ITextConstants.html... Generating ./org/polarsys/capella/common/helpers/query/EObjectTypeCondition.html... Generating ./org/polarsys/capella/common/helpers/query/GetAllQueries.html... Generating ./org/polarsys/capella/common/helpers/query/IGetAllQueries.html... Generating ./org/polarsys/capella/common/helpers/query/IMDEQueries.html... Generating ./org/polarsys/capella/common/helpers/query/IQuery.html... Generating ./org/polarsys/capella/common/helpers/query/MDEQueries.html... Generating ./org/polarsys/capella/common/helpers/transaction/ContainmentTreeListener.html... Generating ./org/polarsys/capella/common/utils/RunnableWithBooleanResult.html... Generating ./org/polarsys/capella/common/utils/graph/BasicDirectedGraph.html... Generating ./org/polarsys/capella/common/utils/graph/CycleDetectionUtils.html... Generating ./org/polarsys/capella/common/utils/graph/IDirectedGraph.html... Generating ./org/polarsys/capella/common/utils/graph/SCCSearch.html... Generating ./org/polarsys/capella/core/data/capellacommon/AbstractCapabilityPkg.html... Generating ./org/polarsys/capella/core/data/capellacommon/AbstractState.html... Generating ./org/polarsys/capella/core/data/capellacommon/AbstractStateRealization.html... Generating ./org/polarsys/capella/core/data/capellacommon/CapabilityRealizationInvolvedElement.html... Generating ./org/polarsys/capella/core/data/capellacommon/CapabilityRealizationInvolvement.html... Generating ./org/polarsys/capella/core/data/capellacommon/CapellacommonFactory.html... Generating ./org/polarsys/capella/core/data/capellacommon/CapellacommonPackage.html... Generating ./org/polarsys/capella/core/data/capellacommon/CapellacommonPackage.Literals.html... Generating ./org/polarsys/capella/core/data/capellacommon/ChangeEvent.html... Generating ./org/polarsys/capella/core/data/capellacommon/ChangeEventKind.html... Generating ./org/polarsys/capella/core/data/capellacommon/ChoicePseudoState.html... Generating ./org/polarsys/capella/core/data/capellacommon/DeepHistoryPseudoState.html... Generating ./org/polarsys/capella/core/data/capellacommon/EntryPointPseudoState.html... Generating ./org/polarsys/capella/core/data/capellacommon/ExitPointPseudoState.html... Generating ./org/polarsys/capella/core/data/capellacommon/FinalState.html... Generating ./org/polarsys/capella/core/data/capellacommon/ForkPseudoState.html... Generating ./org/polarsys/capella/core/data/capellacommon/GenericTrace.html... Generating ./org/polarsys/capella/core/data/capellacommon/InitialPseudoState.html... Generating ./org/polarsys/capella/core/data/capellacommon/JoinPseudoState.html... Generating ./org/polarsys/capella/core/data/capellacommon/JustificationLink.html... Generating ./org/polarsys/capella/core/data/capellacommon/Mode.html... Generating ./org/polarsys/capella/core/data/capellacommon/Pseudostate.html... Generating ./org/polarsys/capella/core/data/capellacommon/Region.html... Generating ./org/polarsys/capella/core/data/capellacommon/ShallowHistoryPseudoState.html... Generating ./org/polarsys/capella/core/data/capellacommon/State.html... Generating ./org/polarsys/capella/core/data/capellacommon/StateEvent.html... Generating ./org/polarsys/capella/core/data/capellacommon/StateEventRealization.html... Generating ./org/polarsys/capella/core/data/capellacommon/StateMachine.html... Generating ./org/polarsys/capella/core/data/capellacommon/StateTransition.html... Generating ./org/polarsys/capella/core/data/capellacommon/StateTransitionRealization.html... Generating ./org/polarsys/capella/core/data/capellacommon/TerminatePseudoState.html... Generating ./org/polarsys/capella/core/data/capellacommon/TimeEvent.html... Generating ./org/polarsys/capella/core/data/capellacommon/TimeEventKind.html... Generating ./org/polarsys/capella/core/data/capellacommon/TransfoLink.html... Generating ./org/polarsys/capella/core/data/capellacommon/TransitionKind.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/CapellacommonFactoryImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/CapellacommonPackageImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/ChangeEventImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/ChoicePseudoStateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/DeepHistoryPseudoStateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/EntryPointPseudoStateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/ExitPointPseudoStateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/FinalStateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/ForkPseudoStateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/InitialPseudoStateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/JoinPseudoStateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/JustificationLinkImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/ModeImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/PseudostateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/RegionImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/ShallowHistoryPseudoStateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/StateEventImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/StateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/TerminatePseudoStateImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/TimeEventImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/TransfoLinkImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/util/CapellacommonAdapterFactory.html... Generating ./org/polarsys/capella/core/data/capellacommon/util/CapellacommonResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/util/CapellacommonResourceImpl.html... Generating ./org/polarsys/capella/core/data/capellacommon/util/CapellacommonSwitch.html... Generating ./org/polarsys/capella/core/data/capellacore/AbstractAnnotation.html... Generating ./org/polarsys/capella/core/data/capellacore/AbstractDependenciesPkg.html... Generating ./org/polarsys/capella/core/data/capellacore/AbstractExchangeItemPkg.html... Generating ./org/polarsys/capella/core/data/capellacore/AbstractModellingStructure.html... Generating ./org/polarsys/capella/core/data/capellacore/AbstractPropertyValue.html... Generating ./org/polarsys/capella/core/data/capellacore/Allocation.html... Generating ./org/polarsys/capella/core/data/capellacore/BooleanPropertyValue.html... Generating ./org/polarsys/capella/core/data/capellacore/CapellacoreFactory.html... Generating ./org/polarsys/capella/core/data/capellacore/CapellacorePackage.html... Generating ./org/polarsys/capella/core/data/capellacore/CapellacorePackage.Literals.html... Generating ./org/polarsys/capella/core/data/capellacore/CapellaElement.html... Generating ./org/polarsys/capella/core/data/capellacore/Classifier.html... Generating ./org/polarsys/capella/core/data/capellacore/Constraint.html... Generating ./org/polarsys/capella/core/data/capellacore/EnumerationPropertyLiteral.html... Generating ./org/polarsys/capella/core/data/capellacore/EnumerationPropertyType.html... Generating ./org/polarsys/capella/core/data/capellacore/EnumerationPropertyValue.html... Generating ./org/polarsys/capella/core/data/capellacore/Feature.html... Generating ./org/polarsys/capella/core/data/capellacore/FloatPropertyValue.html... Generating ./org/polarsys/capella/core/data/capellacore/GeneralClass.html... Generating ./org/polarsys/capella/core/data/capellacore/GeneralizableElement.html... Generating ./org/polarsys/capella/core/data/capellacore/Generalization.html... Generating ./org/polarsys/capella/core/data/capellacore/IntegerPropertyValue.html... Generating ./org/polarsys/capella/core/data/capellacore/InvolvedElement.html... Generating ./org/polarsys/capella/core/data/capellacore/Involvement.html... Generating ./org/polarsys/capella/core/data/capellacore/InvolverElement.html... Generating ./org/polarsys/capella/core/data/capellacore/KeyValue.html... Generating ./org/polarsys/capella/core/data/capellacore/ModellingArchitecture.html... Generating ./org/polarsys/capella/core/data/capellacore/ModellingArchitecturePkg.html... Generating ./org/polarsys/capella/core/data/capellacore/ModellingBlock.html... Generating ./org/polarsys/capella/core/data/capellacore/NamedElement.html... Generating ./org/polarsys/capella/core/data/capellacore/NamedRelationship.html... Generating ./org/polarsys/capella/core/data/capellacore/Namespace.html... Generating ./org/polarsys/capella/core/data/capellacore/NamingRule.html... Generating ./org/polarsys/capella/core/data/capellacore/PropertyValueGroup.html... Generating ./org/polarsys/capella/core/data/capellacore/PropertyValuePkg.html... Generating ./org/polarsys/capella/core/data/capellacore/Relationship.html... Generating ./org/polarsys/capella/core/data/capellacore/ReuseableStructure.html... Generating ./org/polarsys/capella/core/data/capellacore/ReuseLink.html... Generating ./org/polarsys/capella/core/data/capellacore/ReuserStructure.html... Generating ./org/polarsys/capella/core/data/capellacore/StringPropertyValue.html... Generating ./org/polarsys/capella/core/data/capellacore/Structure.html... Generating ./org/polarsys/capella/core/data/capellacore/Trace.html... Generating ./org/polarsys/capella/core/data/capellacore/Type.html... Generating ./org/polarsys/capella/core/data/capellacore/TypedElement.html... Generating ./org/polarsys/capella/core/data/capellacore/VisibilityKind.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/AbstractPropertyValueImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/AllocationImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/BooleanPropertyValueImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/CapellacoreFactoryImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/CapellacorePackageImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/ClassifierImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/ConstraintImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/EnumerationPropertyLiteralImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/EnumerationPropertyTypeImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/EnumerationPropertyValueImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/FloatPropertyValueImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/GeneralizationImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/IntegerPropertyValueImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/ReuseLinkImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/StringPropertyValueImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/TraceImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/TypeImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/util/CapellacoreAdapterFactory.html... Generating ./org/polarsys/capella/core/data/capellacore/util/CapellacoreResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/util/CapellacoreResourceImpl.html... Generating ./org/polarsys/capella/core/data/capellacore/util/CapellacoreSwitch.html... Generating ./org/polarsys/capella/core/data/capellamodeller/CapellamodellerFactory.html... Generating ./org/polarsys/capella/core/data/capellamodeller/CapellamodellerPackage.html... Generating ./org/polarsys/capella/core/data/capellamodeller/CapellamodellerPackage.Literals.html... Generating ./org/polarsys/capella/core/data/capellamodeller/Folder.html... Generating ./org/polarsys/capella/core/data/capellamodeller/Library.html... Generating ./org/polarsys/capella/core/data/capellamodeller/ModelRoot.html... Generating ./org/polarsys/capella/core/data/capellamodeller/Project.html... Generating ./org/polarsys/capella/core/data/capellamodeller/SystemEngineering.html... Generating ./org/polarsys/capella/core/data/capellamodeller/SystemEngineeringPkg.html... Generating ./org/polarsys/capella/core/data/capellamodeller/impl/CapellamodellerFactoryImpl.html... Generating ./org/polarsys/capella/core/data/capellamodeller/impl/CapellamodellerPackageImpl.html... Generating ./org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.html... Generating ./org/polarsys/capella/core/data/capellamodeller/impl/LibraryImpl.html... Generating ./org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.html... Generating ./org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.html... Generating ./org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.html... Generating ./org/polarsys/capella/core/data/capellamodeller/util/CapellamodellerAdapterFactory.html... Generating ./org/polarsys/capella/core/data/capellamodeller/util/CapellamodellerResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/capellamodeller/util/CapellamodellerResourceImpl.html... Generating ./org/polarsys/capella/core/data/capellamodeller/util/CapellamodellerSwitch.html... Generating ./org/polarsys/capella/core/data/cs/AbstractActor.html... Generating ./org/polarsys/capella/core/data/cs/AbstractDeploymentLink.html... Generating ./org/polarsys/capella/core/data/cs/AbstractPathInvolvedElement.html... Generating ./org/polarsys/capella/core/data/cs/AbstractPhysicalArtifact.html... Generating ./org/polarsys/capella/core/data/cs/AbstractPhysicalLinkEnd.html... Generating ./org/polarsys/capella/core/data/cs/AbstractPhysicalPathLink.html... Generating ./org/polarsys/capella/core/data/cs/ActorCapabilityRealizationInvolvement.html... Generating ./org/polarsys/capella/core/data/cs/ArchitectureAllocation.html... Generating ./org/polarsys/capella/core/data/cs/Block.html... Generating ./org/polarsys/capella/core/data/cs/BlockArchitecture.html... Generating ./org/polarsys/capella/core/data/cs/BlockArchitecturePkg.html... Generating ./org/polarsys/capella/core/data/cs/Component.html... Generating ./org/polarsys/capella/core/data/cs/ComponentAllocation.html... Generating ./org/polarsys/capella/core/data/cs/ComponentArchitecture.html... Generating ./org/polarsys/capella/core/data/cs/ComponentContext.html... Generating ./org/polarsys/capella/core/data/cs/CsFactory.html... Generating ./org/polarsys/capella/core/data/cs/CsPackage.html... Generating ./org/polarsys/capella/core/data/cs/CsPackage.Literals.html... Generating ./org/polarsys/capella/core/data/cs/DeployableElement.html... Generating ./org/polarsys/capella/core/data/cs/DeploymentTarget.html... Generating ./org/polarsys/capella/core/data/cs/ExchangeItemAllocation.html... Generating ./org/polarsys/capella/core/data/cs/Interface.html... Generating ./org/polarsys/capella/core/data/cs/InterfaceAllocation.html... Generating ./org/polarsys/capella/core/data/cs/InterfaceAllocator.html... Generating ./org/polarsys/capella/core/data/cs/InterfaceImplementation.html... Generating ./org/polarsys/capella/core/data/cs/InterfacePkg.html... Generating ./org/polarsys/capella/core/data/cs/InterfaceUse.html... Generating ./org/polarsys/capella/core/data/cs/Part.html... Generating ./org/polarsys/capella/core/data/cs/PhysicalLink.html... Generating ./org/polarsys/capella/core/data/cs/PhysicalLinkCategory.html... Generating ./org/polarsys/capella/core/data/cs/PhysicalLinkEnd.html... Generating ./org/polarsys/capella/core/data/cs/PhysicalLinkRealization.html... Generating ./org/polarsys/capella/core/data/cs/PhysicalPath.html... Generating ./org/polarsys/capella/core/data/cs/PhysicalPathInvolvement.html... Generating ./org/polarsys/capella/core/data/cs/PhysicalPathRealization.html... Generating ./org/polarsys/capella/core/data/cs/PhysicalPathReference.html... Generating ./org/polarsys/capella/core/data/cs/PhysicalPort.html... Generating ./org/polarsys/capella/core/data/cs/PhysicalPortRealization.html... Generating ./org/polarsys/capella/core/data/cs/ProvidedInterfaceLink.html... Generating ./org/polarsys/capella/core/data/cs/RequiredInterfaceLink.html... Generating ./org/polarsys/capella/core/data/cs/SystemComponent.html... Generating ./org/polarsys/capella/core/data/cs/SystemComponentCapabilityRealizationInvolvement.html... Generating ./org/polarsys/capella/core/data/cs/impl/AbstractActorImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/AbstractDeploymentLinkImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/AbstractPhysicalPathLinkImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/ActorCapabilityRealizationInvolvementImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/BlockImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/ComponentAllocationImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/ComponentArchitectureImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/ComponentContextImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/ComponentImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/CsFactoryImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/CsPackageImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/DeployableElementImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/DeploymentTargetImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/InterfaceImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/InterfaceImplementationImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/InterfacePkgImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/InterfaceUseImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/PartImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/PhysicalLinkCategoryImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/PhysicalLinkEndImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/PhysicalLinkRealizationImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/PhysicalPathRealizationImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/PhysicalPathReferenceImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/PhysicalPortRealizationImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/ProvidedInterfaceLinkImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/RequiredInterfaceLinkImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/SystemComponentCapabilityRealizationInvolvementImpl.html... Generating ./org/polarsys/capella/core/data/cs/impl/SystemComponentImpl.html... Generating ./org/polarsys/capella/core/data/cs/util/CsAdapterFactory.html... Generating ./org/polarsys/capella/core/data/cs/util/CsResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/cs/util/CsResourceImpl.html... Generating ./org/polarsys/capella/core/data/cs/util/CsSwitch.html... Generating ./org/polarsys/capella/core/data/ctx/Actor.html... Generating ./org/polarsys/capella/core/data/ctx/ActorCapabilityInvolvement.html... Generating ./org/polarsys/capella/core/data/ctx/ActorMissionInvolvement.html... Generating ./org/polarsys/capella/core/data/ctx/ActorPkg.html... Generating ./org/polarsys/capella/core/data/ctx/Capability.html... Generating ./org/polarsys/capella/core/data/ctx/CapabilityExploitation.html... Generating ./org/polarsys/capella/core/data/ctx/CapabilityPkg.html... Generating ./org/polarsys/capella/core/data/ctx/CtxFactory.html... Generating ./org/polarsys/capella/core/data/ctx/CtxPackage.html... Generating ./org/polarsys/capella/core/data/ctx/CtxPackage.Literals.html... Generating ./org/polarsys/capella/core/data/ctx/Mission.html... Generating ./org/polarsys/capella/core/data/ctx/MissionPkg.html... Generating ./org/polarsys/capella/core/data/ctx/OperationalActorRealization.html... Generating ./org/polarsys/capella/core/data/ctx/OperationalAnalysisRealization.html... Generating ./org/polarsys/capella/core/data/ctx/OperationalEntityRealization.html... Generating ./org/polarsys/capella/core/data/ctx/System.html... Generating ./org/polarsys/capella/core/data/ctx/SystemAnalysis.html... Generating ./org/polarsys/capella/core/data/ctx/SystemCapabilityInvolvement.html... Generating ./org/polarsys/capella/core/data/ctx/SystemCommunication.html... Generating ./org/polarsys/capella/core/data/ctx/SystemCommunicationHook.html... Generating ./org/polarsys/capella/core/data/ctx/SystemContext.html... Generating ./org/polarsys/capella/core/data/ctx/SystemFunction.html... Generating ./org/polarsys/capella/core/data/ctx/SystemFunctionPkg.html... Generating ./org/polarsys/capella/core/data/ctx/SystemMissionInvolvement.html... Generating ./org/polarsys/capella/core/data/ctx/impl/ActorCapabilityInvolvementImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/ActorImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/ActorMissionInvolvementImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/ActorPkgImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/CapabilityExploitationImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/CapabilityPkgImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/CtxFactoryImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/CtxPackageImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/MissionImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/OperationalActorRealizationImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/OperationalAnalysisRealizationImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/OperationalEntityRealizationImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/SystemCapabilityInvolvementImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/SystemCommunicationHookImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/SystemCommunicationImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/SystemContextImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/SystemFunctionPkgImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/SystemImpl.html... Generating ./org/polarsys/capella/core/data/ctx/impl/SystemMissionInvolvementImpl.html... Generating ./org/polarsys/capella/core/data/ctx/util/CtxAdapterFactory.html... Generating ./org/polarsys/capella/core/data/ctx/util/CtxResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/ctx/util/CtxResourceImpl.html... Generating ./org/polarsys/capella/core/data/ctx/util/CtxSwitch.html... Generating ./org/polarsys/capella/core/data/epbs/ConfigurationItem.html... Generating ./org/polarsys/capella/core/data/epbs/ConfigurationItemKind.html... Generating ./org/polarsys/capella/core/data/epbs/ConfigurationItemPkg.html... Generating ./org/polarsys/capella/core/data/epbs/EPBSArchitecture.html... Generating ./org/polarsys/capella/core/data/epbs/EPBSArchitecturePkg.html... Generating ./org/polarsys/capella/core/data/epbs/EPBSContext.html... Generating ./org/polarsys/capella/core/data/epbs/EpbsFactory.html... Generating ./org/polarsys/capella/core/data/epbs/EpbsPackage.html... Generating ./org/polarsys/capella/core/data/epbs/EpbsPackage.Literals.html... Generating ./org/polarsys/capella/core/data/epbs/PhysicalArchitectureRealization.html... Generating ./org/polarsys/capella/core/data/epbs/PhysicalArtifactRealization.html... Generating ./org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.html... Generating ./org/polarsys/capella/core/data/epbs/impl/ConfigurationItemPkgImpl.html... Generating ./org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.html... Generating ./org/polarsys/capella/core/data/epbs/impl/EPBSArchitecturePkgImpl.html... Generating ./org/polarsys/capella/core/data/epbs/impl/EPBSContextImpl.html... Generating ./org/polarsys/capella/core/data/epbs/impl/EpbsFactoryImpl.html... Generating ./org/polarsys/capella/core/data/epbs/impl/EpbsPackageImpl.html... Generating ./org/polarsys/capella/core/data/epbs/impl/PhysicalArchitectureRealizationImpl.html... Generating ./org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.html... Generating ./org/polarsys/capella/core/data/epbs/util/EpbsAdapterFactory.html... Generating ./org/polarsys/capella/core/data/epbs/util/EpbsResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/epbs/util/EpbsResourceImpl.html... Generating ./org/polarsys/capella/core/data/epbs/util/EpbsSwitch.html... Generating ./org/polarsys/capella/core/data/fa/AbstractFunction.html... Generating ./org/polarsys/capella/core/data/fa/AbstractFunctionalArchitecture.html... Generating ./org/polarsys/capella/core/data/fa/AbstractFunctionalBlock.html... Generating ./org/polarsys/capella/core/data/fa/AbstractFunctionalChainContainer.html... Generating ./org/polarsys/capella/core/data/fa/AbstractFunctionAllocation.html... Generating ./org/polarsys/capella/core/data/fa/AbstractFunctionalStructure.html... Generating ./org/polarsys/capella/core/data/fa/ComponentExchange.html... Generating ./org/polarsys/capella/core/data/fa/ComponentExchangeAllocation.html... Generating ./org/polarsys/capella/core/data/fa/ComponentExchangeAllocator.html... Generating ./org/polarsys/capella/core/data/fa/ComponentExchangeCategory.html... Generating ./org/polarsys/capella/core/data/fa/ComponentExchangeEnd.html... Generating ./org/polarsys/capella/core/data/fa/ComponentExchangeFunctionalExchangeAllocation.html... Generating ./org/polarsys/capella/core/data/fa/ComponentExchangeKind.html... Generating ./org/polarsys/capella/core/data/fa/ComponentExchangeRealization.html... Generating ./org/polarsys/capella/core/data/fa/ComponentFunctionalAllocation.html... Generating ./org/polarsys/capella/core/data/fa/ComponentPort.html... Generating ./org/polarsys/capella/core/data/fa/ComponentPortAllocation.html... Generating ./org/polarsys/capella/core/data/fa/ComponentPortAllocationEnd.html... Generating ./org/polarsys/capella/core/data/fa/ComponentPortKind.html... Generating ./org/polarsys/capella/core/data/fa/ExchangeCategory.html... Generating ./org/polarsys/capella/core/data/fa/ExchangeContainment.html... Generating ./org/polarsys/capella/core/data/fa/ExchangeLink.html... Generating ./org/polarsys/capella/core/data/fa/ExchangeSpecification.html... Generating ./org/polarsys/capella/core/data/fa/ExchangeSpecificationRealization.html... Generating ./org/polarsys/capella/core/data/fa/FaFactory.html... Generating ./org/polarsys/capella/core/data/fa/FaPackage.html... Generating ./org/polarsys/capella/core/data/fa/FaPackage.Literals.html... Generating ./org/polarsys/capella/core/data/fa/FunctionalChain.html... Generating ./org/polarsys/capella/core/data/fa/FunctionalChainInvolvement.html... Generating ./org/polarsys/capella/core/data/fa/FunctionalChainKind.html... Generating ./org/polarsys/capella/core/data/fa/FunctionalChainRealization.html... Generating ./org/polarsys/capella/core/data/fa/FunctionalChainReference.html... Generating ./org/polarsys/capella/core/data/fa/FunctionalExchange.html... Generating ./org/polarsys/capella/core/data/fa/FunctionalExchangeRealization.html... Generating ./org/polarsys/capella/core/data/fa/FunctionalExchangeSpecification.html... Generating ./org/polarsys/capella/core/data/fa/FunctionInputPort.html... Generating ./org/polarsys/capella/core/data/fa/FunctionKind.html... Generating ./org/polarsys/capella/core/data/fa/FunctionOutputPort.html... Generating ./org/polarsys/capella/core/data/fa/FunctionPkg.html... Generating ./org/polarsys/capella/core/data/fa/FunctionPort.html... Generating ./org/polarsys/capella/core/data/fa/FunctionRealization.html... Generating ./org/polarsys/capella/core/data/fa/FunctionSpecification.html... Generating ./org/polarsys/capella/core/data/fa/OrientationPortKind.html... Generating ./org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/AbstractFunctionalStructureImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocatorImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ComponentExchangeCategoryImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ExchangeCategoryImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ExchangeContainmentImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ExchangeLinkImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FaFactoryImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FaPackageImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionalChainRealizationImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionalChainReferenceImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionalExchangeSpecificationImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.html... Generating ./org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.html... Generating ./org/polarsys/capella/core/data/fa/util/FaAdapterFactory.html... Generating ./org/polarsys/capella/core/data/fa/util/FaResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/fa/util/FaResourceImpl.html... Generating ./org/polarsys/capella/core/data/fa/util/FaSwitch.html... Generating ./org/polarsys/capella/core/data/information/AbstractCollectionValue.html... Generating ./org/polarsys/capella/core/data/information/AbstractEventOperation.html... Generating ./org/polarsys/capella/core/data/information/AbstractInstance.html... Generating ./org/polarsys/capella/core/data/information/AggregationKind.html... Generating ./org/polarsys/capella/core/data/information/Association.html... Generating ./org/polarsys/capella/core/data/information/AssociationPkg.html... Generating ./org/polarsys/capella/core/data/information/Class.html... Generating ./org/polarsys/capella/core/data/information/Collection.html... Generating ./org/polarsys/capella/core/data/information/CollectionKind.html... Generating ./org/polarsys/capella/core/data/information/CollectionValue.html... Generating ./org/polarsys/capella/core/data/information/CollectionValueReference.html... Generating ./org/polarsys/capella/core/data/information/DataPkg.html... Generating ./org/polarsys/capella/core/data/information/DomainElement.html... Generating ./org/polarsys/capella/core/data/information/ElementKind.html... Generating ./org/polarsys/capella/core/data/information/ExchangeItem.html... Generating ./org/polarsys/capella/core/data/information/ExchangeItemElement.html... Generating ./org/polarsys/capella/core/data/information/ExchangeItemInstance.html... Generating ./org/polarsys/capella/core/data/information/ExchangeItemRealization.html... Generating ./org/polarsys/capella/core/data/information/ExchangeMechanism.html... Generating ./org/polarsys/capella/core/data/information/InformationFactory.html... Generating ./org/polarsys/capella/core/data/information/InformationPackage.html... Generating ./org/polarsys/capella/core/data/information/InformationPackage.Literals.html... Generating ./org/polarsys/capella/core/data/information/InformationRealization.html... Generating ./org/polarsys/capella/core/data/information/KeyPart.html... Generating ./org/polarsys/capella/core/data/information/MultiplicityElement.html... Generating ./org/polarsys/capella/core/data/information/Operation.html... Generating ./org/polarsys/capella/core/data/information/OperationAllocation.html... Generating ./org/polarsys/capella/core/data/information/Parameter.html... Generating ./org/polarsys/capella/core/data/information/ParameterDirection.html... Generating ./org/polarsys/capella/core/data/information/Partition.html... Generating ./org/polarsys/capella/core/data/information/PartitionableElement.html... Generating ./org/polarsys/capella/core/data/information/PassingMode.html... Generating ./org/polarsys/capella/core/data/information/Port.html... Generating ./org/polarsys/capella/core/data/information/PortAllocation.html... Generating ./org/polarsys/capella/core/data/information/PortRealization.html... Generating ./org/polarsys/capella/core/data/information/Property.html... Generating ./org/polarsys/capella/core/data/information/Service.html... Generating ./org/polarsys/capella/core/data/information/SynchronismKind.html... Generating ./org/polarsys/capella/core/data/information/Union.html... Generating ./org/polarsys/capella/core/data/information/UnionKind.html... Generating ./org/polarsys/capella/core/data/information/UnionProperty.html... Generating ./org/polarsys/capella/core/data/information/Unit.html... Generating ./org/polarsys/capella/core/data/information/communication/CommunicationFactory.html... Generating ./org/polarsys/capella/core/data/information/communication/CommunicationItem.html... Generating ./org/polarsys/capella/core/data/information/communication/CommunicationLink.html... Generating ./org/polarsys/capella/core/data/information/communication/CommunicationLinkExchanger.html... Generating ./org/polarsys/capella/core/data/information/communication/CommunicationLinkKind.html... Generating ./org/polarsys/capella/core/data/information/communication/CommunicationLinkProtocol.html... Generating ./org/polarsys/capella/core/data/information/communication/CommunicationPackage.html... Generating ./org/polarsys/capella/core/data/information/communication/CommunicationPackage.Literals.html... Generating ./org/polarsys/capella/core/data/information/communication/Exception.html... Generating ./org/polarsys/capella/core/data/information/communication/Message.html... Generating ./org/polarsys/capella/core/data/information/communication/MessageReference.html... Generating ./org/polarsys/capella/core/data/information/communication/MessageReferencePkg.html... Generating ./org/polarsys/capella/core/data/information/communication/Signal.html... Generating ./org/polarsys/capella/core/data/information/communication/SignalInstance.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/CommunicationFactoryImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/CommunicationItemImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/CommunicationPackageImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/ExceptionImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/MessageImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/MessageReferenceImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/SignalImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/SignalInstanceImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/util/CommunicationAdapterFactory.html... Generating ./org/polarsys/capella/core/data/information/communication/util/CommunicationResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/util/CommunicationResourceImpl.html... Generating ./org/polarsys/capella/core/data/information/communication/util/CommunicationSwitch.html... Generating ./org/polarsys/capella/core/data/information/datatype/BooleanType.html... Generating ./org/polarsys/capella/core/data/information/datatype/DataType.html... Generating ./org/polarsys/capella/core/data/information/datatype/DatatypeFactory.html... Generating ./org/polarsys/capella/core/data/information/datatype/DatatypePackage.html... Generating ./org/polarsys/capella/core/data/information/datatype/DatatypePackage.Literals.html... Generating ./org/polarsys/capella/core/data/information/datatype/Enumeration.html... Generating ./org/polarsys/capella/core/data/information/datatype/NumericType.html... Generating ./org/polarsys/capella/core/data/information/datatype/NumericTypeKind.html... Generating ./org/polarsys/capella/core/data/information/datatype/PhysicalQuantity.html... Generating ./org/polarsys/capella/core/data/information/datatype/StringType.html... Generating ./org/polarsys/capella/core/data/information/datatype/impl/BooleanTypeImpl.html... Generating ./org/polarsys/capella/core/data/information/datatype/impl/DatatypeFactoryImpl.html... Generating ./org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.html... Generating ./org/polarsys/capella/core/data/information/datatype/impl/DatatypePackageImpl.html... Generating ./org/polarsys/capella/core/data/information/datatype/impl/EnumerationImpl.html... Generating ./org/polarsys/capella/core/data/information/datatype/impl/NumericTypeImpl.html... Generating ./org/polarsys/capella/core/data/information/datatype/impl/PhysicalQuantityImpl.html... Generating ./org/polarsys/capella/core/data/information/datatype/impl/StringTypeImpl.html... Generating ./org/polarsys/capella/core/data/information/datatype/util/DatatypeAdapterFactory.html... Generating ./org/polarsys/capella/core/data/information/datatype/util/DatatypeResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/information/datatype/util/DatatypeResourceImpl.html... Generating ./org/polarsys/capella/core/data/information/datatype/util/DatatypeSwitch.html... Generating ./org/polarsys/capella/core/data/information/datavalue/AbstractBooleanValue.html... Generating ./org/polarsys/capella/core/data/information/datavalue/AbstractComplexValue.html... Generating ./org/polarsys/capella/core/data/information/datavalue/AbstractEnumerationValue.html... Generating ./org/polarsys/capella/core/data/information/datavalue/AbstractExpressionValue.html... Generating ./org/polarsys/capella/core/data/information/datavalue/AbstractStringValue.html... Generating ./org/polarsys/capella/core/data/information/datavalue/BinaryExpression.html... Generating ./org/polarsys/capella/core/data/information/datavalue/BinaryOperator.html... Generating ./org/polarsys/capella/core/data/information/datavalue/BooleanReference.html... Generating ./org/polarsys/capella/core/data/information/datavalue/ComplexValue.html... Generating ./org/polarsys/capella/core/data/information/datavalue/ComplexValueReference.html... Generating ./org/polarsys/capella/core/data/information/datavalue/DataValue.html... Generating ./org/polarsys/capella/core/data/information/datavalue/DataValueContainer.html... Generating ./org/polarsys/capella/core/data/information/datavalue/DatavalueFactory.html... Generating ./org/polarsys/capella/core/data/information/datavalue/DatavaluePackage.html... Generating ./org/polarsys/capella/core/data/information/datavalue/DatavaluePackage.Literals.html... Generating ./org/polarsys/capella/core/data/information/datavalue/EnumerationLiteral.html... Generating ./org/polarsys/capella/core/data/information/datavalue/EnumerationReference.html... Generating ./org/polarsys/capella/core/data/information/datavalue/LiteralBooleanValue.html... Generating ./org/polarsys/capella/core/data/information/datavalue/LiteralNumericValue.html... Generating ./org/polarsys/capella/core/data/information/datavalue/LiteralStringValue.html... Generating ./org/polarsys/capella/core/data/information/datavalue/NumericReference.html... Generating ./org/polarsys/capella/core/data/information/datavalue/NumericValue.html... Generating ./org/polarsys/capella/core/data/information/datavalue/OpaqueExpression.html... Generating ./org/polarsys/capella/core/data/information/datavalue/StringReference.html... Generating ./org/polarsys/capella/core/data/information/datavalue/UnaryExpression.html... Generating ./org/polarsys/capella/core/data/information/datavalue/UnaryOperator.html... Generating ./org/polarsys/capella/core/data/information/datavalue/ValuePart.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/AbstractBooleanValueImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/AbstractComplexValueImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/AbstractEnumerationValueImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/AbstractStringValueImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/BinaryExpressionImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/BooleanReferenceImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/ComplexValueImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/ComplexValueReferenceImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/DatavalueFactoryImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/DatavaluePackageImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/EnumerationLiteralImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/EnumerationReferenceImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/LiteralBooleanValueImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/LiteralNumericValueImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/LiteralStringValueImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/NumericReferenceImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/NumericValueImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/StringReferenceImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/UnaryExpressionImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/util/DatavalueAdapterFactory.html... Generating ./org/polarsys/capella/core/data/information/datavalue/util/DatavalueResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/util/DatavalueResourceImpl.html... Generating ./org/polarsys/capella/core/data/information/datavalue/util/DatavalueSwitch.html... Generating ./org/polarsys/capella/core/data/information/impl/AbstractCollectionValueImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/AbstractEventOperationImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/AbstractInstanceImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/AssociationImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/ClassImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/CollectionImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/CollectionValueImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/CollectionValueReferenceImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/DataPkgImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/DomainElementImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/ExchangeItemInstanceImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/InformationFactoryImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/InformationPackageImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/InformationRealizationImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/KeyPartImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/OperationImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/ParameterImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/PartitionableElementImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/PortAllocationImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/PortImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/PortRealizationImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/PropertyImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/ServiceImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/UnionImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/UnionPropertyImpl.html... Generating ./org/polarsys/capella/core/data/information/impl/UnitImpl.html... Generating ./org/polarsys/capella/core/data/information/util/InformationAdapterFactory.html... Generating ./org/polarsys/capella/core/data/information/util/InformationResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/information/util/InformationResourceImpl.html... Generating ./org/polarsys/capella/core/data/information/util/InformationSwitch.html... Generating ./org/polarsys/capella/core/data/interaction/AbstractCapability.html... Generating ./org/polarsys/capella/core/data/interaction/AbstractCapabilityExtend.html... Generating ./org/polarsys/capella/core/data/interaction/AbstractCapabilityExtensionPoint.html... Generating ./org/polarsys/capella/core/data/interaction/AbstractCapabilityGeneralization.html... Generating ./org/polarsys/capella/core/data/interaction/AbstractCapabilityInclude.html... Generating ./org/polarsys/capella/core/data/interaction/AbstractCapabilityRealization.html... Generating ./org/polarsys/capella/core/data/interaction/AbstractEnd.html... Generating ./org/polarsys/capella/core/data/interaction/AbstractFragment.html... Generating ./org/polarsys/capella/core/data/interaction/AbstractFunctionAbstractCapabilityInvolvement.html... Generating ./org/polarsys/capella/core/data/interaction/ArmTimerEvent.html... Generating ./org/polarsys/capella/core/data/interaction/CancelTimerEvent.html... Generating ./org/polarsys/capella/core/data/interaction/CombinedFragment.html... Generating ./org/polarsys/capella/core/data/interaction/ConstraintDuration.html... Generating ./org/polarsys/capella/core/data/interaction/CreationEvent.html... Generating ./org/polarsys/capella/core/data/interaction/DestructionEvent.html... Generating ./org/polarsys/capella/core/data/interaction/Event.html... Generating ./org/polarsys/capella/core/data/interaction/EventReceiptOperation.html... Generating ./org/polarsys/capella/core/data/interaction/EventSentOperation.html... Generating ./org/polarsys/capella/core/data/interaction/Execution.html... Generating ./org/polarsys/capella/core/data/interaction/ExecutionEnd.html... Generating ./org/polarsys/capella/core/data/interaction/ExecutionEvent.html... Generating ./org/polarsys/capella/core/data/interaction/FragmentEnd.html... Generating ./org/polarsys/capella/core/data/interaction/FunctionalChainAbstractCapabilityInvolvement.html... Generating ./org/polarsys/capella/core/data/interaction/Gate.html... Generating ./org/polarsys/capella/core/data/interaction/InstanceRole.html... Generating ./org/polarsys/capella/core/data/interaction/InteractionFactory.html... Generating ./org/polarsys/capella/core/data/interaction/InteractionFragment.html... Generating ./org/polarsys/capella/core/data/interaction/InteractionOperand.html... Generating ./org/polarsys/capella/core/data/interaction/InteractionOperatorKind.html... Generating ./org/polarsys/capella/core/data/interaction/InteractionPackage.html... Generating ./org/polarsys/capella/core/data/interaction/InteractionPackage.Literals.html... Generating ./org/polarsys/capella/core/data/interaction/InteractionState.html... Generating ./org/polarsys/capella/core/data/interaction/InteractionUse.html... Generating ./org/polarsys/capella/core/data/interaction/MergeLink.html... Generating ./org/polarsys/capella/core/data/interaction/MessageEnd.html... Generating ./org/polarsys/capella/core/data/interaction/MessageKind.html... Generating ./org/polarsys/capella/core/data/interaction/RefinementLink.html... Generating ./org/polarsys/capella/core/data/interaction/Scenario.html... Generating ./org/polarsys/capella/core/data/interaction/ScenarioKind.html... Generating ./org/polarsys/capella/core/data/interaction/ScenarioRealization.html... Generating ./org/polarsys/capella/core/data/interaction/SequenceMessage.html... Generating ./org/polarsys/capella/core/data/interaction/SequenceMessageValuation.html... Generating ./org/polarsys/capella/core/data/interaction/StateFragment.html... Generating ./org/polarsys/capella/core/data/interaction/TimeLapse.html... Generating ./org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtendImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtensionPointImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityGeneralizationImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityIncludeImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/AbstractEndImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/AbstractFragmentImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/ArmTimerEventImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/CancelTimerEventImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/CombinedFragmentImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/ConstraintDurationImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/CreationEventImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/DestructionEventImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/EventImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/EventReceiptOperationImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/EventSentOperationImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/ExecutionEndImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/ExecutionEventImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/ExecutionImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/FragmentEndImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/GateImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/InstanceRoleImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/InteractionFactoryImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/InteractionFragmentImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/InteractionOperandImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/InteractionPackageImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/InteractionUseImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/MergeLinkImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/MessageEndImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/RefinementLinkImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/StateFragmentImpl.html... Generating ./org/polarsys/capella/core/data/interaction/impl/TimeLapseImpl.html... Generating ./org/polarsys/capella/core/data/interaction/util/InteractionAdapterFactory.html... Generating ./org/polarsys/capella/core/data/interaction/util/InteractionResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/interaction/util/InteractionResourceImpl.html... Generating ./org/polarsys/capella/core/data/interaction/util/InteractionSwitch.html... Generating ./org/polarsys/capella/core/data/la/CapabilityRealization.html... Generating ./org/polarsys/capella/core/data/la/CapabilityRealizationPkg.html... Generating ./org/polarsys/capella/core/data/la/ContextInterfaceRealization.html... Generating ./org/polarsys/capella/core/data/la/LaFactory.html... Generating ./org/polarsys/capella/core/data/la/LaPackage.html... Generating ./org/polarsys/capella/core/data/la/LaPackage.Literals.html... Generating ./org/polarsys/capella/core/data/la/LogicalActor.html... Generating ./org/polarsys/capella/core/data/la/LogicalActorPkg.html... Generating ./org/polarsys/capella/core/data/la/LogicalArchitecture.html... Generating ./org/polarsys/capella/core/data/la/LogicalArchitecturePkg.html... Generating ./org/polarsys/capella/core/data/la/LogicalComponent.html... Generating ./org/polarsys/capella/core/data/la/LogicalComponentPkg.html... Generating ./org/polarsys/capella/core/data/la/LogicalContext.html... Generating ./org/polarsys/capella/core/data/la/LogicalFunction.html... Generating ./org/polarsys/capella/core/data/la/LogicalFunctionPkg.html... Generating ./org/polarsys/capella/core/data/la/SystemActorRealization.html... Generating ./org/polarsys/capella/core/data/la/SystemAnalysisRealization.html... Generating ./org/polarsys/capella/core/data/la/SystemRealization.html... Generating ./org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/CapabilityRealizationPkgImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/ContextInterfaceRealizationImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/LaFactoryImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/LaPackageImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/LogicalActorImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/LogicalActorPkgImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/LogicalArchitecturePkgImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/LogicalComponentPkgImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/LogicalContextImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/LogicalFunctionPkgImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/SystemActorRealizationImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/SystemAnalysisRealizationImpl.html... Generating ./org/polarsys/capella/core/data/la/impl/SystemRealizationImpl.html... Generating ./org/polarsys/capella/core/data/la/util/LaAdapterFactory.html... Generating ./org/polarsys/capella/core/data/la/util/LaResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/la/util/LaResourceImpl.html... Generating ./org/polarsys/capella/core/data/la/util/LaSwitch.html... Generating ./org/polarsys/capella/core/data/oa/AbstractConceptItem.html... Generating ./org/polarsys/capella/core/data/oa/ActivityAllocation.html... Generating ./org/polarsys/capella/core/data/oa/CapabilityConfiguration.html... Generating ./org/polarsys/capella/core/data/oa/CommunicationMean.html... Generating ./org/polarsys/capella/core/data/oa/CommunityOfInterest.html... Generating ./org/polarsys/capella/core/data/oa/CommunityOfInterestComposition.html... Generating ./org/polarsys/capella/core/data/oa/Concept.html... Generating ./org/polarsys/capella/core/data/oa/ConceptCompliance.html... Generating ./org/polarsys/capella/core/data/oa/ConceptPkg.html... Generating ./org/polarsys/capella/core/data/oa/Entity.html... Generating ./org/polarsys/capella/core/data/oa/EntityOperationalCapabilityInvolvement.html... Generating ./org/polarsys/capella/core/data/oa/EntityPkg.html... Generating ./org/polarsys/capella/core/data/oa/ItemInConcept.html... Generating ./org/polarsys/capella/core/data/oa/Location.html... Generating ./org/polarsys/capella/core/data/oa/OaFactory.html... Generating ./org/polarsys/capella/core/data/oa/OaPackage.html... Generating ./org/polarsys/capella/core/data/oa/OaPackage.Literals.html... Generating ./org/polarsys/capella/core/data/oa/OperationalActivity.html... Generating ./org/polarsys/capella/core/data/oa/OperationalActivityPkg.html... Generating ./org/polarsys/capella/core/data/oa/OperationalActor.html... Generating ./org/polarsys/capella/core/data/oa/OperationalAnalysis.html... Generating ./org/polarsys/capella/core/data/oa/OperationalCapability.html... Generating ./org/polarsys/capella/core/data/oa/OperationalCapabilityPkg.html... Generating ./org/polarsys/capella/core/data/oa/OperationalContext.html... Generating ./org/polarsys/capella/core/data/oa/OperationalProcess.html... Generating ./org/polarsys/capella/core/data/oa/OperationalScenario.html... Generating ./org/polarsys/capella/core/data/oa/OrganisationalUnit.html... Generating ./org/polarsys/capella/core/data/oa/OrganisationalUnitComposition.html... Generating ./org/polarsys/capella/core/data/oa/Role.html... Generating ./org/polarsys/capella/core/data/oa/RoleAllocation.html... Generating ./org/polarsys/capella/core/data/oa/RoleAssemblyUsage.html... Generating ./org/polarsys/capella/core/data/oa/RolePkg.html... Generating ./org/polarsys/capella/core/data/oa/Swimlane.html... Generating ./org/polarsys/capella/core/data/oa/impl/AbstractConceptItemImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/CapabilityConfigurationImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/CommunityOfInterestCompositionImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/CommunityOfInterestImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/ConceptComplianceImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/ConceptImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/EntityImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/EntityPkgImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/ItemInConceptImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/LocationImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OaFactoryImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OaPackageImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OperationalActivityPkgImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OperationalActorImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OperationalCapabilityPkgImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OperationalContextImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OperationalProcessImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OperationalScenarioImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OrganisationalUnitCompositionImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/OrganisationalUnitImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/RoleAssemblyUsageImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/RoleImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/RolePkgImpl.html... Generating ./org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.html... Generating ./org/polarsys/capella/core/data/oa/util/OaAdapterFactory.html... Generating ./org/polarsys/capella/core/data/oa/util/OaResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/oa/util/OaResourceImpl.html... Generating ./org/polarsys/capella/core/data/oa/util/OaSwitch.html... Generating ./org/polarsys/capella/core/data/pa/AbstractPhysicalComponent.html... Generating ./org/polarsys/capella/core/data/pa/LogicalActorRealization.html... Generating ./org/polarsys/capella/core/data/pa/LogicalArchitectureRealization.html... Generating ./org/polarsys/capella/core/data/pa/LogicalComponentRealization.html... Generating ./org/polarsys/capella/core/data/pa/LogicalInterfaceRealization.html... Generating ./org/polarsys/capella/core/data/pa/PaFactory.html... Generating ./org/polarsys/capella/core/data/pa/PaPackage.html... Generating ./org/polarsys/capella/core/data/pa/PaPackage.Literals.html... Generating ./org/polarsys/capella/core/data/pa/PhysicalActor.html... Generating ./org/polarsys/capella/core/data/pa/PhysicalActorPkg.html... Generating ./org/polarsys/capella/core/data/pa/PhysicalArchitecture.html... Generating ./org/polarsys/capella/core/data/pa/PhysicalArchitecturePkg.html... Generating ./org/polarsys/capella/core/data/pa/PhysicalComponent.html... Generating ./org/polarsys/capella/core/data/pa/PhysicalComponentKind.html... Generating ./org/polarsys/capella/core/data/pa/PhysicalComponentNature.html... Generating ./org/polarsys/capella/core/data/pa/PhysicalComponentPkg.html... Generating ./org/polarsys/capella/core/data/pa/PhysicalContext.html... Generating ./org/polarsys/capella/core/data/pa/PhysicalFunction.html... Generating ./org/polarsys/capella/core/data/pa/PhysicalFunctionPkg.html... Generating ./org/polarsys/capella/core/data/pa/PhysicalNode.html... Generating ./org/polarsys/capella/core/data/pa/deployment/AbstractPhysicalInstance.html... Generating ./org/polarsys/capella/core/data/pa/deployment/ComponentInstance.html... Generating ./org/polarsys/capella/core/data/pa/deployment/ConnectionInstance.html... Generating ./org/polarsys/capella/core/data/pa/deployment/DeploymentAspect.html... Generating ./org/polarsys/capella/core/data/pa/deployment/DeploymentConfiguration.html... Generating ./org/polarsys/capella/core/data/pa/deployment/DeploymentFactory.html... Generating ./org/polarsys/capella/core/data/pa/deployment/DeploymentPackage.html... Generating ./org/polarsys/capella/core/data/pa/deployment/DeploymentPackage.Literals.html... Generating ./org/polarsys/capella/core/data/pa/deployment/InstanceDeploymentLink.html... Generating ./org/polarsys/capella/core/data/pa/deployment/PartDeploymentLink.html... Generating ./org/polarsys/capella/core/data/pa/deployment/PortInstance.html... Generating ./org/polarsys/capella/core/data/pa/deployment/TypeDeploymentLink.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/ComponentInstanceImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/ConnectionInstanceImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/DeploymentConfigurationImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/DeploymentFactoryImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/DeploymentPackageImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/InstanceDeploymentLinkImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/PartDeploymentLinkImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/PortInstanceImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/TypeDeploymentLinkImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/util/DeploymentAdapterFactory.html... Generating ./org/polarsys/capella/core/data/pa/deployment/util/DeploymentResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/util/DeploymentResourceImpl.html... Generating ./org/polarsys/capella/core/data/pa/deployment/util/DeploymentSwitch.html... Generating ./org/polarsys/capella/core/data/pa/impl/AbstractPhysicalComponentImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/LogicalActorRealizationImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/LogicalArchitectureRealizationImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/LogicalComponentRealizationImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/LogicalInterfaceRealizationImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/PaFactoryImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/PaPackageImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/PhysicalActorImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/PhysicalActorPkgImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/PhysicalArchitecturePkgImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/PhysicalComponentPkgImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/PhysicalContextImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/PhysicalFunctionPkgImpl.html... Generating ./org/polarsys/capella/core/data/pa/impl/PhysicalNodeImpl.html... Generating ./org/polarsys/capella/core/data/pa/util/PaAdapterFactory.html... Generating ./org/polarsys/capella/core/data/pa/util/PaResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/pa/util/PaResourceImpl.html... Generating ./org/polarsys/capella/core/data/pa/util/PaSwitch.html... Generating ./org/polarsys/capella/core/data/requirement/Requirement.html... Generating ./org/polarsys/capella/core/data/requirement/RequirementFactory.html... Generating ./org/polarsys/capella/core/data/requirement/RequirementPackage.html... Generating ./org/polarsys/capella/core/data/requirement/RequirementPackage.Literals.html... Generating ./org/polarsys/capella/core/data/requirement/RequirementsPkg.html... Generating ./org/polarsys/capella/core/data/requirement/RequirementsTrace.html... Generating ./org/polarsys/capella/core/data/requirement/SystemFunctionalInterfaceRequirement.html... Generating ./org/polarsys/capella/core/data/requirement/SystemFunctionalRequirement.html... Generating ./org/polarsys/capella/core/data/requirement/SystemNonFunctionalInterfaceRequirement.html... Generating ./org/polarsys/capella/core/data/requirement/SystemNonFunctionalRequirement.html... Generating ./org/polarsys/capella/core/data/requirement/SystemUserRequirement.html... Generating ./org/polarsys/capella/core/data/requirement/impl/RequirementFactoryImpl.html... Generating ./org/polarsys/capella/core/data/requirement/impl/RequirementImpl.html... Generating ./org/polarsys/capella/core/data/requirement/impl/RequirementPackageImpl.html... Generating ./org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.html... Generating ./org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.html... Generating ./org/polarsys/capella/core/data/requirement/impl/SystemFunctionalInterfaceRequirementImpl.html... Generating ./org/polarsys/capella/core/data/requirement/impl/SystemFunctionalRequirementImpl.html... Generating ./org/polarsys/capella/core/data/requirement/impl/SystemNonFunctionalInterfaceRequirementImpl.html... Generating ./org/polarsys/capella/core/data/requirement/impl/SystemNonFunctionalRequirementImpl.html... Generating ./org/polarsys/capella/core/data/requirement/impl/SystemUserRequirementImpl.html... Generating ./org/polarsys/capella/core/data/requirement/util/RequirementAdapterFactory.html... Generating ./org/polarsys/capella/core/data/requirement/util/RequirementResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/requirement/util/RequirementResourceImpl.html... Generating ./org/polarsys/capella/core/data/requirement/util/RequirementSwitch.html... Generating ./org/polarsys/capella/core/data/sharedmodel/GenericPkg.html... Generating ./org/polarsys/capella/core/data/sharedmodel/SharedmodelFactory.html... Generating ./org/polarsys/capella/core/data/sharedmodel/SharedmodelPackage.html... Generating ./org/polarsys/capella/core/data/sharedmodel/SharedmodelPackage.Literals.html... Generating ./org/polarsys/capella/core/data/sharedmodel/SharedPkg.html... Generating ./org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.html... Generating ./org/polarsys/capella/core/data/sharedmodel/impl/SharedmodelFactoryImpl.html... Generating ./org/polarsys/capella/core/data/sharedmodel/impl/SharedmodelPackageImpl.html... Generating ./org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.html... Generating ./org/polarsys/capella/core/data/sharedmodel/util/SharedmodelAdapterFactory.html... Generating ./org/polarsys/capella/core/data/sharedmodel/util/SharedmodelResourceFactoryImpl.html... Generating ./org/polarsys/capella/core/data/sharedmodel/util/SharedmodelResourceImpl.html... Generating ./org/polarsys/capella/core/data/sharedmodel/util/SharedmodelSwitch.html... Generating ./org/polarsys/capella/common/mdsofa/common/activator/AbstractActivator.html... Generating ./org/polarsys/capella/common/mdsofa/common/activator/SolFaCommonActivator.html... Generating ./org/polarsys/capella/common/mdsofa/common/adapter/AbstractAdapterFactory.html... Generating ./org/polarsys/capella/common/mdsofa/common/adapter/AdapterDescriptor.html... Generating ./org/polarsys/capella/common/mdsofa/common/constant/ICommonConstants.html... Generating ./org/polarsys/capella/common/mdsofa/common/helper/EcoreHelper.html... Generating ./org/polarsys/capella/common/mdsofa/common/helper/ExtensionPointHelper.html... Generating ./org/polarsys/capella/common/mdsofa/common/helper/FileHelper.html... Generating ./org/polarsys/capella/common/mdsofa/common/helper/IUserEnforcedHelper.html... Generating ./org/polarsys/capella/common/mdsofa/common/helper/MiscHelper.html... Generating ./org/polarsys/capella/common/mdsofa/common/helper/ProjectHelper.html... Generating ./org/polarsys/capella/common/mdsofa/common/helper/ProjectHelper.ProjectExistenceStatus.html... Generating ./org/polarsys/capella/common/mdsofa/common/helper/StringHelper.html... Generating ./org/polarsys/capella/common/mdsofa/common/internal/helper/DefaultUserHelper.html... Generating ./org/polarsys/capella/common/mdsofa/common/listener/AbstractProjectListener.html... Generating ./org/polarsys/capella/common/mdsofa/common/misc/Couple.html... Generating ./org/polarsys/capella/common/mdsofa/common/misc/ExtensionClassDescriptor.html... Generating ./org/polarsys/capella/common/data/core/gen/xmi/impl/CapellaXMLSaveImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/AbstractConstraint.html... Generating ./org/polarsys/capella/common/data/modellingcore/AbstractExchangeItem.html... Generating ./org/polarsys/capella/common/data/modellingcore/AbstractInformationFlow.html... Generating ./org/polarsys/capella/common/data/modellingcore/AbstractNamedElement.html... Generating ./org/polarsys/capella/common/data/modellingcore/AbstractParameter.html... Generating ./org/polarsys/capella/common/data/modellingcore/AbstractParameterSet.html... Generating ./org/polarsys/capella/common/data/modellingcore/AbstractRelationship.html... Generating ./org/polarsys/capella/common/data/modellingcore/AbstractTrace.html... Generating ./org/polarsys/capella/common/data/modellingcore/AbstractType.html... Generating ./org/polarsys/capella/common/data/modellingcore/AbstractTypedElement.html... Generating ./org/polarsys/capella/common/data/modellingcore/FinalizableElement.html... Generating ./org/polarsys/capella/common/data/modellingcore/InformationsExchanger.html... Generating ./org/polarsys/capella/common/data/modellingcore/IState.html... Generating ./org/polarsys/capella/common/data/modellingcore/ModelElement.html... Generating ./org/polarsys/capella/common/data/modellingcore/ModellingcoreFactory.html... Generating ./org/polarsys/capella/common/data/modellingcore/ModellingcorePackage.html... Generating ./org/polarsys/capella/common/data/modellingcore/ModellingcorePackage.Literals.html... Generating ./org/polarsys/capella/common/data/modellingcore/ParameterEffectKind.html... Generating ./org/polarsys/capella/common/data/modellingcore/PublishableElement.html... Generating ./org/polarsys/capella/common/data/modellingcore/RateKind.html... Generating ./org/polarsys/capella/common/data/modellingcore/TraceableElement.html... Generating ./org/polarsys/capella/common/data/modellingcore/ValueSpecification.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/AbstractExchangeItemImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/AbstractInformationFlowImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/AbstractNamedElementImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterSetImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/AbstractRelationshipImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/AbstractTypedElementImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/AbstractTypeImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/FinalizableElementImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/ModelElementImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/ModellingcoreFactoryImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/ModellingcorePackageImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/util/ModellingcoreAdapterFactory.html... Generating ./org/polarsys/capella/common/data/modellingcore/util/ModellingcoreResourceFactoryImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/util/ModellingcoreResourceImpl.html... Generating ./org/polarsys/capella/common/data/modellingcore/util/ModellingcoreSwitch.html... Generating ./org/polarsys/capella/common/ef/CapellaEFPlugin.html... Generating ./org/polarsys/capella/common/ef/ExecutionManager.html... Generating ./org/polarsys/capella/common/ef/ExecutionManagerRegistry.html... Generating ./org/polarsys/capella/common/ef/command/AbstractCommand.html... Generating ./org/polarsys/capella/common/ef/command/AbstractCompoundCommand.html... Generating ./org/polarsys/capella/common/ef/command/AbstractNonDirtyingCommand.html... Generating ./org/polarsys/capella/common/ef/command/AbstractReadOnlyCommand.html... Generating ./org/polarsys/capella/common/ef/command/AbstractReadWriteCommand.html... Generating ./org/polarsys/capella/common/ef/command/ICommand.html... Generating ./org/polarsys/capella/common/ef/domain/AbstractEditingDomainResourceSetListenerImpl.html... Generating ./org/polarsys/capella/common/ef/domain/IEditingDomainListener.html... Generating ./org/polarsys/capella/common/ef/internal/command/AbstractNonDirtyingRecordingCommand.html... Generating ./org/polarsys/capella/common/ef/internal/command/WorkspaceCommandStackImpl.html... Generating ./org/polarsys/capella/common/ef/internal/domain/ExecutionManagerEditingDomainListener.html... Generating ./org/polarsys/capella/common/helpers/EcoreUtil2.html... Generating ./org/polarsys/capella/common/helpers/EObjectCouple.html... Generating ./org/polarsys/capella/common/helpers/EObjectExt.html... Generating ./org/polarsys/capella/common/helpers/EObjectLabelProviderHelper.html... Generating ./org/polarsys/capella/common/helpers/ExtensionPriorityComparator.html... Generating ./org/polarsys/capella/common/helpers/FileHelper2.html... Generating ./org/polarsys/capella/common/helpers/HelperPlugin.html... Generating ./org/polarsys/capella/common/helpers/ICommonConstants2.html... Generating ./org/polarsys/capella/common/helpers/IUserEnforcedHelper2.html... Generating ./org/polarsys/capella/common/helpers/NotificationAnalysis.html... Generating ./org/polarsys/capella/common/helpers/SimpleOrientedGraph.html... Generating ./org/polarsys/capella/common/helpers/StringExt.html... Generating ./org/polarsys/capella/common/helpers/TransactionHelper.html... Generating ./org/polarsys/capella/common/helpers/operations/ILongRunningListener.html... Generating ./org/polarsys/capella/common/helpers/operations/LongRunningListenersRegistry.html... Generating ./org/polarsys/capella/common/helpers/query/EObjectTypeCondition.html... Generating ./org/polarsys/capella/common/helpers/query/GetAllQueries.html... Generating ./org/polarsys/capella/common/helpers/query/IGetAllQueries.html... Generating ./org/polarsys/capella/common/helpers/query/IMDEQueries.html... Generating ./org/polarsys/capella/common/helpers/query/IQuery.html... Generating ./org/polarsys/capella/common/helpers/query/MDEQueries.html... Generating ./org/polarsys/capella/common/helpers/selection/ILinkSelection.html... Generating ./org/polarsys/capella/common/helpers/selection/LinkSelectionProvider.html... Generating ./org/polarsys/capella/common/helpers/validation/ConstraintStatusDiagnostic.html... Generating ./org/polarsys/capella/common/helpers/validation/IValidationConstants.html... Generating ./org/polarsys/capella/common/helpers/validation/xml/XHTMLEntities.html... Generating ./org/polarsys/capella/common/helpers/validation/xml/XMLValidationHelper.html... Generating ./org/polarsys/capella/common/bundle/FeatureHelper.html... Generating ./org/polarsys/capella/common/lib/ICommonComponent.html... Generating ./org/polarsys/capella/common/lib/IdGenerator.html... Generating ./org/polarsys/capella/common/lib/Memory.html... Generating ./org/polarsys/capella/common/lib/NameHelper.html... Generating ./org/polarsys/capella/common/lib/PseudoRandomGenerator.html... Generating ./org/polarsys/capella/common/model/IDelegatedListener.html... Generating ./org/polarsys/capella/common/model/copypaste/SharedCopyPasteElements.html... Generating ./org/polarsys/capella/common/model/copypaste/SharedCutPasteClipboard.html... Generating ./org/polarsys/capella/common/model/copypaste/SharedInitializeCopyCommand.html... Generating ./org/polarsys/capella/common/model/copypaste/SharedInitializeCopyCommand.PendingQualification.html... Generating ./org/polarsys/capella/common/model/label/LabelRetriever.html... Generating ./overview-frame.html... Generating ./org/polarsys/capella/common/package-frame.html... Generating ./org/polarsys/capella/common/package-summary.html... Generating ./org/polarsys/capella/common/package-tree.html... Generating ./org/polarsys/capella/common/activator/package-frame.html... Generating ./org/polarsys/capella/common/activator/package-summary.html... Generating ./org/polarsys/capella/common/activator/package-tree.html... Generating ./org/polarsys/capella/common/application/package-frame.html... Generating ./org/polarsys/capella/common/application/package-summary.html... Generating ./org/polarsys/capella/common/application/package-tree.html... Generating ./org/polarsys/capella/common/bundle/package-frame.html... Generating ./org/polarsys/capella/common/bundle/package-summary.html... Generating ./org/polarsys/capella/common/bundle/package-tree.html... Generating ./org/polarsys/capella/common/data/activity/package-frame.html... Generating ./org/polarsys/capella/common/data/activity/package-summary.html... Generating ./org/polarsys/capella/common/data/activity/package-tree.html... Generating ./org/polarsys/capella/common/data/activity/impl/package-frame.html... Generating ./org/polarsys/capella/common/data/activity/impl/package-summary.html... Generating ./org/polarsys/capella/common/data/activity/impl/package-tree.html... Generating ./org/polarsys/capella/common/data/activity/util/package-frame.html... Generating ./org/polarsys/capella/common/data/activity/util/package-summary.html... Generating ./org/polarsys/capella/common/data/activity/util/package-tree.html... Generating ./org/polarsys/capella/common/data/behavior/package-frame.html... Generating ./org/polarsys/capella/common/data/behavior/package-summary.html... Generating ./org/polarsys/capella/common/data/behavior/package-tree.html... Generating ./org/polarsys/capella/common/data/behavior/impl/package-frame.html... Generating ./org/polarsys/capella/common/data/behavior/impl/package-summary.html... Generating ./org/polarsys/capella/common/data/behavior/impl/package-tree.html... Generating ./org/polarsys/capella/common/data/behavior/util/package-frame.html... Generating ./org/polarsys/capella/common/data/behavior/util/package-summary.html... Generating ./org/polarsys/capella/common/data/behavior/util/package-tree.html... Generating ./org/polarsys/capella/common/data/core/gen/xmi/impl/package-frame.html... Generating ./org/polarsys/capella/common/data/core/gen/xmi/impl/package-summary.html... Generating ./org/polarsys/capella/common/data/core/gen/xmi/impl/package-tree.html... Generating ./org/polarsys/capella/common/data/modellingcore/package-frame.html... Generating ./org/polarsys/capella/common/data/modellingcore/package-summary.html... Generating ./org/polarsys/capella/common/data/modellingcore/package-tree.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/package-frame.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/package-summary.html... Generating ./org/polarsys/capella/common/data/modellingcore/impl/package-tree.html... Generating ./org/polarsys/capella/common/data/modellingcore/util/package-frame.html... Generating ./org/polarsys/capella/common/data/modellingcore/util/package-summary.html... Generating ./org/polarsys/capella/common/data/modellingcore/util/package-tree.html... Generating ./org/polarsys/capella/common/ef/package-frame.html... Generating ./org/polarsys/capella/common/ef/package-summary.html... Generating ./org/polarsys/capella/common/ef/package-tree.html... Generating ./org/polarsys/capella/common/ef/command/package-frame.html... Generating ./org/polarsys/capella/common/ef/command/package-summary.html... Generating ./org/polarsys/capella/common/ef/command/package-tree.html... Generating ./org/polarsys/capella/common/ef/domain/package-frame.html... Generating ./org/polarsys/capella/common/ef/domain/package-summary.html... Generating ./org/polarsys/capella/common/ef/domain/package-tree.html... Generating ./org/polarsys/capella/common/ef/internal/command/package-frame.html... Generating ./org/polarsys/capella/common/ef/internal/command/package-summary.html... Generating ./org/polarsys/capella/common/ef/internal/command/package-tree.html... Generating ./org/polarsys/capella/common/ef/internal/domain/package-frame.html... Generating ./org/polarsys/capella/common/ef/internal/domain/package-summary.html... Generating ./org/polarsys/capella/common/ef/internal/domain/package-tree.html... Generating ./org/polarsys/capella/common/helpers/package-frame.html... Generating ./org/polarsys/capella/common/helpers/package-summary.html... Generating ./org/polarsys/capella/common/helpers/package-tree.html... Generating ./org/polarsys/capella/common/helpers/argumentparser/package-frame.html... Generating ./org/polarsys/capella/common/helpers/argumentparser/package-summary.html... Generating ./org/polarsys/capella/common/helpers/argumentparser/package-tree.html... Generating ./org/polarsys/capella/common/helpers/export/package-frame.html... Generating ./org/polarsys/capella/common/helpers/export/package-summary.html... Generating ./org/polarsys/capella/common/helpers/export/package-tree.html... Generating ./org/polarsys/capella/common/helpers/export/utils/package-frame.html... Generating ./org/polarsys/capella/common/helpers/export/utils/package-summary.html... Generating ./org/polarsys/capella/common/helpers/export/utils/package-tree.html... Generating ./org/polarsys/capella/common/helpers/operations/package-frame.html... Generating ./org/polarsys/capella/common/helpers/operations/package-summary.html... Generating ./org/polarsys/capella/common/helpers/operations/package-tree.html... Generating ./org/polarsys/capella/common/helpers/query/package-frame.html... Generating ./org/polarsys/capella/common/helpers/query/package-summary.html... Generating ./org/polarsys/capella/common/helpers/query/package-tree.html... Generating ./org/polarsys/capella/common/helpers/selection/package-frame.html... Generating ./org/polarsys/capella/common/helpers/selection/package-summary.html... Generating ./org/polarsys/capella/common/helpers/selection/package-tree.html... Generating ./org/polarsys/capella/common/helpers/transaction/package-frame.html... Generating ./org/polarsys/capella/common/helpers/transaction/package-summary.html... Generating ./org/polarsys/capella/common/helpers/transaction/package-tree.html... Generating ./org/polarsys/capella/common/helpers/validation/package-frame.html... Generating ./org/polarsys/capella/common/helpers/validation/package-summary.html... Generating ./org/polarsys/capella/common/helpers/validation/package-tree.html... Generating ./org/polarsys/capella/common/helpers/validation/xml/package-frame.html... Generating ./org/polarsys/capella/common/helpers/validation/xml/package-summary.html... Generating ./org/polarsys/capella/common/helpers/validation/xml/package-tree.html... Generating ./org/polarsys/capella/common/lib/package-frame.html... Generating ./org/polarsys/capella/common/lib/package-summary.html... Generating ./org/polarsys/capella/common/lib/package-tree.html... Generating ./org/polarsys/capella/common/mdsofa/common/activator/package-frame.html... Generating ./org/polarsys/capella/common/mdsofa/common/activator/package-summary.html... Generating ./org/polarsys/capella/common/mdsofa/common/activator/package-tree.html... Generating ./org/polarsys/capella/common/mdsofa/common/adapter/package-frame.html... Generating ./org/polarsys/capella/common/mdsofa/common/adapter/package-summary.html... Generating ./org/polarsys/capella/common/mdsofa/common/adapter/package-tree.html... Generating ./org/polarsys/capella/common/mdsofa/common/constant/package-frame.html... Generating ./org/polarsys/capella/common/mdsofa/common/constant/package-summary.html... Generating ./org/polarsys/capella/common/mdsofa/common/constant/package-tree.html... Generating ./org/polarsys/capella/common/mdsofa/common/helper/package-frame.html... Generating ./org/polarsys/capella/common/mdsofa/common/helper/package-summary.html... Generating ./org/polarsys/capella/common/mdsofa/common/helper/package-tree.html... Generating ./org/polarsys/capella/common/mdsofa/common/internal/helper/package-frame.html... Generating ./org/polarsys/capella/common/mdsofa/common/internal/helper/package-summary.html... Generating ./org/polarsys/capella/common/mdsofa/common/internal/helper/package-tree.html... Generating ./org/polarsys/capella/common/mdsofa/common/listener/package-frame.html... Generating ./org/polarsys/capella/common/mdsofa/common/listener/package-summary.html... Generating ./org/polarsys/capella/common/mdsofa/common/listener/package-tree.html... Generating ./org/polarsys/capella/common/mdsofa/common/misc/package-frame.html... Generating ./org/polarsys/capella/common/mdsofa/common/misc/package-summary.html... Generating ./org/polarsys/capella/common/mdsofa/common/misc/package-tree.html... Generating ./org/polarsys/capella/common/model/package-frame.html... Generating ./org/polarsys/capella/common/model/package-summary.html... Generating ./org/polarsys/capella/common/model/package-tree.html... Generating ./org/polarsys/capella/common/model/copypaste/package-frame.html... Generating ./org/polarsys/capella/common/model/copypaste/package-summary.html... Generating ./org/polarsys/capella/common/model/copypaste/package-tree.html... Generating ./org/polarsys/capella/common/model/helpers/package-frame.html... Generating ./org/polarsys/capella/common/model/helpers/package-summary.html... Generating ./org/polarsys/capella/common/model/helpers/package-tree.html... Generating ./org/polarsys/capella/common/model/helpers/internal/package-frame.html... Generating ./org/polarsys/capella/common/model/helpers/internal/package-summary.html... Generating ./org/polarsys/capella/common/model/helpers/internal/package-tree.html... Generating ./org/polarsys/capella/common/model/label/package-frame.html... Generating ./org/polarsys/capella/common/model/label/package-summary.html... Generating ./org/polarsys/capella/common/model/label/package-tree.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/package-frame.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/package-summary.html... Generating ./org/polarsys/capella/common/platform/sirius/ted/package-tree.html... Generating ./org/polarsys/capella/common/tools/report/package-frame.html... Generating ./org/polarsys/capella/common/tools/report/package-summary.html... Generating ./org/polarsys/capella/common/tools/report/package-tree.html... Generating ./org/polarsys/capella/common/tools/report/appenders/package-frame.html... Generating ./org/polarsys/capella/common/tools/report/appenders/package-summary.html... Generating ./org/polarsys/capella/common/tools/report/appenders/package-tree.html... Generating ./org/polarsys/capella/common/tools/report/config/package-frame.html... Generating ./org/polarsys/capella/common/tools/report/config/package-summary.html... Generating ./org/polarsys/capella/common/tools/report/config/package-tree.html... Generating ./org/polarsys/capella/common/tools/report/config/persistence/package-frame.html... Generating ./org/polarsys/capella/common/tools/report/config/persistence/package-summary.html... Generating ./org/polarsys/capella/common/tools/report/config/persistence/package-tree.html... Generating ./org/polarsys/capella/common/tools/report/config/registry/package-frame.html... Generating ./org/polarsys/capella/common/tools/report/config/registry/package-summary.html... Generating ./org/polarsys/capella/common/tools/report/config/registry/package-tree.html... Generating ./org/polarsys/capella/common/tools/report/util/package-frame.html... Generating ./org/polarsys/capella/common/tools/report/util/package-summary.html... Generating ./org/polarsys/capella/common/tools/report/util/package-tree.html... Generating ./org/polarsys/capella/common/utils/package-frame.html... Generating ./org/polarsys/capella/common/utils/package-summary.html... Generating ./org/polarsys/capella/common/utils/package-tree.html... Generating ./org/polarsys/capella/common/utils/graph/package-frame.html... Generating ./org/polarsys/capella/common/utils/graph/package-summary.html... Generating ./org/polarsys/capella/common/utils/graph/package-tree.html... Generating ./org/polarsys/capella/core/data/capellacommon/package-frame.html... Generating ./org/polarsys/capella/core/data/capellacommon/package-summary.html... Generating ./org/polarsys/capella/core/data/capellacommon/package-tree.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/capellacommon/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/capellacommon/util/package-frame.html... Generating ./org/polarsys/capella/core/data/capellacommon/util/package-summary.html... Generating ./org/polarsys/capella/core/data/capellacommon/util/package-tree.html... Generating ./org/polarsys/capella/core/data/capellacore/package-frame.html... Generating ./org/polarsys/capella/core/data/capellacore/package-summary.html... Generating ./org/polarsys/capella/core/data/capellacore/package-tree.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/capellacore/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/capellacore/util/package-frame.html... Generating ./org/polarsys/capella/core/data/capellacore/util/package-summary.html... Generating ./org/polarsys/capella/core/data/capellacore/util/package-tree.html... Generating ./org/polarsys/capella/core/data/capellamodeller/package-frame.html... Generating ./org/polarsys/capella/core/data/capellamodeller/package-summary.html... Generating ./org/polarsys/capella/core/data/capellamodeller/package-tree.html... Generating ./org/polarsys/capella/core/data/capellamodeller/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/capellamodeller/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/capellamodeller/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/capellamodeller/util/package-frame.html... Generating ./org/polarsys/capella/core/data/capellamodeller/util/package-summary.html... Generating ./org/polarsys/capella/core/data/capellamodeller/util/package-tree.html... Generating ./org/polarsys/capella/core/data/cs/package-frame.html... Generating ./org/polarsys/capella/core/data/cs/package-summary.html... Generating ./org/polarsys/capella/core/data/cs/package-tree.html... Generating ./org/polarsys/capella/core/data/cs/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/cs/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/cs/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/cs/util/package-frame.html... Generating ./org/polarsys/capella/core/data/cs/util/package-summary.html... Generating ./org/polarsys/capella/core/data/cs/util/package-tree.html... Generating ./org/polarsys/capella/core/data/ctx/package-frame.html... Generating ./org/polarsys/capella/core/data/ctx/package-summary.html... Generating ./org/polarsys/capella/core/data/ctx/package-tree.html... Generating ./org/polarsys/capella/core/data/ctx/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/ctx/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/ctx/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/ctx/util/package-frame.html... Generating ./org/polarsys/capella/core/data/ctx/util/package-summary.html... Generating ./org/polarsys/capella/core/data/ctx/util/package-tree.html... Generating ./org/polarsys/capella/core/data/epbs/package-frame.html... Generating ./org/polarsys/capella/core/data/epbs/package-summary.html... Generating ./org/polarsys/capella/core/data/epbs/package-tree.html... Generating ./org/polarsys/capella/core/data/epbs/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/epbs/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/epbs/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/epbs/util/package-frame.html... Generating ./org/polarsys/capella/core/data/epbs/util/package-summary.html... Generating ./org/polarsys/capella/core/data/epbs/util/package-tree.html... Generating ./org/polarsys/capella/core/data/fa/package-frame.html... Generating ./org/polarsys/capella/core/data/fa/package-summary.html... Generating ./org/polarsys/capella/core/data/fa/package-tree.html... Generating ./org/polarsys/capella/core/data/fa/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/fa/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/fa/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/fa/util/package-frame.html... Generating ./org/polarsys/capella/core/data/fa/util/package-summary.html... Generating ./org/polarsys/capella/core/data/fa/util/package-tree.html... Generating ./org/polarsys/capella/core/data/information/package-frame.html... Generating ./org/polarsys/capella/core/data/information/package-summary.html... Generating ./org/polarsys/capella/core/data/information/package-tree.html... Generating ./org/polarsys/capella/core/data/information/communication/package-frame.html... Generating ./org/polarsys/capella/core/data/information/communication/package-summary.html... Generating ./org/polarsys/capella/core/data/information/communication/package-tree.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/information/communication/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/information/communication/util/package-frame.html... Generating ./org/polarsys/capella/core/data/information/communication/util/package-summary.html... Generating ./org/polarsys/capella/core/data/information/communication/util/package-tree.html... Generating ./org/polarsys/capella/core/data/information/datatype/package-frame.html... Generating ./org/polarsys/capella/core/data/information/datatype/package-summary.html... Generating ./org/polarsys/capella/core/data/information/datatype/package-tree.html... Generating ./org/polarsys/capella/core/data/information/datatype/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/information/datatype/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/information/datatype/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/information/datatype/util/package-frame.html... Generating ./org/polarsys/capella/core/data/information/datatype/util/package-summary.html... Generating ./org/polarsys/capella/core/data/information/datatype/util/package-tree.html... Generating ./org/polarsys/capella/core/data/information/datavalue/package-frame.html... Generating ./org/polarsys/capella/core/data/information/datavalue/package-summary.html... Generating ./org/polarsys/capella/core/data/information/datavalue/package-tree.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/information/datavalue/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/information/datavalue/util/package-frame.html... Generating ./org/polarsys/capella/core/data/information/datavalue/util/package-summary.html... Generating ./org/polarsys/capella/core/data/information/datavalue/util/package-tree.html... Generating ./org/polarsys/capella/core/data/information/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/information/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/information/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/information/util/package-frame.html... Generating ./org/polarsys/capella/core/data/information/util/package-summary.html... Generating ./org/polarsys/capella/core/data/information/util/package-tree.html... Generating ./org/polarsys/capella/core/data/interaction/package-frame.html... Generating ./org/polarsys/capella/core/data/interaction/package-summary.html... Generating ./org/polarsys/capella/core/data/interaction/package-tree.html... Generating ./org/polarsys/capella/core/data/interaction/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/interaction/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/interaction/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/interaction/util/package-frame.html... Generating ./org/polarsys/capella/core/data/interaction/util/package-summary.html... Generating ./org/polarsys/capella/core/data/interaction/util/package-tree.html... Generating ./org/polarsys/capella/core/data/la/package-frame.html... Generating ./org/polarsys/capella/core/data/la/package-summary.html... Generating ./org/polarsys/capella/core/data/la/package-tree.html... Generating ./org/polarsys/capella/core/data/la/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/la/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/la/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/la/util/package-frame.html... Generating ./org/polarsys/capella/core/data/la/util/package-summary.html... Generating ./org/polarsys/capella/core/data/la/util/package-tree.html... Generating ./org/polarsys/capella/core/data/oa/package-frame.html... Generating ./org/polarsys/capella/core/data/oa/package-summary.html... Generating ./org/polarsys/capella/core/data/oa/package-tree.html... Generating ./org/polarsys/capella/core/data/oa/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/oa/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/oa/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/oa/util/package-frame.html... Generating ./org/polarsys/capella/core/data/oa/util/package-summary.html... Generating ./org/polarsys/capella/core/data/oa/util/package-tree.html... Generating ./org/polarsys/capella/core/data/pa/package-frame.html... Generating ./org/polarsys/capella/core/data/pa/package-summary.html... Generating ./org/polarsys/capella/core/data/pa/package-tree.html... Generating ./org/polarsys/capella/core/data/pa/deployment/package-frame.html... Generating ./org/polarsys/capella/core/data/pa/deployment/package-summary.html... Generating ./org/polarsys/capella/core/data/pa/deployment/package-tree.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/pa/deployment/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/pa/deployment/util/package-frame.html... Generating ./org/polarsys/capella/core/data/pa/deployment/util/package-summary.html... Generating ./org/polarsys/capella/core/data/pa/deployment/util/package-tree.html... Generating ./org/polarsys/capella/core/data/pa/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/pa/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/pa/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/pa/util/package-frame.html... Generating ./org/polarsys/capella/core/data/pa/util/package-summary.html... Generating ./org/polarsys/capella/core/data/pa/util/package-tree.html... Generating ./org/polarsys/capella/core/data/requirement/package-frame.html... Generating ./org/polarsys/capella/core/data/requirement/package-summary.html... Generating ./org/polarsys/capella/core/data/requirement/package-tree.html... Generating ./org/polarsys/capella/core/data/requirement/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/requirement/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/requirement/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/requirement/util/package-frame.html... Generating ./org/polarsys/capella/core/data/requirement/util/package-summary.html... Generating ./org/polarsys/capella/core/data/requirement/util/package-tree.html... Generating ./org/polarsys/capella/core/data/sharedmodel/package-frame.html... Generating ./org/polarsys/capella/core/data/sharedmodel/package-summary.html... Generating ./org/polarsys/capella/core/data/sharedmodel/package-tree.html... Generating ./org/polarsys/capella/core/data/sharedmodel/impl/package-frame.html... Generating ./org/polarsys/capella/core/data/sharedmodel/impl/package-summary.html... Generating ./org/polarsys/capella/core/data/sharedmodel/impl/package-tree.html... Generating ./org/polarsys/capella/core/data/sharedmodel/util/package-frame.html... Generating ./org/polarsys/capella/core/data/sharedmodel/util/package-summary.html... Generating ./org/polarsys/capella/core/data/sharedmodel/util/package-tree.html... Generating ./constant-values.html... Generating ./serialized-form.html... Copying file StandardDocFile[file:/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/../org.polarsys.capella.doc/html/styles.css] to file styles.css... Building index for all the packages and classes... Generating ./overview-tree.html... Generating ./index-all.html... Generating ./deprecated-list.html... Building index for all classes... Generating ./allclasses-frame.html... Generating ./allclasses-noframe.html... Generating ./index.html... Generating ./overview-summary.html... Generating ./help-doc.html... 100 errors 100 warnings [INFO] execution failed with rc = 1 [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/overview-summary.html -> html/api-docs/javadoc/overview-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/constant-values.html -> html/api-docs/javadoc/constant-values.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/deprecated-list.html -> html/api-docs/javadoc/deprecated-list.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/activator/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/activator/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/application/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/application/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/bundle/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/bundle/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/data/activity/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/data/activity/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/data/activity/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/data/activity/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/data/activity/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/data/activity/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/data/behavior/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/data/behavior/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/data/behavior/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/data/behavior/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/data/behavior/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/data/behavior/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/data/core/gen/xmi/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/data/core/gen/xmi/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/data/modellingcore/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/data/modellingcore/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/data/modellingcore/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/data/modellingcore/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/data/modellingcore/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/data/modellingcore/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/ef/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/ef/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/ef/command/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/ef/command/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/ef/domain/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/ef/domain/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/ef/internal/command/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/ef/internal/command/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/ef/internal/domain/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/ef/internal/domain/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/helpers/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/helpers/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/helpers/argumentparser/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/helpers/argumentparser/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/helpers/export/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/helpers/export/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/helpers/export/utils/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/helpers/export/utils/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/helpers/operations/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/helpers/operations/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/helpers/query/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/helpers/query/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/helpers/selection/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/helpers/selection/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/helpers/transaction/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/helpers/transaction/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/helpers/validation/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/helpers/validation/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/helpers/validation/xml/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/helpers/validation/xml/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/lib/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/lib/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/activator/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/activator/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/adapter/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/adapter/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/constant/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/constant/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/helper/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/helper/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/internal/helper/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/internal/helper/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/listener/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/listener/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/misc/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/mdsofa/common/misc/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/model/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/model/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/model/copypaste/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/model/copypaste/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/model/helpers/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/model/helpers/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/model/helpers/internal/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/model/helpers/internal/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/model/label/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/model/label/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/platform/sirius/ted/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/platform/sirius/ted/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/tools/report/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/tools/report/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/tools/report/appenders/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/tools/report/appenders/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/tools/report/config/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/tools/report/config/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/tools/report/config/persistence/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/tools/report/config/persistence/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/tools/report/config/registry/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/tools/report/config/registry/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/tools/report/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/tools/report/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/utils/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/utils/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/common/utils/graph/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/common/utils/graph/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/capellacommon/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/capellacommon/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/capellacommon/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/capellacommon/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/capellacommon/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/capellacommon/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/capellacore/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/capellacore/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/capellacore/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/capellacore/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/capellacore/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/capellacore/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/capellamodeller/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/capellamodeller/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/capellamodeller/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/capellamodeller/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/capellamodeller/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/capellamodeller/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/cs/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/cs/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/cs/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/cs/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/cs/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/cs/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/ctx/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/ctx/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/ctx/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/ctx/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/ctx/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/ctx/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/epbs/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/epbs/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/epbs/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/epbs/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/epbs/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/epbs/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/fa/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/fa/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/fa/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/fa/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/fa/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/fa/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/information/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/information/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/information/communication/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/information/communication/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/information/communication/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/information/communication/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/information/communication/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/information/communication/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/information/datatype/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/information/datatype/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/information/datatype/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/information/datatype/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/information/datatype/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/information/datatype/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/information/datavalue/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/information/datavalue/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/information/datavalue/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/information/datavalue/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/information/datavalue/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/information/datavalue/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/information/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/information/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/information/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/information/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/interaction/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/interaction/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/interaction/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/interaction/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/interaction/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/interaction/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/la/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/la/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/la/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/la/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/la/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/la/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/oa/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/oa/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/oa/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/oa/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/oa/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/oa/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/pa/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/pa/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/pa/deployment/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/pa/deployment/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/pa/deployment/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/pa/deployment/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/pa/deployment/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/pa/deployment/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/pa/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/pa/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/pa/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/pa/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/requirement/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/requirement/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/requirement/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/requirement/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/requirement/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/requirement/util/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/sharedmodel/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/sharedmodel/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/sharedmodel/impl/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/sharedmodel/impl/package-summary.html [INFO] Make relative - base: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc, file: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/html/api-docs/javadoc/org/polarsys/capella/core/data/sharedmodel/util/package-summary.html -> html/api-docs/javadoc/org/polarsys/capella/core/data/sharedmodel/util/package-summary.html [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.developer.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.developer.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.developer.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.developer.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.developer.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.diagrams.doc >----------- [INFO] Building org.polarsys.capella.diagrams.doc 1.2.2-SNAPSHOT [243/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.diagrams.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.diagrams.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.diagrams.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diagrams.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.diagrams.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diagrams.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diagrams.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.diagrams.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diagrams.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.diagrams.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.diagrams.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.diffmerge.doc >----------- [INFO] Building org.polarsys.capella.diffmerge.doc 1.2.2-SNAPSHOT [244/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.diffmerge.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.diffmerge.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.diffmerge.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diffmerge.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.diffmerge.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diffmerge.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diffmerge.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.diffmerge.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diffmerge.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.diffmerge.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.diffmerge.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] ---------------< org.polarsys:org.polarsys.capella.doc >---------------- [INFO] Building org.polarsys.capella.doc 1.2.2-SNAPSHOT [245/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.viewpoint.doc >----------- [INFO] Building org.polarsys.capella.viewpoint.doc 1.2.2-SNAPSHOT [246/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viewpoint.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.viewpoint.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.viewpoint.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.viewpoint.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.viewpoint.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.viewpoint.doc/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viewpoint.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.viewpoint.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.viewpoint.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viewpoint.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.patterns.doc >----------- [INFO] Building org.polarsys.capella.patterns.doc 1.2.2-SNAPSHOT [247/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.patterns.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.patterns.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.patterns.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.patterns.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.patterns.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.patterns.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.patterns.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.patterns.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.patterns.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.patterns.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.patterns.doc/target/org.polarsys.capella.patterns.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.patterns.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.patterns.doc/target/org.polarsys.capella.patterns.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.preferences.doc >---------- [INFO] Building org.polarsys.capella.preferences.doc 1.2.2-SNAPSHOT [248/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.preferences.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.preferences.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.preferences.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.preferences.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.preferences.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.preferences.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.preferences.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.preferences.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.preferences.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.preferences.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.preferences.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.properties.doc >---------- [INFO] Building org.polarsys.capella.properties.doc 1.2.2-SNAPSHOT [249/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.properties.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.properties.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.properties.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.properties.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.properties.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.properties.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.properties.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.properties.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.properties.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.properties.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.properties.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.re.doc >-------------- [INFO] Building org.polarsys.capella.re.doc 1.2.2-SNAPSHOT [250/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.re.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.re.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.re.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.re.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.re.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.re.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.re.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.re.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.re.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.re.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.re.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.re.doc --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.transitions.doc >---------- [INFO] Building org.polarsys.capella.transitions.doc 1.2.2-SNAPSHOT [251/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transitions.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.transitions.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transitions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.transitions.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.transitions.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.transitions.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.transitions.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transitions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.transitions.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transitions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transitions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.ui.doc >-------------- [INFO] Building org.polarsys.capella.ui.doc 1.2.2-SNAPSHOT [252/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ui.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.ui.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.ui.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.ui.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.ui.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.ui.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.ui.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.ui.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.ui.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ui.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.glossary.doc >----------- [INFO] Building org.polarsys.capella.glossary.doc 1.2.2-SNAPSHOT [253/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.glossary.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.glossary.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.glossary.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.glossary.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.glossary.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.glossary.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.glossary.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.glossary.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.glossary.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.glossary.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.glossary.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.validation.doc >---------- [INFO] Building org.polarsys.capella.validation.doc 1.2.2-SNAPSHOT [254/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.validation.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.validation.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.validation.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.validation.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.validation.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.validation.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.validation.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.validation.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.validation.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.th.doc >-------------- [INFO] Building org.polarsys.capella.th.doc 1.2.2-SNAPSHOT [255/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.th.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.th.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.th.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.th.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.th.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.th.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.th.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.th.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.th.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.th.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.tipsandtricks.doc >--------- [INFO] Building org.polarsys.capella.tipsandtricks.doc 1.2.2-SNAPSHOT [256/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.tipsandtricks.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.gitadapter.doc >---------- [INFO] Building org.polarsys.capella.gitadapter.doc 1.2.2-SNAPSHOT [257/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.gitadapter.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.gitadapter.doc --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.gitadapter.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.gitadapter.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.gitadapter.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.gitadapter.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.gitadapter.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.gitadapter.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.gitadapter.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.gitadapter.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.gitadapter.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.gitadapter.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.gitadapter.doc --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.gitadapter.doc/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.gitadapter.doc/target/org.polarsys.capella.gitadapter.doc-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.gitadapter.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.gitadapter.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/plugins/org.polarsys.capella.gitadapter.doc/target/org.polarsys.capella.gitadapter.doc-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.gitadapter.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.gitadapter.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.gitadapter.doc --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.doc.feature >------------ [INFO] Building org.polarsys.capella.doc.feature 1.2.2-SNAPSHOT [258/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.doc.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/features/org.polarsys.capella.doc.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.doc.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.doc.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.common.ui >----- [INFO] Building org.polarsys.capella.core.projection.common.ui 1.2.2-SNAPSHOT [259/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.common.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.refinement.merge.ui >----- [INFO] Building org.polarsys.capella.core.refinement.merge.ui 1.2.2-SNAPSHOT [260/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge.ui/target/org.polarsys.capella.core.refinement.merge.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.merge.ui/target/org.polarsys.capella.core.refinement.merge.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.merge.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.refinement.preferences.ui >-- [INFO] Building org.polarsys.capella.core.refinement.preferences.ui 1.2.2-SNAPSHOT [261/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences.ui/target/org.polarsys.capella.core.refinement.preferences.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.preferences.ui/target/org.polarsys.capella.core.refinement.preferences.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.preferences.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.refinement.resolver.uiselection >-- [INFO] Building org.polarsys.capella.core.refinement.resolver.uiselection 1.2.2-SNAPSHOT [262/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.uiselection/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.uiselection/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.uiselection/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.uiselection/target/org.polarsys.capella.core.refinement.resolver.uiselection-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.refinement.resolver.uiselection/target/org.polarsys.capella.core.refinement.resolver.uiselection-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.refinement.resolver.uiselection --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.diagram.ui >---- [INFO] Building org.polarsys.capella.core.transition.diagram.ui 1.2.2-SNAPSHOT [263/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.transfo.feature >------ [INFO] Building org.polarsys.capella.core.ui.transfo.feature 1.2.2-SNAPSHOT [264/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.transfo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.advance.feature >------- [INFO] Building org.polarsys.capella.core.advance.feature 1.2.2-SNAPSHOT [265/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.advance.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.advance.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.advance.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.advance.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.advance.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.advance.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext >-- [INFO] Building org.polarsys.capella.core.explorer.activity.ui.richtext 1.2.2-SNAPSHOT [266/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.ui.properties.richtext >---- [INFO] Building org.polarsys.capella.core.ui.properties.richtext 1.2.2-SNAPSHOT [267/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.properties.richtext.feature >-- [INFO] Building org.polarsys.capella.core.properties.richtext.feature 1.2.2-SNAPSHOT [268/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.richtext.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.feature >----------- [INFO] Building org.polarsys.capella.core.feature 1.2.2-SNAPSHOT [269/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.feature --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.flexibility.commands >----- [INFO] Building org.polarsys.capella.core.flexibility.commands 1.2.2-SNAPSHOT [270/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.flexibility.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.flexibility.commands --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.flexibility.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.flexibility.commands --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.flexibility.commands --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.flexibility.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.flexibility.commands --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[49] public Object execute(final ExecutionEvent event) throws ExecutionException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method execute(ExecutionEvent) of type GeneratePluginInformationHandler should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[50] final Logger logger = Logger.getLogger(IReportManagerDefaultComponents.MODEL); ^^^^^^ The value of the local variable logger is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[54] public void setSelection(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSelection(ISelection) of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[58] public void removeSelectionChangedListener(ISelectionChangedListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeSelectionChangedListener(ISelectionChangedListener) of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[62] public ISelection getSelection() { ^^^^^^^^^^^^^^ The method getSelection() of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[66] public void addSelectionChangedListener(ISelectionChangedListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addSelectionChangedListener(ISelectionChangedListener) of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[77] sb.append("\n\n" + " \n"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[77] sb.append("\n\n" + " \n"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[77] sb.append("\n\n" + " \n"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[77] sb.append("\n\n" + " \n"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[78] sb.append("

    All defined commands

    "); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[80] output(sb, "", contentProvider, menuInput); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[83] sb.append("\n"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[84] sb.append("\n"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[88] IFile fileOutput = file.getProject().getFile("index.html"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[121] sb.append(string + "
  1. \n"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[122] sb.append(string + ""); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[128] sb.append(""); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[130] sb.append(string + ""); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[136] sb.append("\n"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[138] sb.append(string + "
      \n"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[140] output(sb, string + " ", contentProvider, child); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[142] sb.append(string + "
    \n"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[143] sb.append(string + "
  2. \n"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[151] sb.append(string + "
  3. \n"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[153] sb.append(string + ""); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[159] sb.append(""); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[161] sb.append(string + ""); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[167] sb.append("\n"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GeneratePluginInformationHandler.java:[169] sb.append(string + "
  4. \n"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsContentProvider.java:[35] public void dispose() { ^^^^^^^^^ The method dispose() of type CommandsContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsContentProvider.java:[35] public void dispose() { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsContentProvider.java:[43] public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method inputChanged(Viewer, Object, Object) of type CommandsContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsContentProvider.java:[52] public Object[] getElements(Object inputElement) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getElements(Object) of type CommandsContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsContentProvider.java:[76] if (category.getId().startsWith("org.polarsys.capella.core.flexibility")) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsContentProvider.java:[93] ICommandService cmdService = (ICommandService) PlatformUI.getWorkbench().getService(ICommandService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from ICommandService to ICommandService [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsContentProvider.java:[123] ICommandService cmdService = (ICommandService) PlatformUI.getWorkbench().getService(ICommandService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from ICommandService to ICommandService [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsContentProvider.java:[153] public Object[] getChildren(Object parentElement) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getChildren(Object) of type CommandsContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsContentProvider.java:[160] public Object getParent(Object element) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getParent(Object) of type CommandsContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsContentProvider.java:[167] public boolean hasChildren(Object element) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method hasChildren(Object) of type CommandsContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsContentProvider.java:[206] public boolean isChecked(Object element) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method isChecked(Object) of type CommandsContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsContentProvider.java:[227] public boolean isGrayed(Object element) { ^^^^^^^^^^^^^^^^^^^^^^^^ The method isGrayed(Object) of type CommandsContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AllPackagedProviders.java:[31] public Collection getActions(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActions(Shell, ISelectionProvider) of type AllPackagedProviders should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/policy/AbstractHiddenPolicy.java:[32] public boolean cover(String commandId) { ^^^^^^^^^^^^^^^^^^^^^^^ The method cover(String) of type AbstractHiddenPolicy should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferenceConstants.java:[17] public static final String P_F = "PF_Preference"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[72] public void setSelection(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSelection(ISelection) of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[72] public void setSelection(ISelection selection) { ^^^^^^^^^ The parameter selection is hiding a field from type new ISelectionProvider(){} [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[73] selection = selection; ^^^^^^^^^^^^^^^^^^^^^ The assignment to variable selection has no effect [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[73] selection = selection; ^^^^^^^^^ The parameter selection should not be assigned [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[76] public void removeSelectionChangedListener(ISelectionChangedListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeSelectionChangedListener(ISelectionChangedListener) of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[76] public void removeSelectionChangedListener(ISelectionChangedListener listener) { } ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[79] public ISelection getSelection() { ^^^^^^^^^^^^^^ The method getSelection() of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[83] public void addSelectionChangedListener(ISelectionChangedListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addSelectionChangedListener(ISelectionChangedListener) of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[83] public void addSelectionChangedListener(ISelectionChangedListener listener) { } ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[142] AbstractContributionFactory viewMenuAddition = new AbstractContributionFactory("popup:capella.project.explorer#PopupMenu?after=group.goto", "") { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[142] AbstractContributionFactory viewMenuAddition = new AbstractContributionFactory("popup:capella.project.explorer#PopupMenu?after=group.goto", "") { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[157] IMenuService menuService = (IMenuService) PlatformUI.getWorkbench().getService(IMenuService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IMenuService to IMenuService [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/MenuProvider.java:[164] IMenuService menuService = (IMenuService) PlatformUI.getWorkbench().getService(IMenuService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IMenuService to IMenuService [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/RenamingActionsProvider.java:[37] public Collection getActions(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActions(Shell, ISelectionProvider) of type RenamingActionsProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/RenamingActionsProvider.java:[106] for (Object o : (EList) object.eContainer().eGet(object.eContainmentFeature())) { ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/testgen/TestGenerationProvider.java:[29] public Collection getActions(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActions(Shell, ISelectionProvider) of type TestGenerationProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/testgen/RetrieveIDsConstants.java:[44] setName(object, ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/testgen/RetrieveIDsConstants.java:[53] System.out.println("public static String " + EObjectHelper.getInstance().getQualifiedIdentifier(object).toUpperCase() + " = \"" ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/testgen/RetrieveIDsConstants.java:[53] System.out.println("public static String " + EObjectHelper.getInstance().getQualifiedIdentifier(object).toUpperCase() + " = \"" ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/testgen/RetrieveIDsConstants.java:[54] + EObjectHelper.getInstance().getIDValue(object) + "\"; //$NON-NLS-1$ "); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[17] import org.eclipse.ui.internal.Perspective; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Perspective' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[17] import org.eclipse.ui.internal.Perspective; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.internal.Perspective is never used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[18] import org.eclipse.ui.internal.WorkbenchPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[19] import org.eclipse.ui.internal.dialogs.cpd.CustomizePerspectiveDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CustomizePerspectiveDialog' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[26] public Boolean getVisible(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getVisible(IContributionItem) of type PerspectiveOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[34] String id = CustomizePerspectiveDialog.getIDFromIContributionItem(item); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CustomizePerspectiveDialog' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[34] String id = CustomizePerspectiveDialog.getIDFromIContributionItem(item); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CustomizePerspectiveDialog.getIDFromIContributionItem(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[48] (((WorkbenchPage) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage())).addHiddenItems(commandId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WorkbenchPage.addHiddenItems(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[48] (((WorkbenchPage) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage())).addHiddenItems(commandId); ^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[52] (((WorkbenchPage) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage())).removeHiddenItems(commandId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WorkbenchPage.removeHiddenItems(String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[52] (((WorkbenchPage) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage())).removeHiddenItems(commandId); ^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[56] return (((WorkbenchPage) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage())).getHiddenItems().contains(commandId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WorkbenchPage.getHiddenItems()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[56] return (((WorkbenchPage) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage())).getHiddenItems().contains(commandId); ^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[59] public Integer getAccelerator(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAccelerator(IContributionItem) of type PerspectiveOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[63] public String getAcceleratorText(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAcceleratorText(IContributionItem) of type PerspectiveOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[67] public Boolean getEnabled(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getEnabled(IContributionItem) of type PerspectiveOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PerspectiveOverrides.java:[71] public String getText(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getText(IContributionItem) of type PerspectiveOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/annotations/CommandImage.java:[22] public static final String COMMAND_IMAGE__VALUE = "value"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[41] import org.eclipse.sirius.business.internal.helper.task.DeleteDRepresentationTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DeleteDRepresentationTask' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[78] public Collection getActions(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActions(Shell, ISelectionProvider) of type CleanActionsProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[230] Resource re = object.eResource(); ^^ The value of the local variable re is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[254] public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(IProgressMonitor) of type new IRunnableWithProgress(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[258] getLogger().info(new EmbeddedMessage(objects.size() + " diagrams to be opened", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[263] if (process(object)) { ^^^^^^^^^^^^^^^ Access to enclosing method process(DDiagram) from the type CleanActionsProvider.Unsynchronizer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[271] getLogger().info(new EmbeddedMessage("No diagram have been opened", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[273] getLogger().info(new EmbeddedMessage(nbProceed + " diagrams have been opened", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[313] getLogger().info(new EmbeddedMessage(NLS.bind("{0} diagram elements removed", elements.size()), IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[468] public boolean visit(IResource resource) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visit(IResource) of type new IResourceVisitor(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[480] } catch (CoreException exception) { } ^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[492] public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(IProgressMonitor) of type new IRunnableWithProgress(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[496] getLogger().info(new EmbeddedMessage(objects.size() + " files to be deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[506] } catch (CoreException exception) { } ^^^^^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[512] getLogger().info(new EmbeddedMessage("No files have been deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[514] getLogger().info(new EmbeddedMessage(nbProceed + " files have been deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[614] value.put(parent, value.get(parent) + 1); ^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[614] value.put(parent, value.get(parent) + 1); ^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[616] value.put(parent, 1); ^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[626] value.put(archi, 1); ^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[628] value.put(content, 1); ^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[648] public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(IProgressMonitor) of type new IRunnableWithProgress(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[652] getLogger().info(new EmbeddedMessage(objects.size() + " objects to be deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[665] getLogger().info(new EmbeddedMessage("No objects have been deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[667] getLogger().info(new EmbeddedMessage(nbProceed + " objects have been deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[749] public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(IProgressMonitor) of type new IRunnableWithProgress(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[753] getLogger().info(new EmbeddedMessage(objects.size() + " diagrams to be deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[758] if (process(object)) { ^^^^^^^^^^^^^^^ Access to enclosing method process(DDiagram) from the type CleanActionsProvider.RemoveDiagrams is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[766] getLogger().info(new EmbeddedMessage("No diagram have been deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[768] getLogger().info(new EmbeddedMessage(nbProceed + " diagrams have been deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[793] (new DeleteDRepresentationTask(object)).execute(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DeleteDRepresentationTask(DRepresentation)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[793] (new DeleteDRepresentationTask(object)).execute(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeleteDRepresentationTask.execute()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CleanActionsProvider.java:[793] (new DeleteDRepresentationTask(object)).execute(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DeleteDRepresentationTask' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[73] public static String getId(Class clazz) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[74] return "org.polarsys.capella.core.flexibility.commands.dynamic." + clazz.getSimpleName().toLowerCase(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[81] public DefaultAction(Shell shell, ISelectionProvider selectionProvider) { ^^^^^ The parameter shell is hiding a field from type DefaultAction [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[81] public DefaultAction(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^ The parameter selectionProvider is hiding a field from type DefaultAction [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[82] selectionProvider = selectionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The assignment to variable selectionProvider has no effect [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[82] selectionProvider = selectionProvider; ^^^^^^^^^^^^^^^^^ The parameter selectionProvider should not be assigned [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[83] shell = shell; ^^^^^^^^^^^^^ The assignment to variable shell has no effect [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[83] shell = shell; ^^^^^ The parameter shell should not be assigned [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[108] return "process.gif"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[139] LinkedList res = new LinkedList((List) getSelection(IResource.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[139] LinkedList res = new LinkedList((List) getSelection(IResource.class)); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[141] public Iterator iterator() { ^^^^^^^^^^ The method iterator() of type new Iterable(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[144] Iterator current = null; ^^^^^^^ The value of the field new Iterator(){}.current is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[146] public boolean hasNext() { ^^^^^^^^^ The method hasNext() of type new Iterator(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[150] public IResource next() { ^^^^^^ The method next() of type new Iterator(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[160] } catch (CoreException e) { } ^^^^^^^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[167] public void remove() { ^^^^^^^^ The method remove() of type new Iterator(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[179] public Iterator iterator() { ^^^^^^^^^^ The method iterator() of type new Iterable(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[184] public boolean hasNext() { ^^^^^^^^^ The method hasNext() of type new Iterator(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[193] public EObject next() { ^^^^^^ The method next() of type new Iterator(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[202] public void remove() { ^^^^^^^^ The method remove() of type new Iterator(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[233] public void run() { ^^^^^ The method run() of type new AbstractReadWriteCommand(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[234] logger = ReportManagerRegistry.getInstance().subscribe(getReportComponent()); ^^^^^^ Write access to enclosing field DefaultAction.logger is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[235] String strCategory = "(default)"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[239] logger.info(new EmbeddedMessage(NLS.bind("----------------- {0} / {1} -----------------", strCategory, getText()), IReportManagerDefaultComponents.UI)); ^^^^^^ Read access to enclosing field DefaultAction.logger is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[239] logger.info(new EmbeddedMessage(NLS.bind("----------------- {0} / {1} -----------------", strCategory, getText()), IReportManagerDefaultComponents.UI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/actions/DefaultAction.java:[243] logger = null; ^^^^^^ Write access to enclosing field DefaultAction.logger is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[69] public Collection getActions(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActions(Shell, ISelectionProvider) of type InformationActionsProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[132] GetText(Shell shell) { ^^^^^ The parameter shell is hiding a field from type InformationActionsProvider.GetText [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[133] shell = shell; ^^^^^^^^^^^^^ The assignment to variable shell has no effect [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[133] shell = shell; ^^^^^ The parameter shell should not be assigned [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[136] public void setValue(String value) { ^^^^^ The parameter value is hiding a field from type InformationActionsProvider.GetText [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[137] value = value; ^^^^^^^^^^^^^ The assignment to variable value has no effect [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[137] value = value; ^^^^^ The parameter value should not be assigned [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[228] public void setSelection(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSelection(ISelection) of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[228] public void setSelection(ISelection selection) { } ^^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[232] public void removeSelectionChangedListener(ISelectionChangedListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeSelectionChangedListener(ISelectionChangedListener) of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[232] public void removeSelectionChangedListener(ISelectionChangedListener listener) { } ^^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[236] public ISelection getSelection() { ^^^^^^^^^^^^^^ The method getSelection() of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[240] public void addSelectionChangedListener(ISelectionChangedListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addSelectionChangedListener(ISelectionChangedListener) of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[240] public void addSelectionChangedListener(ISelectionChangedListener listener) { } ^^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[253] private void setName(EObject object, String string) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setName(EObject, String) from the type InformationActionsProvider.RetrieveFromIdentifierTransitioned is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[345] private void setName(EObject object, String string) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setName(EObject, String) from the type InformationActionsProvider.RetrieveHelpers is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[607] if ((source != null) && !((source instanceof EList) && (((EList) source).size() == 0))) { ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/InformationActionsProvider.java:[637] if ((source != null) && !((source instanceof EList) && (((EList) source).size() == 0))) { ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[61] setDescription(NLS.bind("All registered commands (v{0})", Activator.getDefault().getBundle().getVersion().toString())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[62] setTitle("Flexibility"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[63] setMessage("Any changes will most likely take immediate effect regardless of OK/Cancel/Apply buttons", IMessageProvider.WARNING); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[90] gridLayout.verticalSpacing = verticalSpacing; ^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[93] gridLayout.horizontalSpacing = horizontalSpacing; ^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[103] gridData.widthHint = widthHint; ^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[106] gridData.heightHint = heightHint; ^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[147] column.getColumn().setText("Command"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[153] column2.getColumn().setText("Description"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[155] TreeColumn[] a = viewer.getTree().getColumns(); ^ The value of the local variable a is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[157] viewer.getTree().setLayoutData(createGridData(SWT.FILL, SWT.FILL, true, true, 0, 0, null, 250)); ^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[158] viewer.getTree().setLayout(createGridLayout(1, 0, 0, 0, 0, 0, 0, 0, 0)); ^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[158] viewer.getTree().setLayout(createGridLayout(1, 0, 0, 0, 0, 0, 0, 0, 0)); ^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[166] public void setSelection(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSelection(ISelection) of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[170] public void removeSelectionChangedListener(ISelectionChangedListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeSelectionChangedListener(ISelectionChangedListener) of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[174] public ISelection getSelection() { ^^^^^^^^^^^^^^ The method getSelection() of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[178] public void addSelectionChangedListener(ISelectionChangedListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addSelectionChangedListener(ISelectionChangedListener) of type new ISelectionProvider(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[186] public void checkStateChanged(CheckStateChangedEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkStateChanged(CheckStateChangedEvent) of type new ICheckStateListener(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[219] public void init(IWorkbench workbench) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method init(IWorkbench) of type PreferencePage should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/preferences/PreferencePage.java:[219] public void init(IWorkbench workbench) { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[34] import org.eclipse.ui.internal.commands.CommandImageService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandImageService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[46] public Collection getActions(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActions(Shell, ISelectionProvider) of type DynamicCommandsContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[56] ICommandService cmdService = (ICommandService) PlatformUI.getWorkbench().getService(ICommandService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from ICommandService to ICommandService [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[72] ICommandService cmdService = (ICommandService) PlatformUI.getWorkbench().getService(ICommandService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from ICommandService to ICommandService [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[73] IHandlerService handlerService = (IHandlerService) PlatformUI.getWorkbench().getService(IHandlerService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHandlerService to IHandlerService [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[74] ICommandImageService imgService = (ICommandImageService) PlatformUI.getWorkbench().getService(ICommandImageService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from ICommandImageService to ICommandImageService [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[82] ((CommandImageService) imgService).bind(action.getId(), ICommandImageService.TYPE_DEFAULT, ICommandImageService.IMAGE_STYLE_DEFAULT, action.getImageDescriptor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CommandImageService.bind(String, int, String, ImageDescriptor)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[82] ((CommandImageService) imgService).bind(action.getId(), ICommandImageService.TYPE_DEFAULT, ICommandImageService.IMAGE_STYLE_DEFAULT, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandImageService' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.3.v20170216-1539/org.eclipse.ui.workbench-3.108.3.v20170216-1539.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[86] public Object execute(ExecutionEvent event) throws ExecutionException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method execute(ExecutionEvent) of type new AbstractHandler(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[105] Object selection = context.getVariable("selection"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[108] currentInput.selectionProvider.setSelection((ISelection) selection); ^^^^^^^^^^^^ Read access to enclosing field CommandsContentProvider.currentInput is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[131] ICommandService cmdService = (ICommandService) PlatformUI.getWorkbench().getService(ICommandService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from ICommandService to ICommandService [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[134] lunch.define(getName(categoryId), getName(categoryId) + " commands"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DynamicCommandsContentProvider.java:[139] String[] ides = categoryId.split("\\."); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[71] public Collection getActions(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActions(Shell, ISelectionProvider) of type AccessActionsProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[124] private class TransitionTest extends DefaultAction { ^^^^^^^^^^^^^^ The type AccessActionsProvider.TransitionTest is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[151] public void execute() { } ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[156] private class MakeLogCommands extends DefaultAction { ^^^^^^^^^^^^^^^ The type AccessActionsProvider.MakeLogCommands is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[181] Level al = getLogger().getLoggerRepository().getThreshold(); ^^ The value of the local variable al is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[183] Level a2 = getLogger().getLoggerRepository().getThreshold(); ^^ The value of the local variable a2 is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[184] boolean a = getLogger().isInfoEnabled(); ^ The value of the local variable a is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[200] public String getText2(Object object) { ^^^^^^^^^^^^^^^^^^^^^^^ The method getText2(Object) from the type AccessActionsProvider.MakeLogCommands is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[201] Object obj = null; ^^^ The value of the local variable obj is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[204] AbstractNamedElement e = (AbstractNamedElement) object; ^ The value of the local variable e is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[215] private class MustBeTransitioned extends DefaultAction { ^^^^^^^^^^^^^^^^^^ The type AccessActionsProvider.MustBeTransitioned is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[244] Object obj = null; ^^^ The value of the local variable obj is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[247] AbstractNamedElement e = (AbstractNamedElement) object; ^ The value of the local variable e is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[257] private class ValidationAccessor extends DefaultAction { ^^^^^^^^^^^^^^^^^^ The type AccessActionsProvider.ValidationAccessor is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[261] String categories; ^^^^^^^^^^ The value of the field AccessActionsProvider.ValidationAccessor.ConstraintDesc.categories is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[264] String severity; ^^^^^^^^ The value of the field AccessActionsProvider.ValidationAccessor.ConstraintDesc.severity is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[265] String message; ^^^^^^^ The value of the field AccessActionsProvider.ValidationAccessor.ConstraintDesc.message is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[268] String bundleid; ^^^^^^^^ The value of the field AccessActionsProvider.ValidationAccessor.ConstraintDesc.bundleid is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[273] categories = parent.getAttribute("categories"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[274] id = constraint.getAttribute("id"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[275] name = constraint.getAttribute("name"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[276] severity = constraint.getAttribute("severity"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[277] message = constraint.getAttribute("message"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[278] sclass = constraint.getAttribute("class"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[281] target = constraint.getChildren("target")[0].getAttribute("class"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[281] target = constraint.getChildren("target")[0].getAttribute("class"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[282] } catch (Exception e) { } ^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[285] description = constraint.getChildren("description")[0].getValue(); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[286] description = description.replaceAll("\n", " "); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[286] description = description.replaceAll("\n", " "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[287] } catch (Exception e) { } ^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[293] return "" + id + "\t" + target + "\t" + sclass + "\t" + name + "\t" + description; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[293] return "" + id + "\t" + target + "\t" + sclass + "\t" + name + "\t" + description; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[293] return "" + id + "\t" + target + "\t" + sclass + "\t" + name + "\t" + description; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[293] return "" + id + "\t" + target + "\t" + sclass + "\t" + name + "\t" + description; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[293] return "" + id + "\t" + target + "\t" + sclass + "\t" + name + "\t" + description; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[306] return "process.gif"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[311] return "Validation rules"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[323] IConfigurationElement[] elementsForPlugin = extensionRegistry.getConfigurationElementsFor("org.eclipse.emf.validation.constraintProviders"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[327] public int compare(ConstraintDesc arg0, ConstraintDesc arg1) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method compare(AccessActionsProvider.ValidationAccessor.ConstraintDesc, AccessActionsProvider.ValidationAccessor.ConstraintDesc) of type new Comparator(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[338] for (IConfigurationElement constraints : root.getChildren("constraints")) { ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[339] for (IConfigurationElement constraint : constraints.getChildren("constraint")) { ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[351] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[353] private class DirtyDiagramAccessor extends DefaultAction { ^^^^^^^^^^^^^^^^^^^^ The type AccessActionsProvider.DirtyDiagramAccessor is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[357] return "process.gif"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[371] return "Retrieve dirty diagrams"; ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[409] logger.error(new EmbeddedMessage(NLS.bind("Diagram ''{0}'' ({1} invalid elements)", diagram.getName(), nbElements), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[409] logger.error(new EmbeddedMessage(NLS.bind("Diagram ''{0}'' ({1} invalid elements)", diagram.getName(), nbElements), ^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[419] logger.info(new EmbeddedMessage("All diagrams seems to be valid", IReportManagerDefaultComponents.UI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[423] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[425] private class EmptyDiagramAccessor extends DefaultAction { ^^^^^^^^^^^^^^^^^^^^ The type AccessActionsProvider.EmptyDiagramAccessor is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[432] return "process.gif"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[446] return "Retrieve graphical elements not linked to a semantic element"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[466] logger.info(new EmbeddedMessage("Diagrams checking...", IReportManagerDefaultComponents.UI)); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[487] logger.info(new EmbeddedMessage("All diagrams seems to be valid", IReportManagerDefaultComponents.UI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[516] logger.info(new EmbeddedMessage(NLS.bind("Diagram ''{0}'' checking...", diagram.getName()), IReportManagerDefaultComponents.UI, diagram)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[542] logger.info(new EmbeddedMessage(NLS.bind("{0} graphical elements aren't related to a semantic element.", invalids.size()), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[542] logger.info(new EmbeddedMessage(NLS.bind("{0} graphical elements aren't related to a semantic element.", invalids.size()), ^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[547] "Diagram contains {0} graphical elements which can potentially be associated to an existing semantic element.", realInvalids.size() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[547] "Diagram contains {0} graphical elements which can potentially be associated to an existing semantic element.", realInvalids.size() + realPortInvalids.size()), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[553] "-- Graphical element named ''{0}'' is not linked to a semantic element but there is a semantic element with same name in model.", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[561] "-- Port of graphical element named ''{0}'' is not linked to a semantic element but there is a semantic element with same parent's name in model.", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[568] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[583] return "process.gif"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[588] return "Open as text"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[593] return "org.polarsys.capella.core.flexibility.file"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[615] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[617] private class CompareAsText extends DefaultAction { ^^^^^^^^^^^^^ The type AccessActionsProvider.CompareAsText is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[630] return "process.gif"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[635] return "Compare as text"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[640] return "org.polarsys.capella.core.flexibility.file"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[644] public void execute() { } ^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[647] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[657] return "process.gif"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[662] return "Unset read only"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[669] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[684] return "process.gif"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[689] return "Set read only"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[694] return "org.polarsys.capella.core.flexibility.file.attributes"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[720] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[735] return "capella_16.gif"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[740] return "Create new Capella Project"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[748] return "This command allows to create a new Capella Project from everywhere"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/AccessActionsProvider.java:[766] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[22] import org.polarsys.capella.common.ui.services.helper.EObjectImageProviderHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.polarsys.capella.common.ui.services.helper.EObjectImageProviderHelper is never used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[46] return "_id_" + getQualifiedIdentifier(object); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[50] return "_" + getQualifiedIdentifier(object); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[61] String prefix = DataValueNaminghelper.getReferencePrefix((DataValue) object).replace(" ", ""); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[61] String prefix = DataValueNaminghelper.getReferencePrefix((DataValue) object).replace(" ", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[63] prefix = object.eContainingFeature().getName().replace("owned", ""); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[63] prefix = object.eContainingFeature().getName().replace("owned", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[65] name = prefix + (((((DataValue) object).getName() == null) || (((DataValue) object).getName().isEmpty())) ? "" : "_" + ((DataValue) object).getName()); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[65] name = prefix + (((((DataValue) object).getName() == null) || (((DataValue) object).getName().isEmpty())) ? "" : "_" + ((DataValue) object).getName()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[71] } catch (Exception e) { } ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[75] name = "part_" + name; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[98] } catch (Exception exception) { } ^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[105] .replaceAll(String.format("%s|%s|%s", "(?<=[A-Z])(?=[A-Z][a-z])", "(?<=[^A-Z])(?=[A-Z])", "(?<=[A-Za-z])(?=[^A-Za-z])"), " "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[105] .replaceAll(String.format("%s|%s|%s", "(?<=[A-Z])(?=[A-Z][a-z])", "(?<=[^A-Z])(?=[A-Z])", "(?<=[A-Za-z])(?=[^A-Za-z])"), " "); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[105] .replaceAll(String.format("%s|%s|%s", "(?<=[A-Z])(?=[A-Z][a-z])", "(?<=[^A-Z])(?=[A-Z])", "(?<=[A-Za-z])(?=[^A-Za-z])"), " "); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[105] .replaceAll(String.format("%s|%s|%s", "(?<=[A-Z])(?=[A-Z][a-z])", "(?<=[^A-Z])(?=[A-Z])", "(?<=[A-Za-z])(?=[^A-Za-z])"), " "); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[105] .replaceAll(String.format("%s|%s|%s", "(?<=[A-Z])(?=[A-Z][a-z])", "(?<=[^A-Z])(?=[A-Z])", "(?<=[A-Za-z])(?=[^A-Za-z])"), " "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[106] String MAJ = object.eClass().getName().replaceAll("[a-z]", ""); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[106] String MAJ = object.eClass().getName().replaceAll("[a-z]", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[110] if (namings.contains(name)) { } ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[114] name = name.replace(" ", "_"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[114] name = name.replace(" ", "_"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[115] name = name.replace(".", "_"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[115] name = name.replace(".", "_"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[116] name = name.replace(":", ""); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[116] name = name.replace(":", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[117] name = name.replace("[", ""); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[117] name = name.replace("[", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[118] name = name.replace("]", ""); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[118] name = name.replace("]", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[120] name = name.replace("EPBSA", "EPBS"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[120] name = name.replace("EPBSA", "EPBS"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[123] name = name.replace("PHYSICAL_SYSTEM", ""); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[123] name = name.replace("PHYSICAL_SYSTEM", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[124] name = name.replace("LOGICAL_SYSTEM", ""); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[124] name = name.replace("LOGICAL_SYSTEM", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[125] name = name.replace("SYSTEM_FUNCTIONS", ""); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[125] name = name.replace("SYSTEM_FUNCTIONS", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[126] name = name.replace("LOGICAL_FUNCTIONS", ""); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[126] name = name.replace("LOGICAL_FUNCTIONS", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[127] name = name.replace("PHYSICAL_FUNCTIONS", ""); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[127] name = name.replace("PHYSICAL_FUNCTIONS", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[130] name = name.replace("COMPONENT_EXCHANGE_ALLOCATION", "cea"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[130] name = name.replace("COMPONENT_EXCHANGE_ALLOCATION", "cea"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[139] EList list = (EList) object; ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[139] EList list = (EList) object; ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[140] String result = "{"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[144] result += ", "; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[148] result += "}"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[171] return "PROJECT_" + getIdentifier(object, isLast); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[175] return isLast ? getIdentifier(object, isLast) : ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[185] if (parent.endsWith("__")) { ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/helpers/EObjectHelper.java:[188] return parent + "__" + identifier; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/annotations/Command.java:[22] public static final String COMMAND__ID = "id"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/annotations/Command.java:[25] public static final String COMMAND__NAME = "name"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/annotations/Command.java:[27] public static final String COMMAND__DESCRIPTION = "description"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/annotations/Command.java:[29] public static final String COMMAND__CATEGORY = "category"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/MenuInput.java:[26] public MenuInput(Shell shell, ISelectionProvider selectionProvider) { ^^^^^ The parameter shell is hiding a field from type MenuInput [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/MenuInput.java:[26] public MenuInput(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^ The parameter selectionProvider is hiding a field from type MenuInput [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/MenuInput.java:[28] shell = shell; ^^^^^^^^^^^^^ The assignment to variable shell has no effect [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/MenuInput.java:[28] shell = shell; ^^^^^ The parameter shell should not be assigned [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/MenuInput.java:[29] selectionProvider = selectionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The assignment to variable selectionProvider has no effect [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/MenuInput.java:[29] selectionProvider = selectionProvider; ^^^^^^^^^^^^^^^^^ The parameter selectionProvider should not be assigned [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/MenuInput.java:[32] public MenuInput(IServiceLocator locator, ISelectionProvider selectionProvider) { ^^^^^^^ The parameter locator is hiding a field from type MenuInput [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/MenuInput.java:[32] public MenuInput(IServiceLocator locator, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^ The parameter selectionProvider is hiding a field from type MenuInput [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/MenuInput.java:[34] locator = locator; ^^^^^^^^^^^^^^^^^ The assignment to variable locator has no effect [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/MenuInput.java:[34] locator = locator; ^^^^^^^ The parameter locator should not be assigned [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/MenuInput.java:[35] selectionProvider = selectionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The assignment to variable selectionProvider has no effect [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/MenuInput.java:[35] selectionProvider = selectionProvider; ^^^^^^^^^^^^^^^^^ The parameter selectionProvider should not be assigned [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/CompoundOverrides.java:[39] public Boolean getEnabled(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getEnabled(IContributionItem) of type CompoundOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/CompoundOverrides.java:[56] public Integer getAccelerator(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAccelerator(IContributionItem) of type CompoundOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/CompoundOverrides.java:[70] public String getAcceleratorText(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAcceleratorText(IContributionItem) of type CompoundOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/CompoundOverrides.java:[84] public String getText(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getText(IContributionItem) of type CompoundOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/CompoundOverrides.java:[98] public Boolean getVisible(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getVisible(IContributionItem) of type CompoundOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PolicyOverrides.java:[27] public Boolean getVisible(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getVisible(IContributionItem) of type PolicyOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PolicyOverrides.java:[42] public Boolean getEnabled(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getEnabled(IContributionItem) of type PolicyOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PolicyOverrides.java:[49] public Integer getAccelerator(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAccelerator(IContributionItem) of type PolicyOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PolicyOverrides.java:[56] public String getAcceleratorText(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAcceleratorText(IContributionItem) of type PolicyOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/ui/PolicyOverrides.java:[63] public String getText(IContributionItem item) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getText(IContributionItem) of type PolicyOverrides should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[55] public Collection getActions(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActions(Shell, ISelectionProvider) of type MoveActionsProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[82] logger.info(new EmbeddedMessage("To select an element. Right click/Show in Project Explorer", IReportManagerDefaultComponents.UI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[102] logger.info(new EmbeddedMessage(NLS.bind("No {0} have been moved.", getText()), IReportManagerDefaultComponents.UI)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[122] "''{0}'' has been moved from ''{1}'' to ''{2}''.", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[136] return NLS.bind("This action moves any owned {0} in the common ancestor.", getText()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[141] return "FunctionalExchange.gif"; ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[162] return "Interactions"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[165] return "Functional Exchanges"; ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[187] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[193] return NLS.bind("This action moves any owned {0} in the common ancestor.", getText()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[200] return "CommunicationMean.gif"; ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[203] return "ComponentExchange.gif"; ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[224] return "Communication Means"; ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[227] return "Component Exchanges"; ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[247] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[253] return NLS.bind("This action moves any owned {0} in the common ancestor. It doesn't move {0} linked to an actor.", getText()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[258] return "PhysicalLink.gif"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[276] return "Physical Links"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/MoveActionsProvider.java:[309] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[38] public Collection getActions(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActions(Shell, ISelectionProvider) of type PropertiesProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[48] private class CompoundWeightProperty extends AbstractProperty implements ICompoundProperty { ^^^^^^^^^^^^^^^^^^^^^^ The type PropertiesProvider.CompoundWeightProperty is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[53] public Object getValue(IPropertyContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValue(IPropertyContext) of type PropertiesProvider.CompoundWeightProperty should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[55] Object object = context.getCurrentValue(context.getProperties().getProperty("weight")); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[57] return ((Integer) object) * 2; ^^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[57] return ((Integer) object) * 2; ^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[65] public IStatus validate(Object newValue, IPropertyContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validate(Object, IPropertyContext) of type PropertiesProvider.CompoundWeightProperty should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[67] Object object = context.getCurrentValue(context.getProperties().getProperty("weight")); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[69] return new Status(IStatus.ERROR, "hop", "weight should be an integer value"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[69] return new Status(IStatus.ERROR, "hop", "weight should be an integer value"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[72] Object objectMax = context.getCurrentValue(context.getProperties().getProperty("maxweight")); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[74] return new Status(IStatus.ERROR, "hop", "weightmax should be an integer value"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[74] return new Status(IStatus.ERROR, "hop", "weightmax should be an integer value"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[78] return new Status(IStatus.ERROR, "hop", "weightdouble should be an integer value"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[78] return new Status(IStatus.ERROR, "hop", "weightdouble should be an integer value"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[82] return new Status(IStatus.ERROR, "hop", "Double is not lower than max weight"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[82] return new Status(IStatus.ERROR, "hop", "Double is not lower than max weight"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[91] public Object getType() { ^^^^^^^^^ The method getType() of type PropertiesProvider.CompoundWeightProperty should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[98] public Object toType(Object value, IPropertyContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method toType(Object, IPropertyContext) of type PropertiesProvider.CompoundWeightProperty should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[100] return Integer.parseInt((String) value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[108] public String[] getRelatedProperties() { ^^^^^^^^^^^^^^^^^^^^^^ The method getRelatedProperties() of type PropertiesProvider.CompoundWeightProperty should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[109] return new String[] { "weight", "maxweight" }; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[109] return new String[] { "weight", "maxweight" }; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[115] public void updatedValue(IProperty property, IPropertyContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method updatedValue(IProperty, IPropertyContext) of type PropertiesProvider.CompoundWeightProperty should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[115] public void updatedValue(IProperty property, IPropertyContext context) { } ^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[121] private class AttributeProperty extends AbstractProperty { ^^^^^^^^^^^^^^^^^ The type PropertiesProvider.AttributeProperty is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[126] public Object getValue(IPropertyContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValue(IPropertyContext) of type PropertiesProvider.AttributeProperty should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[127] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[133] public IStatus validate(Object newValue, IPropertyContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validate(Object, IPropertyContext) of type PropertiesProvider.AttributeProperty should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[141] public Object getType() { ^^^^^^^^^ The method getType() of type PropertiesProvider.AttributeProperty should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[148] public Object toType(Object value, IPropertyContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method toType(Object, IPropertyContext) of type PropertiesProvider.AttributeProperty should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/PropertiesProvider.java:[183] final EObject first = getSelectedEObjects().iterator().next(); ^^^^^ The value of the local variable first is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsLabelProvider.java:[98] public Image getColumnImage(Object element, int columnIndex) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getColumnImage(Object, int) of type CommandsLabelProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsLabelProvider.java:[102] ICommandImageService service = (ICommandImageService) Activator.getDefault().getWorkbench().getService(ICommandImageService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from ICommandImageService to ICommandImageService [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsLabelProvider.java:[107] return Activator.getDefault().getImageDescriptor("process.gif").createImage(); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsLabelProvider.java:[110] return Activator.getDefault().getImageDescriptor("process.gif").createImage(); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsLabelProvider.java:[113] return Activator.getDefault().getImageDescriptor("process.gif").createImage(); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsLabelProvider.java:[128] public String getColumnText(Object element, int columnIndex) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getColumnText(Object, int) of type CommandsLabelProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsLabelProvider.java:[170] public Image getImage(Object element) { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getImage(Object) of type CommandsLabelProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/provider/CommandsLabelProvider.java:[177] public String getText(Object element) { ^^^^^^^^^^^^^^^^^^^^^^^ The method getText(Object) of type CommandsLabelProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DefaultCommandHandler.java:[34] public String getClassAnnotationValue(Class classType, Class annotationType, String attributeName) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DefaultCommandHandler.java:[34] public String getClassAnnotationValue(Class classType, Class annotationType, String attributeName) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DefaultCommandHandler.java:[37] Annotation annotation = classType.getAnnotation(annotationType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method getAnnotation(Class) belongs to the raw type Class. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/DefaultCommandHandler.java:[41] } catch (Exception ex) { } ^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[33] public Collection getActions(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActions(Shell, ISelectionProvider) of type HelperActionsProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[76] FunctionalChainInvolvement chain = (FunctionalChainInvolvement) object; ^^^^^ The value of the local variable chain is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[85] private Collection getCollection(Object a, Object b) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCollection(Object, Object) from the type HelperActionsProvider.FunctionalChainInvolvementInformations is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[88] list.addAll((Collection) a); ^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[88] list.addAll((Collection) a); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[93] list.addAll((Collection) b); ^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[93] list.addAll((Collection) b); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[135] FunctionalChain chain = (FunctionalChain) object; ^^^^^ The value of the local variable chain is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[144] private Collection getCollection(Object a, Object b) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCollection(Object, Object) from the type HelperActionsProvider.FunctionalChainInformations is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[147] list.addAll((Collection) a); ^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[147] list.addAll((Collection) a); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[152] list.addAll((Collection) b); ^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/HelperActionsProvider.java:[152] list.addAll((Collection) b); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/ObfuscateModelHandler.java:[42] public Object execute(final ExecutionEvent event) throws ExecutionException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method execute(ExecutionEvent) of type ObfuscateModelHandler should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/ObfuscateModelHandler.java:[55] logger.info("Obfuscation is made on a AIRD file with opened session"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/ObfuscateModelHandler.java:[70] protected void obfuscateFile(IFile value, Session session) { ^^^^^^^ The parameter session is hiding another local variable defined in an enclosing scope [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/ObfuscateModelHandler.java:[70] protected void obfuscateFile(IFile value, Session session) { } ^^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/ObfuscateModelHandler.java:[82] logger.info("Obfuscation is done (refresh is required!"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/menus/policy/AbstractVisiblePolicy.java:[32] public boolean cover(String commandId) { ^^^^^^^^^^^^^^^^^^^^^^^ The method cover(String) of type AbstractVisiblePolicy should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GenerateHierarchicalHandler.java:[52] GetText(Shell shell) { ^^^^^ The parameter shell is hiding a field from type GenerateHierarchicalHandler.GetText [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GenerateHierarchicalHandler.java:[53] shell = shell; ^^^^^^^^^^^^^ The assignment to variable shell has no effect [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GenerateHierarchicalHandler.java:[53] shell = shell; ^^^^^ The parameter shell should not be assigned [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GenerateHierarchicalHandler.java:[56] public void setValue(String value) { ^^^^^ The parameter value is hiding a field from type GenerateHierarchicalHandler.GetText [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GenerateHierarchicalHandler.java:[57] value = value; ^^^^^^^^^^^^^ The assignment to variable value has no effect [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GenerateHierarchicalHandler.java:[57] value = value; ^^^^^ The parameter value should not be assigned [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GenerateHierarchicalHandler.java:[97] public Object execute(final ExecutionEvent event) throws ExecutionException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method execute(ExecutionEvent) of type GenerateHierarchicalHandler should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GenerateHierarchicalHandler.java:[99] Resource resource = null; ^^^^^^^^ The value of the local variable resource is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GenerateHierarchicalHandler.java:[100] final List objects = new ArrayList(); ^^^^^^^ The value of the local variable objects is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GenerateHierarchicalHandler.java:[105] public void run() { ^^^^^ The method run() of type new AbstractReadWriteCommand(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GenerateHierarchicalHandler.java:[112] String[] values = value.split("\r\n"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/handlers/GenerateHierarchicalHandler.java:[114] String[] ids = val.split(">"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[41] import org.eclipse.sirius.business.internal.helper.task.DeleteDRepresentationTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DeleteDRepresentationTask' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[80] public Collection getActions(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActions(Shell, ISelectionProvider) of type CreationActionsProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[247] private class Unsynchronizer extends DefaultAction { ^^^^^^^^^^^^^^ The type CreationActionsProvider.Unsynchronizer is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[291] Resource re = object.eResource(); ^^ The value of the local variable re is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[315] public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(IProgressMonitor) of type new IRunnableWithProgress(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[319] getLogger().info(new EmbeddedMessage(objects.size() + " diagrams to be opened", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[324] if (process(object)) { ^^^^^^^^^^^^^^^ Access to enclosing method process(DDiagram) from the type CreationActionsProvider.Unsynchronizer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[332] getLogger().info(new EmbeddedMessage("No diagram have been opened", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[334] getLogger().info(new EmbeddedMessage(nbProceed + " diagrams have been opened", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[374] getLogger().info(new EmbeddedMessage(NLS.bind("{0} diagram elements removed", elements.size()), IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[397] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[468] private class RemoveUselessFragments extends DefaultAction { ^^^^^^^^^^^^^^^^^^^^^^ The type CreationActionsProvider.RemoveUselessFragments is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[529] public boolean visit(IResource resource) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visit(IResource) of type new IResourceVisitor(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[541] } catch (CoreException exception) { } ^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[553] public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(IProgressMonitor) of type new IRunnableWithProgress(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[557] getLogger().info(new EmbeddedMessage(objects.size() + " files to be deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[567] } catch (CoreException exception) { } ^^^^^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[573] getLogger().info(new EmbeddedMessage("No files have been deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[575] getLogger().info(new EmbeddedMessage(nbProceed + " files have been deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[593] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[595] private class RemoveUselessSemanticForDiagrams extends DefaultAction { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CreationActionsProvider.RemoveUselessSemanticForDiagrams is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[676] value.put(parent, value.get(parent) + 1); ^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[676] value.put(parent, value.get(parent) + 1); ^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[678] value.put(parent, 1); ^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[688] value.put(archi, 1); ^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[690] value.put(content, 1); ^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[710] public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(IProgressMonitor) of type new IRunnableWithProgress(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[714] getLogger().info(new EmbeddedMessage(objects.size() + " objects to be deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[728] getLogger().info(new EmbeddedMessage("No objects have been deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[730] getLogger().info(new EmbeddedMessage(nbProceed + " objects have been deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[748] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[750] private class RemoveDiagrams extends DefaultAction { ^^^^^^^^^^^^^^ The type CreationActionsProvider.RemoveDiagrams is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[813] public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(IProgressMonitor) of type new IRunnableWithProgress(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[817] getLogger().info(new EmbeddedMessage(objects.size() + " diagrams to be deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[822] if (process(object)) { ^^^^^^^^^^^^^^^ Access to enclosing method process(DDiagram) from the type CreationActionsProvider.RemoveDiagrams is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[830] getLogger().info(new EmbeddedMessage("No diagram have been deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[832] getLogger().info(new EmbeddedMessage(nbProceed + " diagrams have been deleted", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[857] (new DeleteDRepresentationTask(object)).execute(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DeleteDRepresentationTask(DRepresentation)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[857] (new DeleteDRepresentationTask(object)).execute(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeleteDRepresentationTask.execute()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[857] (new DeleteDRepresentationTask(object)).execute(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DeleteDRepresentationTask' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/CreationActionsProvider.java:[864] }; ^ Unnecessary semicolon [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[44] import org.eclipse.sirius.business.internal.session.danalysis.DAnalysisSessionImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DAnalysisSessionImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[54] import org.eclipse.sirius.diagram.business.internal.dialect.DiagramDialect; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramDialect' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.diagram/5.1.4.201811301634/org.eclipse.sirius.diagram-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[233] DAnalysisSessionImpl a = ((DAnalysisSessionImpl) session); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DAnalysisSessionImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[233] DAnalysisSessionImpl a = ((DAnalysisSessionImpl) session); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DAnalysisSessionImpl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[287] a.addAnalysis(analysis.eResource()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DAnalysisSessionImpl.addAnalysis(Resource)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[290] a.setAnalysisSelector(new DAnalysisSelector() { /** * {@inheritDoc} */ public DAnalysis selectSmartlyAnalysisForCreatedView(Viewpoint viewpoint, Collection allAnalysis) { if ((analysis != null) && allAnalysis.contains(analysis)) { return analysis; } return allAnalysis.iterator().next(); } /** * {@inheritDoc} */ public DAnalysis selectSmartlyAnalysisForAddedResource(Resource resource, Collection allAnalysis) { if ((analysis != null) && allAnalysis.contains(analysis)) { return analysis; } return allAnalysis.iterator().next(); } /** * {@inheritDoc} */ public DAnalysis selectSmartlyAnalysisForAddedRepresentation(DRepresentation representation, Collection allAnalysis) { if ((analysis != null) && allAnalysis.contains(analysis)) { return analysis; } return allAnalysis.iterator().next(); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DAnalysisSessionImpl.setAnalysisSelector(DAnalysisSelector)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[295] public DAnalysis selectSmartlyAnalysisForCreatedView(Viewpoint viewpoint, Collection allAnalysis) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method selectSmartlyAnalysisForCreatedView(Viewpoint, Collection) from the type new DAnalysisSelector(){} is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[305] public DAnalysis selectSmartlyAnalysisForAddedResource(Resource resource, Collection allAnalysis) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method selectSmartlyAnalysisForAddedResource(Resource, Collection) of type new DAnalysisSelector(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[315] public DAnalysis selectSmartlyAnalysisForAddedRepresentation(DRepresentation representation, Collection allAnalysis) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method selectSmartlyAnalysisForAddedRepresentation(DRepresentation, Collection) of type new DAnalysisSelector(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[315] public DAnalysis selectSmartlyAnalysisForAddedRepresentation(DRepresentation representation, Collection allAnalysis) { ^^^^^^^^^^^^^^ The parameter representation is hiding another local variable defined in an enclosing scope [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[323] DiagramDialect dialect = new DiagramDialect(); ^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramDialect' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.diagram/5.1.4.201811301634/org.eclipse.sirius.diagram-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[323] DiagramDialect dialect = new DiagramDialect(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DiagramDialect()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.diagram/5.1.4.201811301634/org.eclipse.sirius.diagram-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[323] DiagramDialect dialect = new DiagramDialect(); ^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramDialect' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.diagram/5.1.4.201811301634/org.eclipse.sirius.diagram-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[325] representation = dialect.getServices().createRepresentation("[DYNAMIC] " + desc.getName(), root, desc, session, new NullProgressMonitor()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiagramDialect.getServices()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.diagram/5.1.4.201811301634/org.eclipse.sirius.diagram-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[326] a.setAnalysisSelector(new CapellaAnalysisSelector() { /** * {@inheritDoc} */ @Override public DAnalysis selectSmartlyAnalysisForAddedRepresentation(DRepresentation representation, Collection allAnalysis) { allAnalysis.remove(analysis); return super.selectSmartlyAnalysisForAddedRepresentation(representation, allAnalysis); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DAnalysisSessionImpl.setAnalysisSelector(DAnalysisSelector)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius/5.1.4.201811301634/org.eclipse.sirius-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[332] public DAnalysis selectSmartlyAnalysisForAddedRepresentation(DRepresentation representation, Collection allAnalysis) { ^^^^^^^^^^^^^^ The parameter representation is hiding another local variable defined in an enclosing scope [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[343] if (delete) { } ^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[392] public Collection getActions(Shell shell, ISelectionProvider selectionProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActions(Shell, ISelectionProvider) of type DiagramActionsProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[452] Resource re = object.eResource(); ^^ The value of the local variable re is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[477] public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(IProgressMonitor) of type new IRunnableWithProgress(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[483] getLogger().info(new EmbeddedMessage(objects.size() + " resources to be opened", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[501] getLogger().info( ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[538] getLogger().info( ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[548] getLogger().info(new EmbeddedMessage("No viewpoint definition have been added", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[550] getLogger().info(new EmbeddedMessage(nbProceed + " viewpoint have been added", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[612] private boolean process(DDiagram object) { ^^^^^^^^^^^^^^^^^^^^^^^^ The method process(DDiagram) from the type DiagramActionsProvider.RepairViewpointDefinition is never used locally [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[672] Resource re = object.eResource(); ^^ The value of the local variable re is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[677] if (object instanceof DDiagram) { if (process((DDiagram) object)) { hasProceed = true; } } else if (object instanceof SystemEngineering) { Session session = SessionManager.INSTANCE.getSession(object); if (session != null) { for (DRepresentation representation : DialectManager.INSTANCE.getAllRepresentations(session)) { if (representation instanceof DDiagram) { if (process((DDiagram) representation)) { hasProceed = true; } } } } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[868] Resource re = object.eResource(); ^^ The value of the local variable re is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[892] public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(IProgressMonitor) of type new IRunnableWithProgress(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[896] getLogger().info(new EmbeddedMessage(objects.size() + " diagrams to be opened", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[901] if (process(object)) { ^^^^^^^^^^^^^^^ Access to enclosing method process(DDiagram) from the type DiagramActionsProvider.RefreshDiagramAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[909] getLogger().info(new EmbeddedMessage("No diagram have been opened", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[911] getLogger().info(new EmbeddedMessage(nbProceed + " diagrams have been opened", IReportManagerDefaultComponents.UI)); //$NON-NLS-1$ ^^^^^^^^^^^ Access to enclosing method getLogger() from the type DefaultAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[1093] EList list = ((EList) element.eGet(feature)); ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[1093] EList list = ((EList) element.eGet(feature)); ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[1095] list.add(uri); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[1104] List proxys = new ArrayList(); ^^^^^^ The value of the local variable proxys is not used [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[1140] logger.info(new EmbeddedMessage(NLS.bind("{0} problems potentially fixable have been found in this diagram.", nbProblem), //$NON-NLS-1$ ^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[1143] logger.info(new EmbeddedMessage(NLS.bind("{0} problems in theses elements have been fixed.", nbFix), IReportManagerDefaultComponents.UI, diagram)); //$NON-NLS-1$ ^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/org/polarsys/capella/core/flexibility/commands/dynamic/tools/DiagramActionsProvider.java:[1144] logger.info(new EmbeddedMessage(NLS.bind("{0} problems in theses elements could not be fixed.", nbNotFix), IReportManagerDefaultComponents.UI, //$NON-NLS-1$ ^^^^^^^^ The expression of type int is boxed into Integer 534 problems (534 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.flexibility.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.flexibility.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/target/org.polarsys.capella.core.flexibility.commands-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.flexibility.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.flexibility.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.flexibility.commands/target/org.polarsys.capella.core.flexibility.commands-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.flexibility.commands --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.flexibility.commands --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.flexibility.commands --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.detachement >------ [INFO] Building org.polarsys.capella.core.model.detachement 1.2.2-SNAPSHOT [271/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.detachement --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.model.detachement --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.detachement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.detachement/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.model.detachement --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.detachement/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.detachement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.detachement/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.detachement --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.detachement --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la >-- [INFO] Building org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la 1.2.2-SNAPSHOT [272/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la/target/org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la/target/org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.properties.descriptions >-- [INFO] Building org.polarsys.capella.core.ui.properties.descriptions 1.2.2-SNAPSHOT [273/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.cdo.features >----------- [INFO] Building org.polarsys.capella.cdo.features 1.2.2-SNAPSHOT [274/334] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.cdo.features --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.cdo.plugins >------------ [INFO] Building org.polarsys.capella.cdo.plugins 1.2.2-SNAPSHOT [275/334] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.cdo.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] ----< org.polarsys:org.eclipse.emf.diffmerge.patterns.core.gen.cdo >---- [INFO] Building org.eclipse.emf.diffmerge.patterns.core.gen.cdo 1.2.2-SNAPSHOT [276/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.core.gen.cdo-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.core.gen.cdo-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] [INFO] --< org.polarsys:org.eclipse.emf.diffmerge.patterns.support.gen.cdo >--- [INFO] Building org.eclipse.emf.diffmerge.patterns.support.gen.cdo 1.2.2-SNAPSHOT [277/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.support.gen.cdo-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.support.gen.cdo-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] [INFO] --< org.polarsys:org.eclipse.emf.diffmerge.patterns.templates.gen.cdo >-- [INFO] Building org.eclipse.emf.diffmerge.patterns.templates.gen.cdo 1.2.2-SNAPSHOT [278/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo >--- [INFO] Building org.polarsys.capella.common.data.activity.gen.cdo 1.2.2-SNAPSHOT [279/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo >--- [INFO] Building org.polarsys.capella.common.data.behavior.gen.cdo 1.2.2-SNAPSHOT [280/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.core.gen.cdo >----- [INFO] Building org.polarsys.capella.common.data.core.gen.cdo 1.2.2-SNAPSHOT [281/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.libraries.gen.cdo >----- [INFO] Building org.polarsys.capella.common.libraries.gen.cdo 1.2.2-SNAPSHOT [282/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.re.gen.cdo >--------- [INFO] Building org.polarsys.capella.common.re.gen.cdo 1.2.2-SNAPSHOT [283/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.gen.cdo >--------- [INFO] Building org.polarsys.capella.core.data.gen.cdo 1.2.2-SNAPSHOT [284/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] ------< org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo >------ [INFO] Building org.polarsys.kitalpha.ad.metadata.model.cdo 1.2.2-SNAPSHOT [285/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.kitalpha.emde.model.cdo >---------- [INFO] Building org.polarsys.kitalpha.emde.model.cdo 1.2.2-SNAPSHOT [286/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] ------< org.polarsys:org.polarsys.kitalpha.patterns.emde.gen.cdo >------ [INFO] Building org.polarsys.kitalpha.patterns.emde.gen.cdo 1.2.2-SNAPSHOT [287/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/target/org.polarsys.kitalpha.patterns.emde.gen.cdo-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/target/org.polarsys.kitalpha.patterns.emde.gen.cdo-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.cdo.mock.feature >--------- [INFO] Building org.polarsys.capella.cdo.mock.feature 1.2.2-SNAPSHOT [288/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdo.mock.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] ---------------< org.polarsys:org.polarsys.capella.rcp >---------------- [INFO] Building org.polarsys.capella.rcp 1.2.2-SNAPSHOT [289/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.rcp --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.rcp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.rcp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.rcp.feature >------------ [INFO] Building org.polarsys.capella.rcp.feature 1.2.2-SNAPSHOT [290/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/features/org.polarsys.capella.rcp.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.rcp.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/features/org.polarsys.capella.rcp.feature/target/org.polarsys.capella.rcp.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/features/org.polarsys.capella.rcp.feature/target/org.polarsys.capella.rcp.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.rcp.product >------------ [INFO] Building org.polarsys.capella.rcp.product 1.2.2-SNAPSHOT [291/334] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp.product --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.rcp.product --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.rcp.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products (default-publish-products) @ org.polarsys.capella.rcp.product --- [IconExe] Error - 1 original icon(s) not replaced in /tmp/p2.brandingIron3981844951660751824/launcher.exe: - 256x256, 32 bits, 270376 byte(s) @ 41344 [IconExe] For more details, see https://git.eclipse.org/c/equinox/rt.equinox.p2.git/tree/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/pde/internal/swt/tools/IconExe.java [INFO] [INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories (default-publish-categories) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (default-archive-repository) @ org.polarsys.capella.rcp.product --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/org.polarsys.capella.rcp.product-1.2.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-director-plugin:1.0.0:materialize-products (materialize-products) @ org.polarsys.capella.rcp.product --- [INFO] Installing product org.polarsys.capella.rcp.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/win32/win32/x86_64 Installing org.polarsys.capella.rcp.product 1.2.2.202006301215. Operation completed in 14523 ms. [INFO] Installing product org.polarsys.capella.rcp.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64 Installing org.polarsys.capella.rcp.product 1.2.2.202006301215. Operation completed in 13575 ms. [INFO] Installing product org.polarsys.capella.rcp.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Eclipse.app Installing org.polarsys.capella.rcp.product 1.2.2.202006301215. Operation completed in 13479 ms. [INFO] [INFO] --- tycho-p2-director-plugin:1.0.0:archive-products (archive-products) @ org.polarsys.capella.rcp.product --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product-macosx.cocoa.x86_64.zip [INFO] [INFO] --- maven-antrun-plugin:1.7:run (create-dropins) @ org.polarsys.capella.rcp.product --- [INFO] Executing tasks main: [mkdir] Created dir: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/dropins [mkdir] Created dir: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Eclipse.app/Contents/Eclipse/dropins [mkdir] Created dir: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/win32/win32/x86_64/dropins [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (package-product) @ org.polarsys.capella.rcp.product --- [INFO] Executing tasks main: [zip] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.2.2.202006301215-linux-gtk-x86_64.zip [zip] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.2.2.202006301215-macosx-cocoa-x86_64.zip [zip] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.2.2.202006301215-win32-win32-x86_64.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (archive-repository) @ org.polarsys.capella.rcp.product --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/org.polarsys.capella.rcp.product.site-1.2.2.202006301215.zip [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.rcp.site >------------- [INFO] Building org.polarsys.capella.rcp.site 1.2.2-SNAPSHOT [292/334] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp.site --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.rcp.site --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.rcp.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products (default-publish-products) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories (default-publish-categories) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (default-archive-repository) @ org.polarsys.capella.rcp.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/target/org.polarsys.capella.rcp.site-1.2.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (archive-repository) @ org.polarsys.capella.rcp.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/target/org.polarsys.capella.rcp.site-1.2.2.202006301215.zip [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.extension.migration.egf >-- [INFO] Building org.polarsys.capella.common.extension.migration.egf 1.2.2-SNAPSHOT [293/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.tig.egf >---------- [INFO] Building org.polarsys.capella.common.tig.egf 1.2.2-SNAPSHOT [294/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tig.egf --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.tig.egf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tig.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.tig.egf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.common.tig.egf --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.tig.egf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tig.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.tig.egf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tig.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tig.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.core.egf >------------- [INFO] Building org.polarsys.capella.core.egf 1.2.2-SNAPSHOT [295/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.egf --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.egf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.egf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.egf --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.egf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.egf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.egf --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.postgeneration.egf >------ [INFO] Building org.polarsys.capella.core.postgeneration.egf 1.2.2-SNAPSHOT [296/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.releng >------------ [INFO] Building org.polarsys.capella.core.releng 1.2.2-SNAPSHOT [297/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.releng --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.releng --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.releng --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.releng/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.core.releng --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.releng/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.releng --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.releng/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.releng --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.releng --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.releng --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.egf.feature >--------- [INFO] Building org.polarsys.capella.core.egf.feature 1.2.2-SNAPSHOT [298/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.egf.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/features/org.polarsys.capella.core.egf.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.egf.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.egf.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.egf.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/features/org.polarsys.capella.core.egf.feature/target/org.polarsys.capella.core.egf.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.egf.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/features/org.polarsys.capella.core.egf.feature/target/org.polarsys.capella.core.egf.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.releng.plugins >-------- [INFO] Building org.polarsys.capella.core.releng.plugins 1.2.2-SNAPSHOT [299/334] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.releng.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.egf.site >------------- [INFO] Building org.polarsys.capella.egf.site 1.2.2-SNAPSHOT [300/334] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.egf.site --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.egf.site --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.egf.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products (default-publish-products) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories (default-publish-categories) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (default-archive-repository) @ org.polarsys.capella.egf.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/target/org.polarsys.capella.egf.site-1.2.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (archive-repository) @ org.polarsys.capella.egf.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/target/org.polarsys.capella.egf.site-1.2.2.202006301215.zip [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.tests.plugins >----------- [INFO] Building org.polarsys.capella.tests.plugins 1.2.2-SNAPSHOT [301/334] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.tests.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.framework >---------- [INFO] Building org.polarsys.capella.test.framework 1.2.2-SNAPSHOT [302/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.framework --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.framework --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.framework/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.framework --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.framework/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.framework/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.framework --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.test.business.queries.ju >----- [INFO] Building org.polarsys.capella.test.business.queries.ju 1.2.2-SNAPSHOT [303/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.business.queries.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Compiling 303 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.test.commandline.ju >-------- [INFO] Building org.polarsys.capella.test.commandline.ju 1.2.2-SNAPSHOT [304/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.commandline.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.commandline.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.commandline.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.commandline.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.commandline.ju --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.commandline.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.commandline.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.commandline.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.commandline.ju --- [WARNING] bundle localization file /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.commandline.ju/plugin.properties not found [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.commandline.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.test.diagram.common.ju >------ [INFO] Building org.polarsys.capella.test.diagram.common.ju 1.2.2-SNAPSHOT [305/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Compiling 107 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.test.diagram.filters.ju >------ [INFO] Building org.polarsys.capella.test.diagram.filters.ju 1.2.2-SNAPSHOT [306/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.test.diagram.layout.ju >------ [INFO] Building org.polarsys.capella.test.diagram.layout.ju 1.2.2-SNAPSHOT [307/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.test.diagram.misc.ju >------- [INFO] Building org.polarsys.capella.test.diagram.misc.ju 1.2.2-SNAPSHOT [308/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.test.diagram.tools.ju >------- [INFO] Building org.polarsys.capella.test.diagram.tools.ju 1.2.2-SNAPSHOT [309/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Compiling 99 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.test.doc.ju >------------ [INFO] Building org.polarsys.capella.test.doc.ju 1.2.2-SNAPSHOT [310/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.doc.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.doc.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.doc.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.doc.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.doc.ju --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.doc.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.doc.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.doc.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.doc.ju --- [WARNING] bundle localization file /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.doc.ju/plugin.properties not found [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.doc.ju/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.doc.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.test.explorer.activity.ju >----- [INFO] Building org.polarsys.capella.test.explorer.activity.ju 1.2.2-SNAPSHOT [311/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.fastlinker.ju >-------- [INFO] Building org.polarsys.capella.test.fastlinker.ju 1.2.2-SNAPSHOT [312/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.model.ju >----------- [INFO] Building org.polarsys.capella.test.model.ju 1.2.2-SNAPSHOT [313/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.model.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.model.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.model.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.model.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.model.ju --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.model.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.model.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.model.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.model.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.model.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.test.validation.rules.ju >----- [INFO] Building org.polarsys.capella.test.validation.rules.ju 1.2.2-SNAPSHOT [314/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Compiling 360 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.test.platform.ju >--------- [INFO] Building org.polarsys.capella.test.platform.ju 1.2.2-SNAPSHOT [315/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.platform.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.platform.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.platform.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.platform.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.platform.ju --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.platform.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.platform.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.platform.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.platform.ju --- [WARNING] bundle localization file /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.platform.ju/plugin.properties not found [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.platform.ju/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.platform.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.test.meta.ju >----------- [INFO] Building org.polarsys.capella.test.meta.ju 1.2.2-SNAPSHOT [316/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.meta.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.meta.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.meta.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.meta.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.meta.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.meta.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.meta.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.meta.ju --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.meta.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.meta.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.meta.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.meta.ju --- [WARNING] bundle localization file /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.meta.ju/plugin.properties not found [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.meta.ju/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.meta.ju/target/org.polarsys.capella.test.meta.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.meta.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.meta.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.meta.ju/target/org.polarsys.capella.test.meta.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.meta.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.meta.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.meta.ju --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.merge.ju >----------- [INFO] Building org.polarsys.capella.test.merge.ju 1.2.2-SNAPSHOT [317/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.merge.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.merge.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.merge.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.merge.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.merge.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.merge.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.merge.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.merge.ju --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.merge.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.merge.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.merge.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.merge.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.merge.ju/target/org.polarsys.capella.test.merge.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.merge.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.merge.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.merge.ju/target/org.polarsys.capella.test.merge.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.merge.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.merge.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.merge.ju --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.refinement.ju >-------- [INFO] Building org.polarsys.capella.test.refinement.ju 1.2.2-SNAPSHOT [318/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.refinement.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.refinement.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.refinement.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.refinement.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.refinement.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.refinement.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.refinement.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.refinement.ju --- [INFO] Compiling 100 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.refinement.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.refinement.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.refinement.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.refinement.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.refinement.ju/target/org.polarsys.capella.test.refinement.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.refinement.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.refinement.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.refinement.ju/target/org.polarsys.capella.test.refinement.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.refinement.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.refinement.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.refinement.ju --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.recrpl.ju >---------- [INFO] Building org.polarsys.capella.test.recrpl.ju 1.2.2-SNAPSHOT [319/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.recrpl.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.transition.ju >-------- [INFO] Building org.polarsys.capella.test.transition.ju 1.2.2-SNAPSHOT [320/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.transition.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.transition.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.transition.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.transition.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.transition.ju --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.transition.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.transition.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.transition.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.transition.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.transition.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.test.library.ju >---------- [INFO] Building org.polarsys.capella.test.library.ju 1.2.2-SNAPSHOT [321/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.library.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.library.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.library.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.library.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.library.ju --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.library.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.library.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.library.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.library.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.library.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.migration.ju >--------- [INFO] Building org.polarsys.capella.test.migration.ju 1.2.2-SNAPSHOT [322/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.migration.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.migration.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.migration.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.migration.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.migration.ju --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.migration.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.migration.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.migration.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.migration.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.migration.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.navigator.ju >--------- [INFO] Building org.polarsys.capella.test.navigator.ju 1.2.2-SNAPSHOT [323/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.navigator.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.navigator.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.navigator.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.navigator.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.navigator.ju --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.navigator.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.navigator.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.navigator.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.navigator.ju --- [WARNING] bundle localization file /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.navigator.ju/plugin.properties not found [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.navigator.ju/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.navigator.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.test.progressmonitoring.ju >---- [INFO] Building org.polarsys.capella.test.progressmonitoring.ju 1.2.2-SNAPSHOT [324/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.test.re.updateconnections.ju >--- [INFO] Building org.polarsys.capella.test.re.updateconnections.ju 1.2.2-SNAPSHOT [325/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.test.richtext.ju >--------- [INFO] Building org.polarsys.capella.test.richtext.ju 1.2.2-SNAPSHOT [326/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.richtext.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.richtext.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.richtext.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.richtext.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.richtext.ju --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.richtext.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.richtext.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.richtext.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.richtext.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.richtext.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.test.semantic.queries.ju >----- [INFO] Building org.polarsys.capella.test.semantic.queries.ju 1.2.2-SNAPSHOT [327/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.suites.ju >---------- [INFO] Building org.polarsys.capella.test.suites.ju 1.2.2-SNAPSHOT [328/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.suites.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.suites.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.suites.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suites.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.suites.ju --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.suites.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suites.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.suites.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.suites.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.projection.ju >-------- [INFO] Building org.polarsys.capella.test.projection.ju 1.2.2-SNAPSHOT [329/334] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.projection.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.projection.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.projection.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.projection.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.projection.ju --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.projection.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.projection.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.projection.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.projection.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.projection.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.suite.inui.ju >-------- [INFO] Building org.polarsys.capella.test.suite.inui.ju 1.2.2-SNAPSHOT [330/334] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] tycho.testArgLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.test.suite.local.ju >-------- [INFO] Building org.polarsys.capella.test.suite.local.ju 1.2.2-SNAPSHOT [331/334] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.suite.local.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] tycho.testArgLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.test.suite.notinui.ju >------- [INFO] Building org.polarsys.capella.test.suite.notinui.ju 1.2.2-SNAPSHOT [332/334] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] tycho.testArgLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.test.feature >----------- [INFO] Building org.polarsys.capella.test.feature 1.2.2-SNAPSHOT [333/334] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/features/org.polarsys.capella.test.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.test.feature --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.capella.test.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/features/org.polarsys.capella.test.feature/target/org.polarsys.capella.test.feature-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.2.x/tests/features/org.polarsys.capella.test.feature/target/org.polarsys.capella.test.feature-1.2.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.feature --- [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.test.site >------------- [INFO] Building org.polarsys.capella.test.site 1.2.2-SNAPSHOT [334/334] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.test.site --- [INFO] The project's OSGi version is 1.2.2.202006301215 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.site --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.test.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products (default-publish-products) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories (default-publish-categories) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (default-archive-repository) @ org.polarsys.capella.test.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/target/org.polarsys.capella.test.site-1.2.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.0.0:source-feature (source-feature) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (archive-repository) @ org.polarsys.capella.test.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/target/org.polarsys.capella.test.site-1.2.2.202006301215.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella 1.2.2-SNAPSHOT: [INFO] [INFO] Capella ............................................ SUCCESS [ 3.267 s] [INFO] org.polarsys.capella.common.mdsofa.common .......... SUCCESS [ 2.519 s] [INFO] org.polarsys.capella.common.plugins ................ SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.common ........................ SUCCESS [ 0.322 s] [INFO] org.polarsys.capella.common.ef ..................... SUCCESS [ 0.174 s] [INFO] org.polarsys.capella.common.platform.sirius.ted .... SUCCESS [ 0.194 s] [INFO] org.polarsys.capella.common.helpers ................ SUCCESS [ 0.188 s] [INFO] org.polarsys.capella.common.tools.report ........... SUCCESS [ 0.138 s] [INFO] org.polarsys.capella.common.model .................. SUCCESS [ 1.273 s] [INFO] org.polarsys.capella.common.model.helpers .......... SUCCESS [ 0.066 s] [INFO] org.polarsys.capella.common.data.core.gen .......... SUCCESS [ 0.342 s] [INFO] org.polarsys.capella.common.data.behavior.gen ...... SUCCESS [ 0.144 s] [INFO] org.polarsys.capella.common.data.activity.gen ...... SUCCESS [ 0.459 s] [INFO] org.polarsys.capella.common.data.core.gen.edit ..... SUCCESS [ 0.136 s] [INFO] org.polarsys.capella.common.data.behavior.gen.edit . SUCCESS [ 0.114 s] [INFO] org.polarsys.capella.common.data.activity.gen.edit . SUCCESS [ 0.193 s] [INFO] org.polarsys.capella.common.data.helpers ........... SUCCESS [ 0.133 s] [INFO] org.polarsys.capella.shared.id.handler ............. SUCCESS [ 0.063 s] [INFO] org.polarsys.capella.common.platform.sirius ........ SUCCESS [ 0.061 s] [INFO] org.polarsys.capella.common.xmisupport ............. SUCCESS [ 0.045 s] [INFO] org.polarsys.capella.common.queries ................ SUCCESS [ 0.150 s] [INFO] org.polarsys.capella.common.menu.dynamic ........... SUCCESS [ 0.094 s] [INFO] org.polarsys.capella.common.re.gen ................. SUCCESS [ 0.186 s] [INFO] org.polarsys.capella.common.re.gen.edit ............ SUCCESS [ 0.150 s] [INFO] org.polarsys.capella.common.libraries.gen .......... SUCCESS [ 0.129 s] [INFO] org.polarsys.capella.common.libraries.gen.edit ..... SUCCESS [ 0.128 s] [INFO] org.polarsys.capella.common.id.handler ............. SUCCESS [ 0.071 s] [INFO] org.polarsys.capella.common.libraries .............. SUCCESS [ 0.130 s] [INFO] org.polarsys.capella.common.flexibility.properties . SUCCESS [ 0.099 s] [INFO] org.polarsys.capella.core.plugins .................. SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.core.data.gen ................. SUCCESS [ 3.770 s] [INFO] org.polarsys.capella.core.data.gen.edit ............ SUCCESS [ 1.217 s] [INFO] org.polarsys.capella.core.model.handler ............ SUCCESS [ 0.276 s] [INFO] org.polarsys.capella.core.preferences .............. SUCCESS [ 0.483 s] [INFO] org.polarsys.capella.common.tools.report.appenders.usage SUCCESS [ 0.173 s] [INFO] org.polarsys.capella.common.transition ............. SUCCESS [ 0.510 s] [INFO] org.polarsys.capella.common.re ..................... SUCCESS [ 0.450 s] [INFO] org.polarsys.capella.common.feature ................ SUCCESS [ 0.189 s] [INFO] org.polarsys.capella.common.ui ..................... SUCCESS [ 0.352 s] [INFO] org.polarsys.capella.core.data.helpers ............. SUCCESS [ 0.501 s] [INFO] org.polarsys.capella.core.model.preferences ........ SUCCESS [ 0.210 s] [INFO] org.polarsys.capella.core.model.helpers ............ SUCCESS [ 0.610 s] [INFO] org.polarsys.capella.common.flexibility.wizards .... SUCCESS [ 0.330 s] [INFO] org.polarsys.capella.common.linkedtext.ui .......... SUCCESS [ 0.144 s] [INFO] org.polarsys.capella.common.tools.report.appenders.console SUCCESS [ 0.091 s] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.console SUCCESS [ 0.115 s] [INFO] org.polarsys.capella.common.tools.report.ui ........ SUCCESS [ 0.089 s] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.ui SUCCESS [ 0.103 s] [INFO] org.polarsys.capella.common.platform.sirius.customization SUCCESS [ 0.164 s] [INFO] org.polarsys.capella.core.transition.common.ui ..... SUCCESS [ 0.231 s] [INFO] org.polarsys.capella.common.ui.services ............ SUCCESS [ 0.119 s] [INFO] org.polarsys.capella.common.ui.toolkit.services .... SUCCESS [ 0.105 s] [INFO] org.polarsys.capella.common.ui.toolkit ............. SUCCESS [ 0.165 s] [INFO] org.polarsys.capella.common.ui.toolkit.browser ..... SUCCESS [ 0.165 s] [INFO] org.polarsys.capella.common.re.ui .................. SUCCESS [ 0.389 s] [INFO] org.polarsys.capella.common.sirius.decorators ...... SUCCESS [ 0.079 s] [INFO] org.polarsys.capella.common.tools.report.appenders.file SUCCESS [ 0.098 s] [INFO] org.polarsys.capella.common.tools.report.appenders.reportlogview SUCCESS [ 0.273 s] [INFO] org.polarsys.capella.common.tools.report.appenders.usage.ui SUCCESS [ 0.206 s] [INFO] org.polarsys.capella.common.ui.progress ............ SUCCESS [ 0.103 s] [INFO] org.polarsys.capella.common.ui.menu.dynamic ........ SUCCESS [ 0.127 s] [INFO] org.polarsys.capella.common.ui.feature ............. SUCCESS [ 0.133 s] [INFO] org.polarsys.capella.core.features ................. SUCCESS [ 0.016 s] [INFO] org.polarsys.capella.doc.plugins ................... SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.commandline.doc ............... SUCCESS [ 0.070 s] [INFO] org.polarsys.capella.common.ui.resources ........... SUCCESS [ 0.184 s] [INFO] org.polarsys.capella.core.af.integration ........... SUCCESS [ 0.146 s] [INFO] org.polarsys.capella.core.application .............. SUCCESS [ 0.070 s] [INFO] org.polarsys.capella.core.commandline.core ......... SUCCESS [ 0.162 s] [INFO] org.polarsys.capella.core.data.business.queries .... SUCCESS [ 1.469 s] [INFO] org.polarsys.capella.core.diagram.helpers .......... SUCCESS [ 0.191 s] [INFO] org.polarsys.capella.core.model.skeleton ........... SUCCESS [ 0.268 s] [INFO] org.polarsys.capella.core.model.semantic ........... SUCCESS [ 0.206 s] [INFO] org.polarsys.capella.core.semantic.queries ......... SUCCESS [ 0.622 s] [INFO] org.polarsys.capella.core.libraries ................ SUCCESS [ 0.239 s] [INFO] org.polarsys.capella.core.queries.helpers .......... SUCCESS [ 0.174 s] [INFO] org.polarsys.capella.core.data.gen.edit.decorators . SUCCESS [ 0.141 s] [INFO] org.polarsys.capella.core.common.feature ........... SUCCESS [ 0.160 s] [INFO] org.polarsys.capella.core.af.integration.ui ........ SUCCESS [ 0.168 s] [INFO] org.polarsys.capella.core.commandline.core.ui ...... SUCCESS [ 0.120 s] [INFO] org.polarsys.capella.core.ui.resources ............. SUCCESS [ 0.145 s] [INFO] org.polarsys.capella.core.ui.toolkit ............... SUCCESS [ 0.317 s] [INFO] org.polarsys.capella.core.data.res.edit ............ SUCCESS [ 0.237 s] [INFO] org.polarsys.capella.core.data.gen.editor .......... SUCCESS [ 0.901 s] [INFO] org.polarsys.capella.core.data.res.editor .......... SUCCESS [ 0.040 s] [INFO] org.polarsys.capella.core.common.ui.feature ........ SUCCESS [ 0.101 s] [INFO] org.polarsys.capella.core.validation ............... SUCCESS [ 0.199 s] [INFO] org.polarsys.capella.core.linkedtext.ui ............ SUCCESS [ 0.203 s] [INFO] org.polarsys.capella.core.platform.eclipse.ui.trace SUCCESS [ 0.265 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.actions SUCCESS [ 0.373 s] [INFO] org.polarsys.capella.core.ui.properties ............ SUCCESS [ 0.490 s] [INFO] org.polarsys.capella.core.data.core.properties ..... SUCCESS [ 0.239 s] [INFO] org.polarsys.capella.core.data.common.properties ... SUCCESS [ 0.262 s] [INFO] org.polarsys.capella.core.data.information.communication.properties SUCCESS [ 0.216 s] [INFO] org.polarsys.capella.core.data.information.properties SUCCESS [ 0.291 s] [INFO] org.polarsys.capella.core.data.fa.properties ....... SUCCESS [ 0.285 s] [INFO] org.polarsys.capella.core.data.cs.properties ....... SUCCESS [ 0.265 s] [INFO] org.polarsys.capella.core.data.interaction.properties SUCCESS [ 0.409 s] [INFO] org.polarsys.capella.core.data.ctx.properties ...... SUCCESS [ 0.250 s] [INFO] org.polarsys.capella.core.data.epbs.properties ..... SUCCESS [ 0.222 s] [INFO] org.polarsys.capella.core.data.information.datatype.properties SUCCESS [ 0.244 s] [INFO] org.polarsys.capella.core.data.information.datavalue.properties SUCCESS [ 0.271 s] [INFO] org.polarsys.capella.core.data.la.properties ....... SUCCESS [ 0.260 s] [INFO] org.polarsys.capella.core.data.modeller.properties . SUCCESS [ 0.202 s] [INFO] org.polarsys.capella.core.data.oa.properties ....... SUCCESS [ 0.250 s] [INFO] org.polarsys.capella.core.data.pa.deployment.properties SUCCESS [ 0.190 s] [INFO] org.polarsys.capella.core.data.pa.properties ....... SUCCESS [ 0.236 s] [INFO] org.polarsys.capella.core.data.requirement.properties SUCCESS [ 0.202 s] [INFO] org.polarsys.capella.core.data.sharedmodel.properties SUCCESS [ 0.197 s] [INFO] org.polarsys.capella.core.properties.feature ....... SUCCESS [ 0.167 s] [INFO] org.polarsys.capella.core.libraries.extendedQueries SUCCESS [ 0.270 s] [INFO] org.polarsys.capella.core.transition.system ........ SUCCESS [ 0.403 s] [INFO] org.polarsys.capella.core.re ....................... SUCCESS [ 0.387 s] [INFO] org.polarsys.capella.core.sirius.analysis .......... SUCCESS [ 1.089 s] [INFO] org.polarsys.capella.core.data.common.validation ... SUCCESS [ 0.276 s] [INFO] org.polarsys.capella.core.data.core.validation ..... SUCCESS [ 0.275 s] [INFO] org.polarsys.capella.core.data.cs.validation ....... SUCCESS [ 0.237 s] [INFO] org.polarsys.capella.core.data.ctx.validation ...... SUCCESS [ 0.191 s] [INFO] org.polarsys.capella.core.data.epbs.validation ..... SUCCESS [ 0.148 s] [INFO] org.polarsys.capella.core.data.fa.validation ....... SUCCESS [ 0.256 s] [INFO] org.polarsys.capella.core.data.information.communication.validation SUCCESS [ 0.149 s] [INFO] org.polarsys.capella.core.data.information.datatype.validation SUCCESS [ 0.155 s] [INFO] org.polarsys.capella.core.data.information.validation SUCCESS [ 0.278 s] [INFO] org.polarsys.capella.core.data.interaction.validation SUCCESS [ 0.298 s] [INFO] org.polarsys.capella.core.data.la.validation ....... SUCCESS [ 0.179 s] [INFO] org.polarsys.capella.core.menu.dynamic ............. SUCCESS [ 0.195 s] [INFO] org.polarsys.capella.core.data.menu.contributions .. SUCCESS [ 0.345 s] [INFO] org.polarsys.capella.core.data.oa.validation ....... SUCCESS [ 0.186 s] [INFO] org.polarsys.capella.core.data.pa.deployment.validation SUCCESS [ 0.148 s] [INFO] org.polarsys.capella.core.data.pa.validation ....... SUCCESS [ 0.201 s] [INFO] org.polarsys.capella.core.data.selection.queries ... SUCCESS [ 0.169 s] [INFO] org.polarsys.capella.core.services ................. SUCCESS [ 0.178 s] [INFO] org.polarsys.capella.core.platform.sirius.adapter .. SUCCESS [ 0.150 s] [INFO] org.polarsys.capella.core.platform.sirius.clipboard SUCCESS [ 0.273 s] [INFO] org.polarsys.capella.core.sirius.ui ................ SUCCESS [ 0.379 s] [INFO] org.polarsys.capella.core.preferences.project.configuration SUCCESS [ 0.219 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.project SUCCESS [ 0.290 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.navigator SUCCESS [ 0.708 s] [INFO] org.polarsys.capella.core.model.obfuscator ......... SUCCESS [ 0.286 s] [INFO] org.polarsys.capella.core.validation.ui.ide ........ SUCCESS [ 0.333 s] [INFO] org.polarsys.capella.core.platform.sirius.sirius.validation SUCCESS [ 0.281 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.menu .. SUCCESS [ 0.197 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.perspective SUCCESS [ 0.335 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.services SUCCESS [ 0.282 s] [INFO] org.polarsys.capella.core.re.validation ............ SUCCESS [ 0.195 s] [INFO] org.polarsys.capella.core.sequencediag.specific .... SUCCESS [ 0.248 s] [INFO] org.polarsys.capella.core.ui.metric ................ SUCCESS [ 0.369 s] [INFO] org.polarsys.capella.ui.views ...................... SUCCESS [ 0.010 s] [INFO] org.polarsys.capella.core.ui.reportlog ............. SUCCESS [ 0.151 s] [INFO] org.polarsys.capella.core.validation.commandline ... SUCCESS [ 0.239 s] [INFO] org.polarsys.capella.core.ui.intro ................. SUCCESS [ 0.202 s] [INFO] org.polarsys.capella.core.ui.feature ............... SUCCESS [ 0.260 s] [INFO] org.polarsys.capella.core.validation.ui ............ SUCCESS [ 0.242 s] [INFO] org.polarsys.capella.core.validation.feature ....... SUCCESS [ 0.290 s] [INFO] org.polarsys.capella.core.ui.semantic.browser ...... SUCCESS [ 0.351 s] [INFO] org.polarsys.capella.core.ui.semantic.browser.sirius SUCCESS [ 0.302 s] [INFO] org.polarsys.capella.core.semantic.queries.sirius .. SUCCESS [ 0.264 s] [INFO] org.polarsys.capella.core.ui.semantic.browser.feature SUCCESS [ 0.168 s] [INFO] org.polarsys.capella.core.data.common.ui.quickfix .. SUCCESS [ 0.258 s] [INFO] org.polarsys.capella.core.data.core.ui.quickfix .... SUCCESS [ 0.324 s] [INFO] org.polarsys.capella.core.tiger .................... SUCCESS [ 0.231 s] [INFO] org.polarsys.capella.core.data.cs.ui.quickfix ...... SUCCESS [ 0.318 s] [INFO] org.polarsys.capella.core.data.fa.ui.quickfix ...... SUCCESS [ 0.376 s] [INFO] org.polarsys.capella.core.data.information.ui.quickfix SUCCESS [ 0.342 s] [INFO] org.polarsys.capella.core.data.interaction.ui.quickfix SUCCESS [ 0.275 s] [INFO] org.polarsys.capella.core.data.pa.ui.quickfix ...... SUCCESS [ 0.274 s] [INFO] org.polarsys.capella.core.re.ui .................... SUCCESS [ 0.302 s] [INFO] org.polarsys.capella.core.re.ui.quickfix ........... SUCCESS [ 0.257 s] [INFO] org.polarsys.capella.core.ui.quickfix.feature ...... SUCCESS [ 0.160 s] [INFO] org.polarsys.capella.core.projection.misc .......... SUCCESS [ 0.178 s] [INFO] org.polarsys.capella.core.refinement.framework ..... SUCCESS [ 0.197 s] [INFO] org.polarsys.capella.core.refinement.preferences ... SUCCESS [ 0.174 s] [INFO] org.polarsys.capella.core.platform.sirius.refinement.processor SUCCESS [ 0.229 s] [INFO] org.polarsys.capella.core.transition.system.topdown SUCCESS [ 0.449 s] [INFO] org.polarsys.capella.core.projection.preferences ... SUCCESS [ 0.165 s] [INFO] org.polarsys.capella.core.projection.common ........ SUCCESS [ 0.320 s] [INFO] org.polarsys.capella.core.projection.data .......... SUCCESS [ 0.247 s] [INFO] org.polarsys.capella.core.projection.interfaces .... SUCCESS [ 0.253 s] [INFO] org.polarsys.capella.core.projection.systemfunction SUCCESS [ 0.217 s] [INFO] org.polarsys.capella.core.projection.statemachine .. SUCCESS [ 0.180 s] [INFO] org.polarsys.capella.core.projection.interfaces.ctx2la SUCCESS [ 0.446 s] [INFO] org.polarsys.capella.core.projection.actors.ctx2la . SUCCESS [ 0.203 s] [INFO] org.polarsys.capella.core.projection.logicalfunction SUCCESS [ 0.212 s] [INFO] org.polarsys.capella.core.projection.interfaces.ctx2pa SUCCESS [ 0.163 s] [INFO] org.polarsys.capella.core.projection.interfaces.la2pa SUCCESS [ 0.210 s] [INFO] org.polarsys.capella.core.projection.actors.la2pa .. SUCCESS [ 0.208 s] [INFO] org.polarsys.capella.core.projection.operationalactivity SUCCESS [ 0.181 s] [INFO] org.polarsys.capella.core.projection.actors.oa2ctx . SUCCESS [ 0.222 s] [INFO] org.polarsys.capella.core.projection.exchanges ..... SUCCESS [ 0.205 s] [INFO] org.polarsys.capella.core.projection.lc2pc.breakdownstrategy SUCCESS [ 0.243 s] [INFO] org.polarsys.capella.core.projection.lc2pc.leafstrategy SUCCESS [ 0.225 s] [INFO] org.polarsys.capella.core.projection.operationalcapability SUCCESS [ 0.203 s] [INFO] org.polarsys.capella.core.projection.scenario ...... SUCCESS [ 0.331 s] [INFO] org.polarsys.capella.core.refinement.framework.ui .. SUCCESS [ 0.308 s] [INFO] org.polarsys.capella.core.refinement.mapper.broadcastpattern SUCCESS [ 0.147 s] [INFO] org.polarsys.capella.core.refinement.mapper.standard SUCCESS [ 0.171 s] [INFO] org.polarsys.capella.core.refinement.merge ......... SUCCESS [ 0.218 s] [INFO] org.polarsys.capella.core.refinement.processor.actorprojection SUCCESS [ 0.303 s] [INFO] org.polarsys.capella.core.refinement.processor.interfacelinksupdate SUCCESS [ 0.177 s] [INFO] org.polarsys.capella.core.refinement.processor.realizationsupdate SUCCESS [ 0.181 s] [INFO] org.polarsys.capella.core.refinement.processor.structuresynchronization SUCCESS [ 0.288 s] [INFO] org.polarsys.capella.core.refinement.resolver.standard SUCCESS [ 0.156 s] [INFO] org.polarsys.capella.core.refinement.scenario ...... SUCCESS [ 0.291 s] [INFO] org.polarsys.capella.core.refinement.scheduler.standard SUCCESS [ 0.142 s] [INFO] org.polarsys.capella.core.refinement.static ........ SUCCESS [ 0.144 s] [INFO] org.polarsys.capella.core.refinement.subscenario ... SUCCESS [ 0.297 s] [INFO] org.polarsys.capella.core.transition.diagram ....... SUCCESS [ 0.333 s] [INFO] org.polarsys.capella.core.transfo.feature .......... SUCCESS [ 0.387 s] [INFO] org.polarsys.capella.core.flexibility.wizards ...... SUCCESS [ 0.169 s] [INFO] org.polarsys.capella.core.transition.system.ui ..... SUCCESS [ 0.223 s] [INFO] org.polarsys.capella.core.transition.system.topdown.ui SUCCESS [ 0.274 s] [INFO] org.polarsys.capella.core.projection.commands ...... SUCCESS [ 0.323 s] [INFO] org.polarsys.capella.core.refinement.commands ...... SUCCESS [ 0.329 s] [INFO] org.polarsys.capella.core.explorer.activity.ui ..... SUCCESS [ 0.631 s] [INFO] org.polarsys.capella.core.dashboard.feature ........ SUCCESS [ 0.303 s] [INFO] org.polarsys.capella.core.transition.common.feature SUCCESS [ 0.088 s] [INFO] org.polarsys.capella.core.transition.system.topdown.feature SUCCESS [ 0.088 s] [INFO] org.polarsys.capella.core.data.fa.ui.wizards ....... SUCCESS [ 0.335 s] [INFO] org.polarsys.capella.core.data.la.ui.wizards ....... SUCCESS [ 0.234 s] [INFO] org.polarsys.capella.core.model.links.helpers ...... SUCCESS [ 0.281 s] [INFO] org.polarsys.capella.core.ui.fastlinker ............ SUCCESS [ 0.320 s] [INFO] org.polarsys.capella.core.ui.search ................ SUCCESS [ 0.305 s] [INFO] org.polarsys.capella.core.ui.wizards.feature ....... SUCCESS [ 0.190 s] [INFO] org.polarsys.capella.core.libraries.ui ............. SUCCESS [ 0.377 s] [INFO] org.polarsys.capella.core.re.updateconnections.ui .. SUCCESS [ 0.302 s] [INFO] org.polarsys.capella.core.re.project ............... SUCCESS [ 0.350 s] [INFO] org.polarsys.capella.core.re.feature ............... SUCCESS [ 0.133 s] [INFO] org.polarsys.capella.core.libraries.feature ........ SUCCESS [ 0.117 s] [INFO] org.polarsys.capella.core.data.migration ........... SUCCESS [ 0.414 s] [INFO] org.polarsys.capella.core.migration.feature ........ SUCCESS [ 0.091 s] [INFO] org.polarsys.capella.core.compare .................. SUCCESS [ 0.293 s] [INFO] org.polarsys.capella.core.compare.feature .......... SUCCESS [ 0.068 s] [INFO] org.polarsys.capella.patterns ...................... SUCCESS [ 0.373 s] [INFO] org.polarsys.capella.patterns.ui ................... SUCCESS [ 0.273 s] [INFO] org.polarsys.capella.patterns.obfuscator ........... SUCCESS [ 0.277 s] [INFO] org.polarsys.capella.patterns.migration ............ SUCCESS [ 0.255 s] [INFO] org.polarsys.capella.patterns.feature .............. SUCCESS [ 0.155 s] [INFO] org.polarsys.capella.detachment.propertyvalue ...... SUCCESS [ 0.321 s] [INFO] org.polarsys.capella.detachment.version.precondition SUCCESS [ 0.139 s] [INFO] org.polarsys.capella.detachment.feature ............ SUCCESS [ 0.109 s] [INFO] org.polarsys.capella.core.re.updateconnections.doc . SUCCESS [ 0.022 s] [INFO] org.polarsys.capella.developer.doc ................. SUCCESS [ 37.612 s] [INFO] org.polarsys.capella.diagrams.doc .................. SUCCESS [ 0.263 s] [INFO] org.polarsys.capella.diffmerge.doc ................. SUCCESS [ 0.055 s] [INFO] org.polarsys.capella.doc ........................... SUCCESS [ 0.081 s] [INFO] org.polarsys.capella.viewpoint.doc ................. SUCCESS [ 0.013 s] [INFO] org.polarsys.capella.patterns.doc .................. SUCCESS [ 0.073 s] [INFO] org.polarsys.capella.preferences.doc ............... SUCCESS [ 0.084 s] [INFO] org.polarsys.capella.properties.doc ................ SUCCESS [ 0.069 s] [INFO] org.polarsys.capella.re.doc ........................ SUCCESS [ 0.164 s] [INFO] org.polarsys.capella.transitions.doc ............... SUCCESS [ 0.136 s] [INFO] org.polarsys.capella.ui.doc ........................ SUCCESS [ 0.669 s] [INFO] org.polarsys.capella.glossary.doc .................. SUCCESS [ 0.113 s] [INFO] org.polarsys.capella.validation.doc ................ SUCCESS [ 0.069 s] [INFO] org.polarsys.capella.th.doc ........................ SUCCESS [ 0.453 s] [INFO] org.polarsys.capella.tipsandtricks.doc ............. SUCCESS [ 0.337 s] [INFO] org.polarsys.capella.gitadapter.doc ................ SUCCESS [ 0.099 s] [INFO] org.polarsys.capella.doc.feature ................... SUCCESS [ 0.086 s] [INFO] org.polarsys.capella.core.projection.common.ui ..... SUCCESS [ 0.173 s] [INFO] org.polarsys.capella.core.refinement.merge.ui ...... SUCCESS [ 0.191 s] [INFO] org.polarsys.capella.core.refinement.preferences.ui SUCCESS [ 0.148 s] [INFO] org.polarsys.capella.core.refinement.resolver.uiselection SUCCESS [ 0.290 s] [INFO] org.polarsys.capella.core.transition.diagram.ui .... SUCCESS [ 0.252 s] [INFO] org.polarsys.capella.core.ui.transfo.feature ....... SUCCESS [ 0.391 s] [INFO] org.polarsys.capella.core.advance.feature .......... SUCCESS [ 0.776 s] [INFO] org.polarsys.capella.core.explorer.activity.ui.richtext SUCCESS [ 0.394 s] [INFO] org.polarsys.capella.core.ui.properties.richtext ... SUCCESS [ 0.257 s] [INFO] org.polarsys.capella.core.properties.richtext.feature SUCCESS [ 0.227 s] [INFO] org.polarsys.capella.core.feature .................. SUCCESS [ 0.740 s] [INFO] org.polarsys.capella.core.flexibility.commands ..... SUCCESS [ 0.783 s] [INFO] org.polarsys.capella.core.model.detachement ........ SUCCESS [ 0.292 s] [INFO] org.polarsys.capella.core.projection.actorsandinterfaces.ctx2la SUCCESS [ 0.227 s] [INFO] org.polarsys.capella.core.ui.properties.descriptions SUCCESS [ 0.229 s] [INFO] org.polarsys.capella.cdo.features .................. SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.cdo.plugins ................... SUCCESS [ 0.001 s] [INFO] org.eclipse.emf.diffmerge.patterns.core.gen.cdo .... SUCCESS [ 0.012 s] [INFO] org.eclipse.emf.diffmerge.patterns.support.gen.cdo . SUCCESS [ 0.012 s] [INFO] org.eclipse.emf.diffmerge.patterns.templates.gen.cdo SUCCESS [ 0.013 s] [INFO] org.polarsys.capella.common.data.activity.gen.cdo .. SUCCESS [ 0.015 s] [INFO] org.polarsys.capella.common.data.behavior.gen.cdo .. SUCCESS [ 0.015 s] [INFO] org.polarsys.capella.common.data.core.gen.cdo ...... SUCCESS [ 0.013 s] [INFO] org.polarsys.capella.common.libraries.gen.cdo ...... SUCCESS [ 0.015 s] [INFO] org.polarsys.capella.common.re.gen.cdo ............. SUCCESS [ 0.014 s] [INFO] org.polarsys.capella.core.data.gen.cdo ............. SUCCESS [ 0.014 s] [INFO] org.polarsys.kitalpha.ad.metadata.model.cdo ........ SUCCESS [ 0.012 s] [INFO] org.polarsys.kitalpha.emde.model.cdo ............... SUCCESS [ 0.012 s] [INFO] org.polarsys.kitalpha.patterns.emde.gen.cdo ........ SUCCESS [ 0.012 s] [INFO] org.polarsys.capella.cdo.mock.feature .............. SUCCESS [ 0.063 s] [INFO] org.polarsys.capella.rcp ........................... SUCCESS [ 0.116 s] [INFO] org.polarsys.capella.rcp.feature ................... SUCCESS [ 0.723 s] [INFO] org.polarsys.capella.rcp.product ................... SUCCESS [03:09 min] [INFO] org.polarsys.capella.rcp.site ...................... SUCCESS [ 28.723 s] [INFO] org.polarsys.capella.common.extension.migration.egf SUCCESS [ 3.143 s] [INFO] org.polarsys.capella.common.tig.egf ................ SUCCESS [ 0.233 s] [INFO] org.polarsys.capella.core.egf ...................... SUCCESS [ 0.240 s] [INFO] org.polarsys.capella.core.postgeneration.egf ....... SUCCESS [ 0.202 s] [INFO] org.polarsys.capella.core.releng ................... SUCCESS [ 0.170 s] [INFO] org.polarsys.capella.core.egf.feature .............. SUCCESS [ 0.061 s] [INFO] org.polarsys.capella.core.releng.plugins ........... SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.egf.site ...................... SUCCESS [ 0.867 s] [INFO] org.polarsys.capella.tests.plugins ................. SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.test.framework ................ SUCCESS [ 2.129 s] [INFO] org.polarsys.capella.test.business.queries.ju ...... SUCCESS [ 1.382 s] [INFO] org.polarsys.capella.test.commandline.ju ........... SUCCESS [ 0.723 s] [INFO] org.polarsys.capella.test.diagram.common.ju ........ SUCCESS [ 1.308 s] [INFO] org.polarsys.capella.test.diagram.filters.ju ....... SUCCESS [ 0.438 s] [INFO] org.polarsys.capella.test.diagram.layout.ju ........ SUCCESS [ 0.682 s] [INFO] org.polarsys.capella.test.diagram.misc.ju .......... SUCCESS [ 0.575 s] [INFO] org.polarsys.capella.test.diagram.tools.ju ......... SUCCESS [ 0.938 s] [INFO] org.polarsys.capella.test.doc.ju ................... SUCCESS [ 0.468 s] [INFO] org.polarsys.capella.test.explorer.activity.ju ..... SUCCESS [ 0.379 s] [INFO] org.polarsys.capella.test.fastlinker.ju ............ SUCCESS [ 0.424 s] [INFO] org.polarsys.capella.test.model.ju ................. SUCCESS [ 0.933 s] [INFO] org.polarsys.capella.test.validation.rules.ju ...... SUCCESS [ 2.031 s] [INFO] org.polarsys.capella.test.platform.ju .............. SUCCESS [ 0.417 s] [INFO] org.polarsys.capella.test.meta.ju .................. SUCCESS [ 0.426 s] [INFO] org.polarsys.capella.test.merge.ju ................. SUCCESS [ 0.607 s] [INFO] org.polarsys.capella.test.refinement.ju ............ SUCCESS [ 0.825 s] [INFO] org.polarsys.capella.test.recrpl.ju ................ SUCCESS [ 0.844 s] [INFO] org.polarsys.capella.test.transition.ju ............ SUCCESS [ 0.542 s] [INFO] org.polarsys.capella.test.library.ju ............... SUCCESS [ 0.506 s] [INFO] org.polarsys.capella.test.migration.ju ............. SUCCESS [ 0.641 s] [INFO] org.polarsys.capella.test.navigator.ju ............. SUCCESS [ 0.468 s] [INFO] org.polarsys.capella.test.progressmonitoring.ju .... SUCCESS [ 0.430 s] [INFO] org.polarsys.capella.test.re.updateconnections.ju .. SUCCESS [ 0.414 s] [INFO] org.polarsys.capella.test.richtext.ju .............. SUCCESS [ 0.639 s] [INFO] org.polarsys.capella.test.semantic.queries.ju ...... SUCCESS [ 0.413 s] [INFO] org.polarsys.capella.test.suites.ju ................ SUCCESS [ 0.321 s] [INFO] org.polarsys.capella.test.projection.ju ............ SUCCESS [ 0.444 s] [INFO] org.polarsys.capella.test.suite.inui.ju ............ SUCCESS [ 3.342 s] [INFO] org.polarsys.capella.test.suite.local.ju ........... SUCCESS [ 2.167 s] [INFO] org.polarsys.capella.test.suite.notinui.ju ......... SUCCESS [ 1.066 s] [INFO] org.polarsys.capella.test.feature .................. SUCCESS [ 0.609 s] [INFO] org.polarsys.capella.test.site ..................... SUCCESS [ 2.587 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:59 min [INFO] Finished at: 2020-06-30T12:25:42Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-lWrWDZX1Zwq1/agent.2180 SSH_AGENT_PID=2182 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_5479619727744262018.key (/home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_5479619727744262018.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/products/nightly/v1.2.x-5/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.2.2.202006301215-linux-gtk-x86_64.zip /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.2.2.202006301215-macosx-cocoa-x86_64.zip /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.2.2.202006301215-win32-win32-x86_64.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/products/nightly/v1.2.x-5/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2182 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-0RMsjwvykVPw/agent.2232 SSH_AGENT_PID=2234 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_3503361259372959421.key (/home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_3503361259372959421.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/v1.2.x-5/org.polarsys.capella.test.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/target/repository/features /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/v1.2.x-5/org.polarsys.capella.test.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2234 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-qUVxAPJ0CMbo/agent.2260 SSH_AGENT_PID=2262 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_4775197309605986302.key (/home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_4775197309605986302.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/v1.2.x-5/org.polarsys.capella.egf.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/target/repository/features /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/v1.2.x-5/org.polarsys.capella.egf.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2262 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-BLfAM7ugE4OA/agent.2288 SSH_AGENT_PID=2290 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_3062410304340926302.key (/home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_3062410304340926302.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/v1.2.x-5/org.polarsys.capella.rcp.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/target/repository/features /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/v1.2.x-5/org.polarsys.capella.rcp.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2290 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-WbREQSnGc1pw/agent.2318 SSH_AGENT_PID=2320 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_2104503368295167340.key (/home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_2104503368295167340.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/v1.2.x-5/targets/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.target /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/v1.2.x-5/targets/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2320 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly Root) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-AG0t85FIdC1Q/agent.2346 SSH_AGENT_PID=2348 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_679310757368386921.key (/home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_679310757368386921.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/core/products/nightly/1.2.x/ [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/1.2.x/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2348 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-U3fL2h26Nxl3/agent.2373 SSH_AGENT_PID=2375 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_1300400960778282141.key (/home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_1300400960778282141.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/products/nightly/1.2.x/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.2.2.202006301215-linux-gtk-x86_64.zip /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.2.2.202006301215-macosx-cocoa-x86_64.zip /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.2.2.202006301215-win32-win32-x86_64.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/products/nightly/1.2.x/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2375 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-hGsee2MboFVk/agent.2419 SSH_AGENT_PID=2421 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_4950936143991651983.key (/home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_4950936143991651983.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.test.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/target/repository/features /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.test.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.test.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2421 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-KUU5ktz5mweB/agent.2447 SSH_AGENT_PID=2449 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_5604735617977807548.key (/home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_5604735617977807548.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.egf.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/target/repository/features /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.egf.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.egf.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2449 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-R05Mf9I5KNHF/agent.2475 SSH_AGENT_PID=2477 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_452811827067993777.key (/home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_452811827067993777.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/target/repository/artifacts.jar /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/target/repository/content.jar /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/target/repository/features /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.rcp.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2477 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-wzrfKhE2cudc/agent.2512 SSH_AGENT_PID=2514 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_7914085641865422195.key (/home/jenkins/agent/workspace/capella-product_v1.2.x@tmp/private_key_7914085641865422195.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/core/updates/nightly/1.2.x/targets/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.target /home/jenkins/agent/workspace/capella-product_v1.2.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/core/updates/nightly/1.2.x/targets/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2514 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Install test features) Stage "Install test features" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS