Branch indexing Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot) Obtained Jenkinsfile from 96c749c991046ff1b0a514c3c6a723b351ba5fd8 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library capella-pipeline-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.26.2' > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision fb47edea7919c28c58bf8824e70aebcf18017f09 Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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 --version # 'git version 2.26.2' > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision fb47edea7919c28c58bf8824e70aebcf18017f09 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fb47edea7919c28c58bf8824e70aebcf18017f09 # timeout=10 Commit message: "capella-textual-editor name of directory renamed to textualeditor" > git rev-list --no-walk fb47edea7919c28c58bf8824e70aebcf18017f09 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘migration’ Agent centos-7-g7f6g is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-g7f6g" 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-g7f6g" - name: "JENKINS_REMOTING_JAVA_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_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-g7f6g" - 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-g7f6g in /home/jenkins/agent/workspace/capella-product_v1.4.x [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Honoring refspec on initial clone Cloning repository https://github.com/eclipse/capella.git > git init /home/jenkins/agent/workspace/capella-product_v1.4.x # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials GitHub bot > git fetch --no-tags --progress --depth=1 https://github.com/eclipse/capella.git +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10 Avoid second fetch Checking out Revision 96c749c991046ff1b0a514c3c6a723b351ba5fd8 (v1.4.x) > git config remote.origin.url https://github.com/eclipse/capella.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 96c749c991046ff1b0a514c3c6a723b351ba5fd8 # timeout=13 Commit message: "[567857] Cannot save model after IS transition from PA to EPBS (#400)" First time build. Skipping changelog. [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 > git rev-list --no-walk 81848f42a0e3dd36be07a3d7a7c28dd651906f46 # timeout=10 + 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=80294adb-2e62-45a0-b84b-b86973a106d7 BUILD_URL=https://ci.eclipse.org/capella/job/capella-product/job/v1.4.x/130/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-g7f6g JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true 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.4.x-130 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=v1.4.x GIT_PREVIOUS_COMMIT=81848f42a0e3dd36be07a3d7a7c28dd651906f46 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.4.x/ WORKSPACE=/home/jenkins/agent/workspace/capella-product_v1.4.x RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/v1.4.x/130/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-g7f6g USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/v1.4.x/130/display/redirect?page=artifacts KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1 JENKINS_HOME=/var/jenkins GIT_COMMIT=96c749c991046ff1b0a514c3c6a723b351ba5fd8 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.4.x/130/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.4.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.4.x GITLAB_OBJECT_KIND=none BUILD_DISPLAY_NAME=#130 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=130 JENKINS_DISCOVERY_PORT=tcp://172.30.40.215:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 GIT_PREVIOUS_SUCCESSFUL_COMMIT=81848f42a0e3dd36be07a3d7a7c28dd651906f46 JOB_BASE_NAME=v1.4.x RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/v1.4.x/130/display/redirect?page=tests BUILD_KEY=1.4.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.4.x KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-81f274899aaa481e5422bb7f57e07643 NODE_LABELS=centos-7 centos-7-g7f6g jipp-migration migration GIT_URL=https://github.com/eclipse/capella.git CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/capella-product_v1.4.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-g7f6g 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.4.x/display/redirect BUILD_NUMBER=130 HUDSON_COOKIE=077920c8-413a-43e1-9948-659afdfdf401 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-g7f6g 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-1062.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.4.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.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.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.4.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.4.x/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, full/capella.target-definition.targetplatform] Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/targets/modules/gmf-runtime-1.13.tpd Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/targets/modules/gmf-runtime-1.13.tpd Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/targets/modules/gmf-runtime-1.13.tpd Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/targets/modules/gmf-runtime-1.13.tpd >> Fetching p2.index from http://download.eclipse.org/releases/2019-06/ >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B) >> Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ >> Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ >> Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ >> Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ >> Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ >> Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ >> Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ >> Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/ (15.81kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/ (15.81kB) >> 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 p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ >> Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ >> Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ >> 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 https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) Retrieve included location:https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/targets/modules/gmf-runtime-1.13.tpd >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ The target platform definition file has been successfully generated. /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:18 min [INFO] Finished at: 2020-10-14T08:24:58Z [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] withCredentials Masking supported pattern matches of $SONARCLOUD_TOKEN [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn clean verify -f pom.xml -Djacoco.skip=true -DjavaDocPhase=none -Pfull -Psign sonar:sonar -Dsonar.projectKey=eclipse_capella -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Dsonar.branch.name=v1.4.x 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-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties Oct 14, 2020 8:25:00 AM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Bundle-Localization. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.patterns.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ [INFO] Adding repository http://download.eclipse.org/releases/2019-06 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ [INFO] Adding repository https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06 [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/ [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ [INFO] Adding repository https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/ [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ [INFO] Fetching p2.index from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ [INFO] Adding repository https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/ [INFO] Adding repository https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella [INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/ (15.81kB) [INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/ (15.81kB) [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] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ [INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ [INFO] Adding repository http://download.eclipse.org/egf/updates/1.6.1/2019-06 [INFO] Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.1/2019-06/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ [INFO] Adding repository http://download.eclipse.org/nebula/releases/1.4.0 [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ [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 https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.feature/pom.xml [INFO] Fetching 201906191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-06/ [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.55MB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.55MB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.5MB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.5MB) [INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (454.46kB) [INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (454.46kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (246.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (95.1kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.52kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.52kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.72kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.72kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.63kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.63kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (183.86kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (183.86kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.71kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (154.23kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (154.23kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.66kB) [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.66kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.24MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.24MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (286.98kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (286.98kB) [INFO] Fetching org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.18kB) [INFO] Fetching org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.18kB) [INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.02kB) [INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.02kB) [INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.24kB) [INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.24kB) [INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (303.02kB) [INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (303.02kB) [INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (361.71kB) [INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (361.71kB) [INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.98kB) [INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.98kB) [INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (318.48kB) [INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (318.48kB) [INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (964.19kB) [INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (964.19kB) [INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.79kB) [INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.79kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (229.07kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (229.07kB) [INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (195.05kB) [INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (195.05kB) [INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.14kB) [INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.14kB) [INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.84kB) [INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.84kB) [INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.18kB) [INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.18kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.27kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.27kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.95kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.95kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.91kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.91kB) [INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.78kB) [INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.78kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.59kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.59kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.27kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.27kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.02kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.02kB) [INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.68kB) [INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.68kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.77kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.77kB) [INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB) [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB) [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.79kB) [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.79kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.77kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.77kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.95kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.95kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.61kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.61kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.91kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.91kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.69kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.69kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.53kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.53kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.16kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (485.5kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (485.5kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.01kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.01kB) [INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.07kB) [INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.07kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.06kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.06kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.2kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.2kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.84kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.84kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.97kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.97kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.57kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.57kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.89kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.89kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.18kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.18kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.98kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.98kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.25kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.25kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.69kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (115.24kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (115.24kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.63kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.63kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.52kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.52kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (58.61kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (58.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (25.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (25.06kB) [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (96.72kB) [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (96.72kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.12.0.v20190226-1307.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.31kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.12.0.v20190226-1307.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.31kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.8kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.8kB) [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB) [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.1.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (133.67kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.1.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (133.67kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.48kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.48kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.1kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.1kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.1kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.1kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.42kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.99kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.99kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.12kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.12kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.81kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.81kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.87kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.29kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.29kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (121.81kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (121.81kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.17kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.17kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (257.14kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (257.14kB) [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.15kB) [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.15kB) [INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (190.36kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (190.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.73kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.73kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (196.73kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (196.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (23.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (23.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (123.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (123.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (318.69kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (318.69kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB) [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB) [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB) [INFO] Fetching org.eclipse.jdt.core_3.18.0.v20190522-0428.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.65MB) [INFO] Fetching org.eclipse.jdt.core_3.18.0.v20190522-0428.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.65MB) [INFO] Fetching org.eclipse.jdt.debug_3.13.0.v20190521-1707.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (931.98kB) [INFO] Fetching org.eclipse.jdt.debug_3.13.0.v20190521-1707.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (931.98kB) [INFO] Fetching org.eclipse.jdt.launching_3.14.0.v20190508-0531.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (272.59kB) [INFO] Fetching org.eclipse.jdt.launching_3.14.0.v20190508-0531.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (272.59kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.13kB) [INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.13kB) [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB) [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (159.39kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (159.39kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.08MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.08MB) [INFO] Fetching org.eclipse.pde.build_3.10.400.v20190320-1020.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (478.55kB) [INFO] Fetching org.eclipse.pde.build_3.10.400.v20190320-1020.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (478.55kB) [INFO] Fetching org.eclipse.pde.core_3.13.0.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.pde.core_3.13.0.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.sirius_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (352.7kB) [INFO] Fetching org.eclipse.sirius_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (352.7kB) [INFO] Fetching org.eclipse.sirius.common_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (85.88kB) [INFO] Fetching org.eclipse.sirius.common_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (85.88kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (33.14kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (33.14kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (14.3kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (14.3kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (9.96kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (9.96kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.42kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.42kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (93.44kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (93.44kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.1kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.1kB) [INFO] Fetching org.eclipse.sirius.diagram_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (353.8kB) [INFO] Fetching org.eclipse.sirius.diagram_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (353.8kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (23.94kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (23.94kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (2.9MB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (2.9MB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (39.24kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (39.24kB) [INFO] Fetching org.eclipse.sirius.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (379.12kB) [INFO] Fetching org.eclipse.sirius.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (379.12kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.46kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.46kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (13.5kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (13.5kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.94kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.94kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (10.54kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (10.54kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.02kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.02kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.46kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.46kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.sirius.table_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (97.29kB) [INFO] Fetching org.eclipse.sirius.table_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (97.29kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (33.81kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (33.81kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (51.86kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (51.86kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (19.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (19.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (23.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (23.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.report_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.report_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (15.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (15.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (22.27kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (22.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (75.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (75.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (269.03kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (269.03kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (15.52kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (15.52kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.94kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.94kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,006.66kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,006.66kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (790.84kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (790.84kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (262.51kB) [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (262.51kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.2kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.2kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (687.76kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (687.76kB) [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (923.82kB) [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (923.82kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (3.42MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (3.42MB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (257.93kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (257.93kB) [INFO] Fetching org.eclipse.sirius.table.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (163.18kB) [INFO] Fetching org.eclipse.sirius.table.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (163.18kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (72.75kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (72.75kB) [INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.61kB) [INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.61kB) [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1MB) [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1MB) [INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.68kB) [INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.68kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (416.42kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (416.42kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (117.44kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (117.44kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.help.base_4.2.600.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (175.2kB) [INFO] Fetching org.eclipse.help.base_4.2.600.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (175.2kB) [INFO] Fetching org.eclipse.help.ui_4.1.500.v20190519-2119.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.91kB) [INFO] Fetching org.eclipse.help.ui_4.1.500.v20190519-2119.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.91kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.200.v20190520-0718.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (285.64kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.200.v20190520-0718.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (285.64kB) [INFO] Fetching org.eclipse.jdt.ui_3.18.0.v20190601-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.jdt.ui_3.18.0.v20190601-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.52kB) [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.52kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.pde.runtime_3.6.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (114.3kB) [INFO] Fetching org.eclipse.pde.runtime_3.6.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (114.3kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (169.49kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (169.49kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.33kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.33kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (43.57kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (43.57kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (15.24kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (15.24kB) [INFO] Fetching org.eclipse.sirius.tree_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (72.69kB) [INFO] Fetching org.eclipse.sirius.tree_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (72.69kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.69kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.69kB) [INFO] Fetching org.eclipse.urischeme_1.0.300.v20190514-0858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.42kB) [INFO] Fetching org.eclipse.urischeme_1.0.300.v20190514-0858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.42kB) [INFO] Fetching org.eclipse.ui.intro_3.5.600.v20190329-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (142.02kB) [INFO] Fetching org.eclipse.ui.intro_3.5.600.v20190329-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (142.02kB) [INFO] Fetching org.polarsys.kitalpha.massactions_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (28.4kB) [INFO] Fetching org.polarsys.kitalpha.massactions_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (28.4kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.86kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.86kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (54.06kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (54.06kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.52kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (59.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (59.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (6.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (6.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (33.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (33.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (74.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (74.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (77.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (77.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (70.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (70.94kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (32.23kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (32.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (272.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (272.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.35kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (29.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (29.61kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.94kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.94kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (99.28kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (99.28kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (456.49kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (456.49kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (8.93kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (8.93kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (22.61kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (22.61kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.massactions.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.massactions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.massactions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ef:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.helpers:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.model:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.customization:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.transition:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.core:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.core:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.core:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.services:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.shared.id.handler:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.05kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.05kB) [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.94kB) [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.94kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.41kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.41kB) [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.73MB) [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.73MB) [INFO] Fetching org.apache.commons.compress_1.18.0.v20181121-2221.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (610.43kB) [INFO] Fetching org.apache.commons.compress_1.18.0.v20181121-2221.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (610.43kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (314.74kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (314.74kB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (433.33kB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (433.33kB) [INFO] Fetching org.apache.sshd.osgi_2.2.0.v20190425-2127.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (442.99kB) [INFO] Fetching org.apache.sshd.osgi_2.2.0.v20190425-2127.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (442.99kB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.96kB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.96kB) [INFO] Fetching org.apache.sshd.sftp_2.2.0.v20190425-2127.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.77kB) [INFO] Fetching org.apache.sshd.sftp_2.2.0.v20190425-2127.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.77kB) [INFO] Fetching org.bouncycastle.bcpg_1.61.0.v20190602-1335.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.01kB) [INFO] Fetching org.bouncycastle.bcpg_1.61.0.v20190602-1335.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.01kB) [INFO] Fetching org.bouncycastle.bcprov_1.61.0.v20190602-1335.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.32MB) [INFO] Fetching org.bouncycastle.bcprov_1.61.0.v20190602-1335.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.32MB) [INFO] Fetching org.bouncycastle.bcpkix_1.61.0.v20190602-1335.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (819.58kB) [INFO] Fetching org.bouncycastle.bcpkix_1.61.0.v20190602-1335.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (819.58kB) [INFO] Fetching org.eclipse.egit.core_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (156.73kB) [INFO] Fetching org.eclipse.egit.core_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (156.73kB) [INFO] Fetching org.eclipse.jgit_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.62MB) [INFO] Fetching org.eclipse.jgit_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.62MB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (149.06kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (149.06kB) [INFO] Fetching org.eclipse.jsch.core_1.3.500.v20190413-1338.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.73kB) [INFO] Fetching org.eclipse.jsch.core_1.3.500.v20190413-1338.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.73kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.33kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.33kB) [INFO] Fetching org.eclipse.egit.ui_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.egit.ui_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.egit_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.56kB) [INFO] Fetching org.eclipse.egit_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.56kB) [INFO] Fetching org.eclipse.egit.doc_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.45MB) [INFO] Fetching org.eclipse.egit.doc_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.45MB) [INFO] Fetching org.eclipse.egit_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.egit_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.egit.mylyn.ui_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.74kB) [INFO] Fetching org.eclipse.egit.mylyn.ui_5.4.0.201906121030-r.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.74kB) [INFO] Fetching org.eclipse.egit.mylyn_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.89kB) [INFO] Fetching org.eclipse.egit.mylyn_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.89kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (310.46kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (310.46kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.03kB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.03kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81.5kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81.5kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (9.68kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (9.68kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (7.43kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (7.43kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (2.6MB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (2.6MB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (24.88kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (24.88kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (25.08kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (25.08kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (6.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (6.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (5.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (5.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (24.88kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (24.88kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (17.85kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (17.85kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (24.83kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (24.83kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (8.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (8.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (10.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (10.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (35.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (35.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (6.6kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (6.6kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (28.57kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (28.57kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (7.3kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (7.3kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (13.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (13.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (7.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (7.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (40.16kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (40.16kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (13.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (13.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (20.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (20.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (10.54kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (10.54kB) [INFO] Fetching org.eclipse.ocl.ecore_3.10.300.v20190603-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.74kB) [INFO] Fetching org.eclipse.ocl.ecore_3.10.300.v20190603-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.74kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (100.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (100.81kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.93kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.93kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (9.23kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (9.23kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (8.84kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (8.84kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (6.66kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.12.0.201910020901.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/plugins/ (6.66kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (24.89kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.12.0.201910020901.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/emf-diffmerge-site/features/ (24.89kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.26kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.26kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.93kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.93kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (286.98kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (286.98kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.27kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.27kB) [INFO] Fetching org.eclipse.jgit.archive_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.24kB) [INFO] Fetching org.eclipse.jgit.archive_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.24kB) [INFO] Fetching org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.49kB) [INFO] Fetching org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.49kB) [INFO] Fetching com.jcraft.jzlib_1.1.1.v201205102305.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.05kB) [INFO] Fetching com.jcraft.jzlib_1.1.1.v201205102305.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.05kB) [INFO] Fetching org.eclipse.jgit_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (14.65kB) [INFO] Fetching org.eclipse.jgit_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (14.65kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (14.46kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.4.0.201906121030-r.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (14.46kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (87.57kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (87.57kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.6kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.6kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (201.34kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (201.34kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.32kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.32kB) [INFO] Fetching org.eclipse.mylyn.commons_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn.commons_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.16kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.16kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.85kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.85kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.44kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.44kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.45kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.45kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.03kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.03kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.81kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.81kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.94kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.94kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.67kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.67kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.38kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.38kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.93kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.93kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.46kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.46kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.86kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.86kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.25kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.25kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.28kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.28kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.95kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.95kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.91kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.91kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.18kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.18kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.89kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.89kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.88kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.88kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.22kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.22kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.25kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.25kB) [INFO] Fetching org.eclipse.ui.browser_3.6.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.33kB) [INFO] Fetching org.eclipse.ui.browser_3.6.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.33kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.92kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.92kB) [INFO] Fetching org.eclipse.mylyn_feature_3.24.2.v20180905-0003.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.55kB) [INFO] Fetching org.eclipse.mylyn_feature_3.24.2.v20180905-0003.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.55kB) [INFO] Fetching org.eclipse.ocl_3.10.300.v20190603-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.ocl_3.10.300.v20190603-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.14MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.92kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.8.300.v20190603-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.81kB) [INFO] Fetching org.eclipse.ocl.common_1.8.300.v20190603-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.81kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (111.48kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (111.48kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.29kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.29kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.500.v20190315-1216.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.74MB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.500.v20190315-1216.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.74MB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (43.75kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (43.75kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.02kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.02kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.05kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.05kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_0.8.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (6.55kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_0.8.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (6.55kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_0.8.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.62kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_0.8.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (17.62kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.16MB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (53.31kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (53.31kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_0.8.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (10.86kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_0.8.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (10.86kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (11.54kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (11.54kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.05kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.05kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (18.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (65.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (65.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (43.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (43.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (191.6kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (191.6kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (4.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (4.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (12.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (31.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (31.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (13.12kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (13.12kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.advance.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (1.42MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (1.42MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (1.37MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (1.37MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/features/ (17.24kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/features/ (17.24kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (52.8kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (52.8kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (16.63kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (16.63kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.42kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (26.42kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (38.93kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (38.93kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.88kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.88kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.git.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.git.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.git.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.libraries.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.mylyn.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.mylyn.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.mylyn.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.resources:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.application:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.compare:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.ctx.ui.quickfix:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.properties:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.epbs.ui.quickfix:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.properties:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.la.ui.quickfix:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.menu.contributions:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.wizards:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.libraries.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.sirius.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.preferences:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.common:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.exchanges:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.scenario:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.services:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.services:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.tiger:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.ui.views:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.doc.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.doc.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.diffmerge.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.patterns.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.patterns.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.preferences.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.properties.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.re.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transitions.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.ui.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.developer.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.developer.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.diagrams.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.glossary.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.validation.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viewpoint.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.th.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.tipsandtricks.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.git.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.git.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.git.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viatra.core.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/features/org.polarsys.capella.viatra.core.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/features/org.polarsys.capella.viatra.core.feature/pom.xml [INFO] Fetching org.eclipse.collections_9.2.0.v20180518-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.61MB) [INFO] Fetching org.eclipse.collections_9.2.0.v20180518-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.61MB) [INFO] Fetching org.eclipse.viatra.query.runtime_2.2.0.201906120939.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (62.13kB) [INFO] Fetching org.eclipse.viatra.query.runtime_2.2.0.201906120939.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (62.13kB) [INFO] Fetching org.eclipse.viatra.query.runtime.base_2.2.0.201906120939.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.72kB) [INFO] Fetching org.eclipse.viatra.query.runtime.base_2.2.0.201906120939.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.72kB) [INFO] Fetching org.eclipse.viatra.query.runtime.matchers_2.2.0.201906120939.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (103.5kB) [INFO] Fetching org.eclipse.viatra.query.runtime.matchers_2.2.0.201906120939.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (103.5kB) [INFO] Fetching org.eclipse.viatra.query.runtime.base.itc_2.2.0.201906120939.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.5kB) [INFO] Fetching org.eclipse.viatra.query.runtime.base.itc_2.2.0.201906120939.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.5kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.18.0.v20190528-0016.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (155.67kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.18.0.v20190528-0016.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (155.67kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/features/org.polarsys.capella.viatra.core.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viatra.common.data.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.data.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.data.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viatra.common.re.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.re.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.re.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viatra.core.data.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.data.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.data.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.propertyvalue:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/features/org.polarsys.capella.patterns.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.patterns.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/features/org.polarsys.capella.patterns.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.patterns.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/features/org.polarsys.capella.patterns.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.patterns:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.patterns:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.patterns:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.patterns.obfuscator:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.patterns.obfuscator:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.patterns.obfuscator:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.patterns.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.patterns.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.ui/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.patterns.ui:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.ui/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.patterns.migration:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.migration/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.patterns.migration:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.migration/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.patterns.migration:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.rcp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.rcp.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.rcp.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp.product:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.product:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.07kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.07kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.08kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.08kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.2kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.2kB) [INFO] Fetching com.sun.jna_4.5.1.v20180403-1933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.28MB) [INFO] Fetching com.sun.jna_4.5.1.v20180403-1933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.28MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20180403-1933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (325.05kB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20180403-1933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (325.05kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.32kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.32kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.73kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.73kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.47kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.47kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.83kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.83kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (329.71kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (329.71kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.91kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.91kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.36kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.36kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.32MB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.32MB) [INFO] Fetching org.apiguardian_1.0.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.36kB) [INFO] Fetching org.apiguardian_1.0.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.36kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.66kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.66kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (146.77kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (146.77kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (399.18kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (399.18kB) [INFO] Fetching org.eclipse.acceleo.query.doc_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.27MB) [INFO] Fetching org.eclipse.acceleo.query.doc_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.27MB) [INFO] Fetching org.eclipse.acceleo.query.ide_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.35kB) [INFO] Fetching org.eclipse.acceleo.query.ide_6.0.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.35kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.9kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.9kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.93kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.93kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (24kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (24kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/features/ (32.58kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/features/ (32.58kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.11.0.201910071427 from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.11.0.201910071427 from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.ant.launching_1.2.500.v20190510-0606.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (101.16kB) [INFO] Fetching org.eclipse.ant.launching_1.2.500.v20190510-0606.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (101.16kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.300.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.49kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.300.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.49kB) [INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (489.43kB) [INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (489.43kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.300.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.99kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.300.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.99kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.300.v20190528-0604.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.65MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.300.v20190528-0604.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.65MB) [INFO] Fetching org.eclipse.jdt.junit_3.11.400.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (235.53kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.400.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (235.53kB) [INFO] Fetching org.eclipse.compare.win32_1.2.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.46kB) [INFO] Fetching org.eclipse.compare.win32_1.2.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.46kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.88kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.88kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.27kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.27kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.51kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.51kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.81kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.81kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (102.05kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (102.05kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.25kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.25kB) [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.34kB) [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.34kB) [INFO] Fetching org.eclipse.equinox.console_1.3.300.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.21kB) [INFO] Fetching org.eclipse.equinox.console_1.3.300.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.21kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.85kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.85kB) [INFO] Fetching org.eclipse.e4.rcp_1.6.500.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.77kB) [INFO] Fetching org.eclipse.e4.rcp_1.6.500.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.77kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.1.400.v20181215-2145.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.9kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.1.400.v20181215-2145.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.9kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.14.600.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.15kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.14.600.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.15kB) [INFO] Fetching org.eclipse.e4.core.commands.source_0.12.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.34kB) [INFO] Fetching org.eclipse.e4.core.commands.source_0.12.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.34kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.12.500.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.54kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.12.500.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.54kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.400.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (386.73kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.400.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (386.73kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.3.500.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.29kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.3.500.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.29kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.14.700.v20190517-1525.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (139.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.14.700.v20190517-1525.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (139.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.10.0.v20190529-1505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (164.49kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.10.0.v20190529-1505.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (164.49kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.12.700.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.48kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.12.700.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.48kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.13.500.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (192.46kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.13.500.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (192.46kB) [INFO] Fetching org.apache.batik.css.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (324.09kB) [INFO] Fetching org.apache.batik.css.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (324.09kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.28kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.28kB) [INFO] Fetching org.apache.batik.util.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (131.28kB) [INFO] Fetching org.apache.batik.util.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (131.28kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (89.14kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (89.14kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (20.29kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (20.29kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (41.89kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (41.89kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.39kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.39kB) [INFO] Fetching javax.annotation.source_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.66kB) [INFO] Fetching javax.annotation.source_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.66kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.7.200.v20190506-1457.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.5kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.7.200.v20190506-1457.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.5kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.100.v20190518-1217.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.06kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.100.v20190518-1217.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.06kB) [INFO] Fetching org.apache.batik.i18n.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.83kB) [INFO] Fetching org.apache.batik.i18n.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.83kB) [INFO] Fetching org.apache.batik.constants.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.35kB) [INFO] Fetching org.apache.batik.constants.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.35kB) [INFO] Fetching org.apache.xmlgraphics.source_2.3.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (677.28kB) [INFO] Fetching org.apache.xmlgraphics.source_2.3.0.v20190515-0436.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (677.28kB) [INFO] Fetching org.apache.commons.io.source_2.6.0.v20190123-2029.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (293.37kB) [INFO] Fetching org.apache.commons.io.source_2.6.0.v20190123-2029.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (293.37kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.46kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.15.300.v20190213-1308.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.15.300.v20190213-1308.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.12.300.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.13kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.12.300.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.13kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.2.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.23kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.2.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.23kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.400.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.41kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.400.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.41kB) [INFO] Fetching org.eclipse.equinox.common.source_3.10.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (130.21kB) [INFO] Fetching org.eclipse.equinox.common.source_3.10.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (130.21kB) [INFO] Fetching org.apache.felix.scr.source_2.1.14.v20190123-1619.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (272.59kB) [INFO] Fetching org.apache.felix.scr.source_2.1.14.v20190123-1619.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (272.59kB) [INFO] Fetching org.eclipse.equinox.event.source_1.5.100.v20190528-1257.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.29kB) [INFO] Fetching org.eclipse.equinox.event.source_1.5.100.v20190528-1257.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.29kB) [INFO] Fetching org.eclipse.core.commands.source_3.9.400.v20190516-1358.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (150.91kB) [INFO] Fetching org.eclipse.core.commands.source_3.9.400.v20190516-1358.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (150.91kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.7.300.v20190215-2048.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.29kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.7.300.v20190215-2048.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.29kB) [INFO] Fetching org.eclipse.core.databinding.source_1.7.400.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (137.88kB) [INFO] Fetching org.eclipse.core.databinding.source_1.7.400.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (137.88kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.5.0.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.93kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.5.0.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.93kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.7.0.v20190515-0910.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (202.89kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.7.0.v20190515-0910.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (202.89kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.7.0.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (92.06kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.7.0.v20190510-1100.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (92.06kB) [INFO] Fetching org.eclipse.core.expressions.source_3.6.400.v20190518-1240.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (87.94kB) [INFO] Fetching org.eclipse.core.expressions.source_3.6.400.v20190518-1240.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (87.94kB) [INFO] Fetching org.eclipse.core.jobs.source_3.10.400.v20190506-1457.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.49kB) [INFO] Fetching org.eclipse.core.jobs.source_3.10.400.v20190506-1457.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.49kB) [INFO] Fetching org.eclipse.core.runtime.source_3.15.300.v20190508-0543.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.78kB) [INFO] Fetching org.eclipse.core.runtime.source_3.15.300.v20190508-0543.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.78kB) [INFO] Fetching org.eclipse.equinox.app.source_1.4.200.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.75kB) [INFO] Fetching org.eclipse.equinox.app.source_1.4.200.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.75kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.5.400.v20190515-0925.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.83kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.5.400.v20190515-0925.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.83kB) [INFO] Fetching com.ibm.icu.source_64.2.0.v20190507-1337.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.36MB) [INFO] Fetching com.ibm.icu.source_64.2.0.v20190507-1337.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.36MB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.7.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (111.95kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.7.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (111.95kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.8.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (176.52kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.8.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (176.52kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.200.v20181101-1115.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.18kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.200.v20181101-1115.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.18kB) [INFO] Fetching org.eclipse.osgi.source_3.14.0.v20190517-1309.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.osgi.source_3.14.0.v20190517-1309.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.1.500.v20190516-1407.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (142.4kB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.1.500.v20190516-1407.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (142.4kB) [INFO] Fetching org.eclipse.osgi.services.source_3.8.0.v20190206-2147.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (244.89kB) [INFO] Fetching org.eclipse.osgi.services.source_3.8.0.v20190206-2147.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (244.89kB) [INFO] Fetching org.eclipse.osgi.util.source_3.5.200.v20190115-2323.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.54kB) [INFO] Fetching org.eclipse.osgi.util.source_3.5.200.v20190115-2323.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.54kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.111.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.111.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.equinox.util.source_1.1.200.v20181008-1820.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.18kB) [INFO] Fetching org.eclipse.equinox.util.source_1.1.200.v20181008-1820.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.18kB) [INFO] Fetching org.eclipse.jface.source_3.16.0.v20190528-0922.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,001.77kB) [INFO] Fetching org.eclipse.jface.source_3.16.0.v20190528-0922.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,001.77kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.9.0.v20190519-0933.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (221.84kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.9.0.v20190519-0933.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (221.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.100.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.74kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.100.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.74kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.0.2.v20170914-1324.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.37kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.0.2.v20170914-1324.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.37kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (105kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (105kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.29kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.29kB) [INFO] Fetching org.eclipse.equinox.console.source_1.3.300.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.69kB) [INFO] Fetching org.eclipse.equinox.console.source_1.3.300.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.3.500.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.04kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.3.500.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.04kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.2.0.v20190514-1046.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.58kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.2.0.v20190514-1046.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.58kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.1.500.v20190513-0736.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.73kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.1.500.v20190513-0736.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.73kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (169.68kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (169.68kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.300.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.32kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.300.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.32kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.400.v20190518-1217.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.43kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.400.v20190518-1217.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.43kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.300.v20190506-1457.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.85kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.300.v20190506-1457.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.85kB) [INFO] Fetching org.eclipse.e4.rcp.source_1.6.500.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.77kB) [INFO] Fetching org.eclipse.e4.rcp.source_1.6.500.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.77kB) [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.13kB) [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.13kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.11kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.11kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.300.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.23kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.300.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.23kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.3.v20190423-0625.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.7kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.3.v20190423-0625.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.7kB) [INFO] Fetching org.eclipse.ecf.source_3.9.3.v20190423-0625.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (103.18kB) [INFO] Fetching org.eclipse.ecf.source_3.9.3.v20190423-0625.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (103.18kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.1.v20181107-1749.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.36kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.1.v20181107-1749.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.36kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.3.v20190423-0625.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.99kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.3.v20190423-0625.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.99kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.93kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.93kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.66kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.66kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.200.v20190502-0212.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.66kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.200.v20190502-0212.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.66kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.200.v20190502-0212.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.04kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.200.v20190502-0212.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.04kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.34kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.34kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.08kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.08kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (26.78kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (26.78kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.35kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.35kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.400.v20180306-0429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.400.v20180306-0429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.5.v20190423-0614.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.09kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.5.v20190423-0614.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.09kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.6kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.6kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.0.v20190502-2116.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.29kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.0.v20190502-2116.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.29kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (26.74kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (26.74kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.0.v20190530-1947.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.59kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.0.v20190530-1947.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.59kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.0.v20190502-2116.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.09kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.0.v20190502-2116.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.09kB) [INFO] Fetching org.apache.commons.codec.source_1.10.0.v20180409-1845.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (320.94kB) [INFO] Fetching org.apache.commons.codec.source_1.10.0.v20180409-1845.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (320.94kB) [INFO] Fetching com.sun.jna.source_4.5.1.v20180403-1933.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (163.19kB) [INFO] Fetching com.sun.jna.source_4.5.1.v20180403-1933.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (163.19kB) [INFO] Fetching com.sun.jna.platform.source_4.5.1.v20180403-1933.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (912.62kB) [INFO] Fetching com.sun.jna.platform.source_4.5.1.v20180403-1933.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (912.62kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.6.v20190213-1430.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (962.57kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.6.v20190213-1430.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (962.57kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.6.v20190213-1947.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.88kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.6.v20190213-1947.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.88kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.10.v20190123-2214.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (430.7kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.10.v20190123-2214.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (430.7kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.0.v20190530-1947.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.0.v20190530-1947.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.37kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.37kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (22.69kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (22.69kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.08kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20190418-1022.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.34kB) [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20190418-1022.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.34kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.34kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.34kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (118.98kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (118.98kB) [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.41kB) [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.41kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.18.0.v20190323-1031.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.08kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.18.0.v20190323-1031.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.08kB) [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20190418-1022.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.42kB) [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20190418-1022.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.42kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.81kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.81kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.14kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.14kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.18.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (536.89kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.18.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (536.89kB) [INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20190418-1022.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.42kB) [INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20190418-1022.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.42kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.18.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.35kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.18.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.35kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.18.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.09kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.18.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.09kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.18.0.v20190323-1031.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (72.74kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.18.0.v20190323-1031.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (72.74kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.18.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.36kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.18.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.36kB) [INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.16.0.v20190418-0907.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (203.29kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.16.0.v20190418-0907.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (203.29kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.16.0.v20190418-0907.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.3kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.16.0.v20190418-0907.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.3kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.49kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.49kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.11.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.11.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.8kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.8kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.11.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.11.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.common.source_2.16.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (218.73kB) [INFO] Fetching org.eclipse.emf.common.source_2.16.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (218.73kB) [INFO] Fetching org.eclipse.emf.common.source_2.16.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.29kB) [INFO] Fetching org.eclipse.emf.common.source_2.16.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.29kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.01kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.01kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.58kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.58kB) [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.27kB) [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.27kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.84kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.84kB) [INFO] Fetching org.eclipse.emf.converter_2.15.0.v20190418-1022.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.18kB) [INFO] Fetching org.eclipse.emf.converter_2.15.0.v20190418-1022.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.18kB) [INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.88kB) [INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.88kB) [INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.33kB) [INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.33kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.12kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.12kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.79kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.79kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20190418-1022.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.81kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20190418-1022.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.81kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.75kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.75kB) [INFO] Fetching org.eclipse.emf.converter.source_2.15.0.v20190418-1022.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.converter.source_2.15.0.v20190418-1022.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.71kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.71kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.6.0.v20190323-1031.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.07kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.6.0.v20190323-1031.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.07kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.14kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.14kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.33kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.33kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.doc_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (3.88MB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.doc_0.12.0.201910020911.jar.pack.gz from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/plugins/ (3.88MB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature_0.12.0.201910020911.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/features/ (34.91kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature_0.12.0.201910020911.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/features/ (34.91kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature_0.12.0.201910020911.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/features/ (34.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature_0.12.0.201910020911.jar from https://download.eclipse.org/diffmerge/releases/0.12.0/edm-patterns-site/features/ (34.17kB) [INFO] Fetching org.eclipse.emf.doc_2.15.0.v20190321-1516.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.95MB) [INFO] Fetching org.eclipse.emf.doc_2.15.0.v20190321-1516.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.95MB) [INFO] Fetching org.eclipse.emf.doc_2.17.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.doc_2.17.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.87kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.87kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.12.0.v20190226-1307.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (78.83kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.12.0.v20190226-1307.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (78.83kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.83kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.83kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.73kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.73kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.12kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.12kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (819.46kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (819.46kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (90.78kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (90.78kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (151.55kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (151.55kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.edit.source_2.15.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (209.96kB) [INFO] Fetching org.eclipse.emf.edit.source_2.15.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (209.96kB) [INFO] Fetching org.eclipse.emf.edit.source_2.15.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.edit.source_2.15.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.16.0.v20181104-0733.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (157.17kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.16.0.v20181104-0733.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (157.17kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.17.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.17.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.example.installer_1.8.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (188.35kB) [INFO] Fetching org.eclipse.emf.example.installer_1.8.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (188.35kB) [INFO] Fetching org.eclipse.emf_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.21kB) [INFO] Fetching org.eclipse.emf_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.21kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (67.44kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (67.44kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.31kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.31kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.81kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.81kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.49kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.49kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.79kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.79kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.02kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.02kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.14kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.14kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.4kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.4kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.75kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.75kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (39.96kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (39.96kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.78kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.78kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.39kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.39kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.23kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.23kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (113.72kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (113.72kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.18kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.18kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.31kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.31kB) [INFO] Fetching org.eclipse.emf.sdk_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.sdk_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.39kB) [INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.39kB) [INFO] Fetching org.eclipse.emf.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.39kB) [INFO] Fetching org.eclipse.emf.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.39kB) [INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.4kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.4kB) [INFO] Fetching org.eclipse.emf.validation_1.12.1.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.67kB) [INFO] Fetching org.eclipse.emf.validation_1.12.1.201812070911.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.67kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.65kB) [INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (21.65kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.400.v20190515-0925.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (232.04kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.400.v20190515-0925.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (232.04kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.400.v20190515-0925 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (141.17kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.400.v20190515-0925 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (141.17kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.62kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.62kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.37kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.37kB) [INFO] Fetching org.eclipse.jetty.http_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (211.63kB) [INFO] Fetching org.eclipse.jetty.http_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (211.63kB) [INFO] Fetching org.eclipse.jetty.server_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (666.13kB) [INFO] Fetching org.eclipse.jetty.server_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (666.13kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (127.95kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (127.95kB) [INFO] Fetching org.eclipse.jetty.util_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (548.93kB) [INFO] Fetching org.eclipse.jetty.util_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (548.93kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.49kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.49kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.66kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.66kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.7kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.7kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.71kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.71kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.23kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.23kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.33kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.33kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.63kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.63kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.3.100.v20190330-1646.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.22kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.3.100.v20190330-1646.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.22kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.100.v20180822-1258.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.02kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.100.v20180822-1258.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.02kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.6.0.v20190215-2242.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.83kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.6.0.v20190215-2242.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.83kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.300.v20190215-2242.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (67.28kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.300.v20190215-2242.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (67.28kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.300.v20190318-1320.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (139.3kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.300.v20190318-1320.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (139.3kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.16kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.16kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.4.400.v20190409-0548.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (247.59kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.4.400.v20190409-0548.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (247.59kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.93kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.93kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.4.400.v20190318-1320.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (121.36kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.4.400.v20190318-1320.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (121.36kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.300.v20190215-2242.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (95.43kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.300.v20190215-2242.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (95.43kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.200.v20180921-1019.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.92kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.200.v20180921-1019.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.92kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.200.v20181123-1405.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.74kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.200.v20181123-1405.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.74kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.300.v20190318-1320.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.91kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.300.v20190318-1320.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.91kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.100.v20180822-1258.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.39kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.100.v20180822-1258.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.39kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.200.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (102.23kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.200.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (102.23kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.200.v20180921-1009.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.200.v20180921-1009.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.2.100.v20180822-1354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.21kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.2.100.v20180822-1354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.21kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.400.v20190408-2008.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.51kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.400.v20190408-2008.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.51kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.100.v20180827-1235.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.57kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.100.v20180827-1235.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.57kB) [INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (149.53kB) [INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (149.53kB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.1.300.v20190514-1046.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.58kB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.1.300.v20190514-1046.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.58kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.200.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.46kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.200.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.46kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.46kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.46kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.44kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.44kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.61kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.61kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.12kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.12kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.200.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.29kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.200.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.29kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.200.v20190204-0752.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.82kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.200.v20190204-0752.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.82kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.3.0.v20181023-0914.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.32kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.3.0.v20181023-0914.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.32kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.76kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.76kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.100.v20180822-1302.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.200.v20181102-0649.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (178.85kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.200.v20181102-0649.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (178.85kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.200.v20190329-1624.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (149.25kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.200.v20190329-1624.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (149.25kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.19kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.35kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.35kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.89kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.89kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.500.v20190220-1158.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (297.17kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.500.v20190220-1158.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (297.17kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.4.200.v20181102-0649.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.87kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.4.200.v20181102-0649.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.87kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.47kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.47kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.2.300.v20190514-1046.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.56kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.2.300.v20190514-1046.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.56kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.1.200.v20181214-0802.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.98kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.1.200.v20181214-0802.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.98kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.15kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.15kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (62.49kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (62.49kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.89kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.89kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.92kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.92kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.1.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (70.81kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.1.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (70.81kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.2.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.2.100.v20180827-1122.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.18kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.400.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.18kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.56kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.56kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.83kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.83kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (24.75kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (24.75kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.09kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.09kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.83kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (18.33kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (18.33kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29.03kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29.03kB) [INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (13.16kB) [INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (13.16kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (752.78kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (752.78kB) [INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/features/ (22.23kB) [INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/features/ (22.23kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/features/ (21.64kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/features/ (21.64kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/features/ (22.02kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/features/ (22.02kB) [INFO] Fetching org.eclipse.help.webapp_3.9.500.v20190517-1202.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (284.28kB) [INFO] Fetching org.eclipse.help.webapp_3.9.500.v20190517-1202.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (284.28kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.io_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (167.49kB) [INFO] Fetching org.eclipse.jetty.io_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (167.49kB) [INFO] Fetching org.eclipse.jetty.security_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (124.9kB) [INFO] Fetching org.eclipse.jetty.security_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (124.9kB) [INFO] Fetching org.eclipse.help_2.2.600.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.51kB) [INFO] Fetching org.eclipse.help_2.2.600.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.51kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.45kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.45kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (113.6kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (113.6kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (129.82kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (129.82kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.04kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.04kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (315.38kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (315.38kB) [INFO] Fetching org.apache.lucene.analyzers-common.source_8.0.0.v20190404-1858.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.63MB) [INFO] Fetching org.apache.lucene.analyzers-common.source_8.0.0.v20190404-1858.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.63MB) [INFO] Fetching org.apache.lucene.core.source_8.0.0.v20190404-1858.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.16MB) [INFO] Fetching org.apache.lucene.core.source_8.0.0.v20190404-1858.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.16MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.0.0.v20190404-1858.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (3.45MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.0.0.v20190404-1858.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (3.45MB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.100.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.54kB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.100.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.54kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.700.v20190214-1948.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.52kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.700.v20190214-1948.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.52kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.6.100.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (140.77kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.6.100.v20190516-1504.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (140.77kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.200.v20190214-1948.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.26kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.200.v20190214-1948.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.26kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.200.v20190214-1948.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.05kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.200.v20190214-1948.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.05kB) [INFO] Fetching org.eclipse.help.base.source_4.2.600.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (306.43kB) [INFO] Fetching org.eclipse.help.base.source_4.2.600.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (306.43kB) [INFO] Fetching org.eclipse.help.ui.source_4.1.500.v20190519-2119.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (220.64kB) [INFO] Fetching org.eclipse.help.ui.source_4.1.500.v20190519-2119.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (220.64kB) [INFO] Fetching org.eclipse.help.webapp.source_3.9.500.v20190517-1202.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (198.44kB) [INFO] Fetching org.eclipse.help.webapp.source_3.9.500.v20190517-1202.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (198.44kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33kB) [INFO] Fetching org.eclipse.jetty.http.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (130.76kB) [INFO] Fetching org.eclipse.jetty.http.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (130.76kB) [INFO] Fetching org.eclipse.jetty.io.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.45kB) [INFO] Fetching org.eclipse.jetty.io.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.45kB) [INFO] Fetching org.eclipse.jetty.security.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.97kB) [INFO] Fetching org.eclipse.jetty.security.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.97kB) [INFO] Fetching org.eclipse.jetty.server.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (415.4kB) [INFO] Fetching org.eclipse.jetty.server.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (415.4kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81.74kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81.74kB) [INFO] Fetching org.eclipse.jetty.util.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (368.03kB) [INFO] Fetching org.eclipse.jetty.util.source_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (368.03kB) [INFO] Fetching org.eclipse.core.net.source_1.3.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (62.2kB) [INFO] Fetching org.eclipse.core.net.source_1.3.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (62.2kB) [INFO] Fetching org.eclipse.help.source_2.2.600.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.79kB) [INFO] Fetching org.eclipse.help.source_2.2.600.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.79kB) [INFO] Fetching org.eclipse.jdt_3.18.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.11kB) [INFO] Fetching org.eclipse.jdt_3.18.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.11kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.52kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.52kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.7kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.7kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.400.v20190328-1431.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (127.99kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.400.v20190328-1431.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (127.99kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.07kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.07kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (144.85kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (144.85kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.600.v20190402-0634.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.93kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.600.v20190402-0634.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.93kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.65kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.65kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.400.v20190605-0405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.99MB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.400.v20190605-0405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (4.99MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.300.v20190604-0816.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.93MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.300.v20190604-0816.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.93MB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.300.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.61kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.300.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.61kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.44kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.44kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.2kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.2kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.500.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.74kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.500.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.74kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (283.72kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (283.72kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.18kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.18kB) [INFO] Fetching org.junit.jupiter.api_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.95kB) [INFO] Fetching org.junit.jupiter.api_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.95kB) [INFO] Fetching org.junit.jupiter.engine_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.91kB) [INFO] Fetching org.junit.jupiter.engine_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.91kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.23kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.23kB) [INFO] Fetching org.junit.jupiter.params_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (168.65kB) [INFO] Fetching org.junit.jupiter.params_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (168.65kB) [INFO] Fetching org.junit.platform.commons_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.52kB) [INFO] Fetching org.junit.platform.commons_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.52kB) [INFO] Fetching org.junit.platform.engine_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.62kB) [INFO] Fetching org.junit.platform.engine_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.62kB) [INFO] Fetching org.junit.platform.launcher_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.03kB) [INFO] Fetching org.junit.platform.launcher_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.03kB) [INFO] Fetching org.junit.platform.runner_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.81kB) [INFO] Fetching org.junit.platform.runner_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.81kB) [INFO] Fetching org.junit.platform.suite.api_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.65kB) [INFO] Fetching org.junit.platform.suite.api_1.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.65kB) [INFO] Fetching org.junit.vintage.engine_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.85kB) [INFO] Fetching org.junit.vintage.engine_5.4.0.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.85kB) [INFO] Fetching org.opentest4j_1.1.1.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.4kB) [INFO] Fetching org.opentest4j_1.1.1.v20190212-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.4kB) [INFO] Fetching org.eclipse.jdt_3.18.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.66kB) [INFO] Fetching org.eclipse.jdt_3.18.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.66kB) [INFO] Fetching org.eclipse.ant.ui.source_3.7.500.v20190518-1030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (619.32kB) [INFO] Fetching org.eclipse.ant.ui.source_3.7.500.v20190518-1030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (619.32kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.400.v20190328-1431.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (357.65kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.400.v20190328-1431.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (357.65kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.200.v20180921-1416.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.14kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.200.v20180921-1416.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.14kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.300.v20181206-1038.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.9kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.300.v20181206-1038.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.9kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.600.v20190402-0634.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (134.03kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.600.v20190402-0634.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (134.03kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.600.v20190322-0450.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.67kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.600.v20190322-0450.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.67kB) [INFO] Fetching org.eclipse.jdt.core.source_3.18.0.v20190522-0428.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (5.03MB) [INFO] Fetching org.eclipse.jdt.core.source_3.18.0.v20190522-0428.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (5.03MB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.1.400.v20180921-1416.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.05kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.1.400.v20180921-1416.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.05kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.300.v20190328-1431.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.89kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.300.v20190328-1431.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.89kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.11.200.v20190520-0718.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (608.45kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.11.200.v20190520-0718.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (608.45kB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.10.300.v20190528-0604.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (837.04kB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.10.300.v20190528-0604.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (837.04kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.13.0.v20190521-1707.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (834.42kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.13.0.v20190521-1707.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (834.42kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.11.400.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (197.75kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.11.400.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (197.75kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.300.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (114.3kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.300.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (114.3kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.4.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.67kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.4.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.67kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.38kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.38kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.500.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.9kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.500.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.9kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.14.0.v20190508-0531.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (343.98kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.14.0.v20190508-0531.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (343.98kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.18.0.v20190601-2139.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (5.46MB) [INFO] Fetching org.eclipse.jdt.ui.source_3.18.0.v20190601-2139.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (5.46MB) [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.43kB) [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.43kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.3kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.3kB) [INFO] Fetching org.junit.jupiter.api.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (168.88kB) [INFO] Fetching org.junit.jupiter.api.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (168.88kB) [INFO] Fetching org.junit.jupiter.engine.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (132kB) [INFO] Fetching org.junit.jupiter.engine.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (132kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (39.16kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (39.16kB) [INFO] Fetching org.junit.jupiter.params.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (78.3kB) [INFO] Fetching org.junit.jupiter.params.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (78.3kB) [INFO] Fetching org.junit.platform.commons.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81kB) [INFO] Fetching org.junit.platform.commons.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81kB) [INFO] Fetching org.junit.platform.engine.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (129.36kB) [INFO] Fetching org.junit.platform.engine.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (129.36kB) [INFO] Fetching org.junit.platform.launcher.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81.38kB) [INFO] Fetching org.junit.platform.launcher.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81.38kB) [INFO] Fetching org.junit.platform.runner.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.28kB) [INFO] Fetching org.junit.platform.runner.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.28kB) [INFO] Fetching org.junit.platform.suite.api.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.94kB) [INFO] Fetching org.junit.platform.suite.api.source_1.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.94kB) [INFO] Fetching org.junit.vintage.engine.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.09kB) [INFO] Fetching org.junit.vintage.engine.source_5.4.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.09kB) [INFO] Fetching org.opentest4j.source_1.1.1.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.28kB) [INFO] Fetching org.opentest4j.source_1.1.1.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.28kB) [INFO] Fetching org.apiguardian.source_1.0.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.06kB) [INFO] Fetching org.apiguardian.source_1.0.0.v20190212-2109.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.06kB) [INFO] Fetching org.eclipse.ant.launching.source_1.2.500.v20190510-0606.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (131.03kB) [INFO] Fetching org.eclipse.ant.launching.source_1.2.500.v20190510-0606.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (131.03kB) [INFO] Fetching org.eclipse.jdt.source_3.18.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB) [INFO] Fetching org.eclipse.jdt.source_3.18.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.300.v20190417-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.49kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.300.v20190417-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.49kB) [INFO] Fetching org.eclipse.pde.api.tools_1.1.800.v20190517-1501.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (917.76kB) [INFO] Fetching org.eclipse.pde.api.tools_1.1.800.v20190517-1501.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (917.76kB) [INFO] Fetching org.objectweb.asm_7.1.0.v20190412-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.92kB) [INFO] Fetching org.objectweb.asm_7.1.0.v20190412-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.92kB) [INFO] Fetching org.objectweb.asm.tree_7.1.0.v20190412-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.78kB) [INFO] Fetching org.objectweb.asm.tree_7.1.0.v20190412-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.78kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.300.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.64kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.300.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.64kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.700.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (157.02kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.700.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (157.02kB) [INFO] Fetching org.eclipse.pde.ui_3.11.0.v20190520-2013.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.pde.ui_3.11.0.v20190520-2013.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.ui.trace_1.1.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.33kB) [INFO] Fetching org.eclipse.ui.trace_1.1.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.33kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.400.v20190605-0405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.61MB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.400.v20190605-0405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.61MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.1.400.v20190514-1319.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.29kB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.1.400.v20190514-1319.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.29kB) [INFO] Fetching org.eclipse.pde.ds.core_1.1.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.07kB) [INFO] Fetching org.eclipse.pde.ds.core_1.1.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.07kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.1.600.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (80.08kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.1.600.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (80.08kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.300.v20190417-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.91kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.300.v20190417-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.91kB) [INFO] Fetching org.eclipse.pde_3.13.600.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.82kB) [INFO] Fetching org.eclipse.pde_3.13.600.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.82kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.400.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.88kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.400.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.88kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.6.600.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (376.84kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.6.600.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (376.84kB) [INFO] Fetching org.eclipse.pde.launching_3.7.600.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.25kB) [INFO] Fetching org.eclipse.pde.launching_3.7.600.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.25kB) [INFO] Fetching org.eclipse.pde.ua.core_1.1.300.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.07kB) [INFO] Fetching org.eclipse.pde.ua.core_1.1.300.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.07kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.1.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (145.07kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.1.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (145.07kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.78kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.500.v20190513-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.78kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.0.300.v20190430-1515.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.74kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.0.300.v20190430-1515.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.74kB) [INFO] Fetching org.eclipse.pde_3.14.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.4kB) [INFO] Fetching org.eclipse.pde_3.14.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.4kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.400.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.46kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.400.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.46kB) [INFO] Fetching org.eclipse.pde.build.source_3.10.400.v20190320-1020.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (319.73kB) [INFO] Fetching org.eclipse.pde.build.source_3.10.400.v20190320-1020.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (319.73kB) [INFO] Fetching org.eclipse.pde.core.source_3.13.0.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (975.74kB) [INFO] Fetching org.eclipse.pde.core.source_3.13.0.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (975.74kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.400.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.36kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.400.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.36kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.6.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.17kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.6.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.17kB) [INFO] Fetching org.eclipse.pde.ui.source_3.11.0.v20190520-2013.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.01MB) [INFO] Fetching org.eclipse.pde.ui.source_3.11.0.v20190520-2013.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.01MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.6.600.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.31kB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.6.600.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.31kB) [INFO] Fetching org.objectweb.asm.source_7.1.0.v20190412-2143.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (180.72kB) [INFO] Fetching org.objectweb.asm.source_7.1.0.v20190412-2143.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (180.72kB) [INFO] Fetching org.objectweb.asm.tree.source_7.1.0.v20190412-2143.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.73kB) [INFO] Fetching org.objectweb.asm.tree.source_7.1.0.v20190412-2143.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.73kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.1.800.v20190517-1501.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (648.26kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.1.800.v20190517-1501.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (648.26kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.300.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.56kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.300.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.56kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.1.700.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (247.47kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.1.700.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (247.47kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.1.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.9kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.1.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.9kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.1.600.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.87kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.1.600.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.87kB) [INFO] Fetching org.eclipse.pde.launching.source_3.7.600.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (92.94kB) [INFO] Fetching org.eclipse.pde.launching.source_3.7.600.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (92.94kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.1.300.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.87kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.1.300.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.87kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.1.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (272.53kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.1.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (272.53kB) [INFO] Fetching org.eclipse.ui.trace.source_1.1.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.32kB) [INFO] Fetching org.eclipse.ui.trace.source_1.1.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.32kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.1.400.v20190514-1319.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.37kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.1.400.v20190514-1319.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.37kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.0.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.28kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.0.500.v20190513-1223.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.28kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.300.v20190417-0900.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.98kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.300.v20190417-0900.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.98kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.300.v20190417-0900.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.57kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.300.v20190417-0900.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.57kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.0.300.v20190430-1515.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.09kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.0.300.v20190430-1515.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.09kB) [INFO] Fetching org.eclipse.pde.source_3.14.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.84kB) [INFO] Fetching org.eclipse.pde.source_3.14.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.84kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.9kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.9kB) [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (419.96kB) [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (419.96kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.12.0.v20190605-0405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.82MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.12.0.v20190605-0405.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.82MB) [INFO] Fetching org.eclipse.platform.doc.user_4.12.0.v20190604-0816.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.98MB) [INFO] Fetching org.eclipse.platform.doc.user_4.12.0.v20190604-0816.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.98MB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.9kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.9kB) [INFO] Fetching org.eclipse.ui.net_1.3.400.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.34kB) [INFO] Fetching org.eclipse.ui.net_1.3.400.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.34kB) [INFO] Fetching org.eclipse.ui.win32_3.4.200.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.38kB) [INFO] Fetching org.eclipse.ui.win32_3.4.200.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.38kB) [INFO] Fetching org.eclipse.ui.themes_1.2.600.v20190513-0458.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.45kB) [INFO] Fetching org.eclipse.ui.themes_1.2.600.v20190513-0458.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.45kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.79kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.79kB) [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.39kB) [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.39kB) [INFO] Fetching org.eclipse.platform_root_4.12.0.v20190605-1801 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (196B) [INFO] Fetching org.eclipse.platform_root_4.12.0.v20190605-1801 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (196B) [INFO] Fetching org.apache.ant.source_1.10.5.v20190526-1402.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.35MB) [INFO] Fetching org.apache.ant.source_1.10.5.v20190526-1402.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.35MB) [INFO] Fetching org.eclipse.ant.core.source_3.5.400.v20190510-0606.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.85kB) [INFO] Fetching org.eclipse.ant.core.source_3.5.400.v20190510-0606.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.85kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (294.21kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (294.21kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (62.55kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (62.55kB) [INFO] Fetching org.eclipse.compare.source_3.7.600.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (422.83kB) [INFO] Fetching org.eclipse.compare.source_3.7.600.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (422.83kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.06kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.06kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.6.600.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (87.91kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.6.600.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (87.91kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.7.400.v20190518-1151.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (90.47kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.7.400.v20190518-1151.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (90.47kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.300.v20181126-0635.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.49kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.300.v20181126-0635.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.49kB) [INFO] Fetching org.eclipse.core.resources.source_3.13.400.v20190505-1655.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (794.88kB) [INFO] Fetching org.eclipse.core.resources.source_3.13.400.v20190505-1655.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (794.88kB) [INFO] Fetching org.eclipse.debug.core.source_3.13.300.v20190514-0832.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (396.21kB) [INFO] Fetching org.eclipse.debug.core.source_3.13.300.v20190514-0832.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (396.21kB) [INFO] Fetching org.eclipse.debug.ui.source_3.14.100.v20190518-2143.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.68MB) [INFO] Fetching org.eclipse.debug.ui.source_3.14.100.v20190518-2143.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.68MB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.10.100.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (295.73kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.10.100.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (295.73kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.9.400.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (251.72kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.9.400.v20190510-0840.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (251.72kB) [INFO] Fetching org.eclipse.platform.source_4.12.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.82kB) [INFO] Fetching org.eclipse.platform.source_4.12.0.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.82kB) [INFO] Fetching org.eclipse.search.source_3.11.600.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (298.54kB) [INFO] Fetching org.eclipse.search.source_3.11.600.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (298.54kB) [INFO] Fetching org.eclipse.team.core.source_3.8.600.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (372.36kB) [INFO] Fetching org.eclipse.team.core.source_3.8.600.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (372.36kB) [INFO] Fetching org.eclipse.team.ui.source_3.8.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (769.91kB) [INFO] Fetching org.eclipse.team.ui.source_3.8.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (769.91kB) [INFO] Fetching org.eclipse.text.source_3.8.200.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (274.89kB) [INFO] Fetching org.eclipse.text.source_3.8.200.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (274.89kB) [INFO] Fetching org.eclipse.jface.text.source_3.15.200.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (807.05kB) [INFO] Fetching org.eclipse.jface.text.source_3.15.200.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (807.05kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.500.v20190413-1338.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.75kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.500.v20190413-1338.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.75kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.3.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.87kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.3.500.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (47.87kB) [INFO] Fetching org.eclipse.ui.console.source_3.8.500.v20190514-0743.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (124.73kB) [INFO] Fetching org.eclipse.ui.console.source_3.8.500.v20190514-0743.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (124.73kB) [INFO] Fetching org.eclipse.ui.intro.source_3.5.600.v20190329-1257.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.95kB) [INFO] Fetching org.eclipse.ui.intro.source_3.5.600.v20190329-1257.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.95kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.3.500.v20190315-1216.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.57kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.3.500.v20190315-1216.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.57kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.5.400.v20190218-1039.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (246.91kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.5.400.v20190218-1039.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (246.91kB) [INFO] Fetching org.eclipse.ui.browser.source_3.6.400.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (95.71kB) [INFO] Fetching org.eclipse.ui.browser.source_3.6.400.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (95.71kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.1.400.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (80.69kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.1.400.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (80.69kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.1.400.v20190517-1612.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.09kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.1.400.v20190517-1612.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.09kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.8.0.v20190519-2104.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (314.23kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.8.0.v20190519-2104.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (314.23kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.6.500.v20190519-2104.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.46kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.6.500.v20190519-2104.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.46kB) [INFO] Fetching org.eclipse.ui.net.source_1.3.400.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.51kB) [INFO] Fetching org.eclipse.ui.net.source_1.3.400.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.51kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.12.0.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (420.43kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.12.0.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (420.43kB) [INFO] Fetching org.eclipse.ui.views.source_3.9.400.v20190517-1612.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.94kB) [INFO] Fetching org.eclipse.ui.views.source_3.9.400.v20190517-1612.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.94kB) [INFO] Fetching org.eclipse.ui.editors.source_3.11.500.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (315.79kB) [INFO] Fetching org.eclipse.ui.editors.source_3.11.500.v20190519-2344.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (315.79kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.4.300.v20190510-0549.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.85kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.4.300.v20190510-0549.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.85kB) [INFO] Fetching org.eclipse.ui.ide.source_3.15.200.v20190519-2104.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.ide.source_3.15.200.v20190519-2104.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.3.300.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.25kB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.3.300.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.25kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.200.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.62kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.200.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.62kB) [INFO] Fetching org.eclipse.core.variables.source_3.4.500.v20190510-0549.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.79kB) [INFO] Fetching org.eclipse.core.variables.source_3.4.500.v20190510-0549.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.79kB) [INFO] Fetching org.eclipse.ui.forms.source_3.8.0.v20190519-1034.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.04kB) [INFO] Fetching org.eclipse.ui.forms.source_3.8.0.v20190519-1034.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.04kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.8.500.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.3kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.8.500.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.3kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.1.300.v20190510-0549.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.95kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.1.300.v20190510-0549.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.95kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.600.v20190513-0458.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.38kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.600.v20190513-0458.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.38kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.0.300.v20180821-0700.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.0.300.v20180821-0700.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.300.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.17kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.300.v20190519-2354.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.17kB) [INFO] Fetching org.eclipse.urischeme.source_1.0.300.v20190514-0858.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.07kB) [INFO] Fetching org.eclipse.urischeme.source_1.0.300.v20190514-0858.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.07kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.600.v20190519-1034.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.07kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.600.v20190519-1034.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.07kB) [INFO] Fetching org.eclipse.platform.source_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.01kB) [INFO] Fetching org.eclipse.platform.source_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.01kB) [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.44kB) [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.44kB) [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.11kB) [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.11kB) [INFO] Fetching org.eclipse.rcp_root_4.12.0.v20190605-1801 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (25.66kB) [INFO] Fetching org.eclipse.rcp_root_4.12.0.v20190605-1801 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (25.66kB) [INFO] Fetching org.eclipse.help.source_3.8.400.v20190423-0921.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (180.06kB) [INFO] Fetching org.eclipse.help.source_3.8.400.v20190423-0921.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (180.06kB) [INFO] Fetching org.eclipse.ui.source_3.113.0.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (145.71kB) [INFO] Fetching org.eclipse.ui.source_3.113.0.v20190513-2118.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (145.71kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.115.0.v20190521-1602.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.55MB) [INFO] Fetching org.eclipse.ui.workbench.source_3.115.0.v20190521-1602.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.55MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.300.v20190518-1030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.31kB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.300.v20190518-1030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.31kB) [INFO] Fetching org.eclipse.rcp.source_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.17kB) [INFO] Fetching org.eclipse.rcp.source_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.17kB) [INFO] Fetching org.eclipse.sdk_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.71kB) [INFO] Fetching org.eclipse.sdk_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.71kB) [INFO] Fetching org.eclipse.sdk_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.04kB) [INFO] Fetching org.eclipse.sdk_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.04kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.09kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (18.09kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (13.18kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (13.18kB) [INFO] Fetching org.eclipse.sirius.aql_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.01kB) [INFO] Fetching org.eclipse.sirius.aql_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.01kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (12.41kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (12.41kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (8.29kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (8.29kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.15kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (7.15kB) [INFO] Fetching org.eclipse.sirius.doc_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (10.9MB) [INFO] Fetching org.eclipse.sirius.doc_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (10.9MB) [INFO] Fetching org.eclipse.sirius.doc.feature_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.05kB) [INFO] Fetching org.eclipse.sirius.doc.feature_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.05kB) [INFO] Fetching org.eclipse.sirius.ext.e3_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (6.84kB) [INFO] Fetching org.eclipse.sirius.ext.e3_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (6.84kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (10.07kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (10.07kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (6.78kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (6.78kB) [INFO] Fetching org.eclipse.sirius.ext.ide_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (10.84kB) [INFO] Fetching org.eclipse.sirius.ext.ide_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (10.84kB) [INFO] Fetching org.eclipse.sirius.interpreter_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (17.65kB) [INFO] Fetching org.eclipse.sirius.interpreter_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (17.65kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (18.94kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (18.94kB) [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.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_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.01kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.01kB) [INFO] Fetching org.eclipse.sirius.runtime_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.24kB) [INFO] Fetching org.eclipse.sirius.runtime_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.24kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.12kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.12kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (6.8kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (6.8kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (6.78kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (6.78kB) [INFO] Fetching org.eclipse.sirius.ui.editor_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (40.66kB) [INFO] Fetching org.eclipse.sirius.ui.editor_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (40.66kB) [INFO] Fetching org.eclipse.sirius.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (11.92kB) [INFO] Fetching org.eclipse.sirius.ui.ext_6.3.3.202008060853.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (11.92kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.41kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (19.41kB) [INFO] Fetching org.eclipse.sirius.common.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (196.37kB) [INFO] Fetching org.eclipse.sirius.common.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (196.37kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (80.76kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (80.76kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (29.32kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (29.32kB) [INFO] Fetching org.eclipse.sirius.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (1.25MB) [INFO] Fetching org.eclipse.sirius.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (1.25MB) [INFO] Fetching org.eclipse.sirius.diagram.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (1.16MB) [INFO] Fetching org.eclipse.sirius.diagram.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (1.16MB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (52.65kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (52.65kB) [INFO] Fetching org.eclipse.sirius.table.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (306.81kB) [INFO] Fetching org.eclipse.sirius.table.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (306.81kB) [INFO] Fetching org.eclipse.sirius.tree.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (218.19kB) [INFO] Fetching org.eclipse.sirius.tree.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (218.19kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (25.62kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (25.62kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (6.69kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (6.69kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (13.85kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (13.85kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (11.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (11.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (8.58kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (8.58kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (6.69kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (6.69kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (16.35kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/plugins/ (16.35kB) [INFO] Fetching org.eclipse.sirius.runtime.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (18.73kB) [INFO] Fetching org.eclipse.sirius.runtime.source_6.3.3.202008060853.jar from https://download.eclipse.org/sirius/updates/releases/6.3.3/2019-06/features/ (18.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (4.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (4.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (67.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (67.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_1.0.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/plugins/ (844.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_1.0.0.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/plugins/ (844.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/features/ (902B) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/features/ (902B) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (4.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (4.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (949B) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (949B) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (66.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (66.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (72.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (72.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (30.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (30.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.9kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (10.83kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (10.83kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.96kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.96kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.doc_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/plugins/ (506.95kB) [INFO] Fetching org.polarsys.kitalpha.doc_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/plugins/ (506.95kB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/plugins/ (411.64kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/plugins/ (411.64kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/features/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/1.4.2it2_ter/features/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.82kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (16.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (16.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (7.72kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (7.72kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (20.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (20.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.71kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (9.71kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (13.12kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (13.12kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.19kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (8.19kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (6.65kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (6.65kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (13.07kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (13.07kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (21.9kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (10.56kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (10.56kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.88kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.88kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (13.05kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (13.05kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (10.29kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (10.29kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (13.11kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (13.11kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.81kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.81kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (56.37kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (56.37kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.82kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.82kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.84kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.84kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (1.39MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (1.39MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.81kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/features/ (12.81kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.43kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.43kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.12kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.12kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.98kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.98kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.111.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.111.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.0.500.v20181106-0908.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.0.500.v20181106-0908.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.400.v20190515-0925 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (25.82kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.400.v20190515-0925 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (25.82kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.200.v20181106-0957.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.62kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.200.v20181106-0957.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.62kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.300.v20181130-0925.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.51kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.300.v20181130-0925.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.51kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.95kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.95kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.42kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.42kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.15kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.15kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.300.v20190517-1326.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.88kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.300.v20190517-1326.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.88kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.111.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.63MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.111.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.63MB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.400.v20190515-0925 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (11.05kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.400.v20190515-0925 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (11.05kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.51kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.51kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.100.v20180827-1235.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.38kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.100.v20180827-1235.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.38kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.300.v20190510-0639.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.13kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.300.v20190510-0639.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.13kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.300.v20190510-0639.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.2kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.300.v20190510-0639.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.2kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.300.v20190510-0639.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.64kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.300.v20190510-0639.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (17.64kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.300.v20190510-0639.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.19kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.300.v20190510-0639.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.19kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.62kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.62kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.2.200.v20190509-1900.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.89kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.2.200.v20190509-1900.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.89kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp.product:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.core.egf.feature/pom.xml [INFO] Fetching org.eclipse.egf.common_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.58kB) [INFO] Fetching org.eclipse.egf.common_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.58kB) [INFO] Fetching org.eclipse.egf.core_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.72kB) [INFO] Fetching org.eclipse.egf.core_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.72kB) [INFO] Fetching org.eclipse.egf.core.platform_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.16kB) [INFO] Fetching org.eclipse.egf.core.platform_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.16kB) [INFO] Fetching org.eclipse.egf.core.producer_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.72kB) [INFO] Fetching org.eclipse.egf.core.producer_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.72kB) [INFO] Fetching org.eclipse.egf.domain_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19kB) [INFO] Fetching org.eclipse.egf.domain_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19kB) [INFO] Fetching org.eclipse.egf.model_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (388.14kB) [INFO] Fetching org.eclipse.egf.model_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (388.14kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.63kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.63kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.4kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.4kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (140.96kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (140.96kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.71kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.71kB) [INFO] Fetching org.eclipse.egf.model.fprod_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (36.52kB) [INFO] Fetching org.eclipse.egf.model.fprod_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (36.52kB) [INFO] Fetching org.eclipse.egf.emf.pattern_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.egf.emf.pattern_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.egf.pattern.jet_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.03kB) [INFO] Fetching org.eclipse.egf.pattern.jet_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.03kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.48kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.48kB) [INFO] Fetching org.eclipse.egf.model.edit_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (403.21kB) [INFO] Fetching org.eclipse.egf.model.edit_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (403.21kB) [INFO] Fetching org.eclipse.egf.producer_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.37kB) [INFO] Fetching org.eclipse.egf.producer_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.37kB) [INFO] Fetching org.eclipse.egf.model.jetpattern_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.29kB) [INFO] Fetching org.eclipse.egf.model.jetpattern_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.29kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.15kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.15kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201805030653.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (141.72kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201805030653.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (141.72kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.44kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.44kB) [INFO] Fetching org.eclipse.egf.task_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.09kB) [INFO] Fetching org.eclipse.egf.task_1.6.1.201906060805.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.09kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (385.14kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf_1.4.2.202009031501.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/1.4.2it2_ter/plugins/ (385.14kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.egf.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.egf/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.egf:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.egf/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.egf:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.releng/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.releng:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.releng/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.releng:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.releng/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.egf.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.egf.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.egf.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/features/org.polarsys.capella.test.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/features/org.polarsys.capella.test.feature/pom.xml [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160221192158/repository/ [INFO] Fetching org.jsoup_1.7.2.v201411291515.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (87.52kB) [INFO] Fetching org.jsoup_1.7.2.v201411291515.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (87.52kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/features/org.polarsys.capella.test.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.massactions.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.massactions.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.massactions.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.business.queries.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.framework:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.model.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.semantic.queries.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suites.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.benchmarks.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.benchmarks.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.benchmarks.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.fragmentation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.fragmentation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.fragmentation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.odesign:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.odesign:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.odesign:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.table:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.table:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.table:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.run:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.run:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.run:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella [pom] [INFO] org.polarsys.capella.samples [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.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.doc.plugins [pom] [INFO] org.polarsys.capella.commandline.doc [eclipse-plugin] [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 [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.toolkit.browser [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.resources [eclipse-plugin] [INFO] org.polarsys.capella.core.libraries [eclipse-plugin] [INFO] org.polarsys.capella.core.data.business.queries [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.gen.edit.decorators [eclipse-plugin] [INFO] org.polarsys.capella.core.diagram.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.clipboard [eclipse-plugin] [INFO] org.polarsys.capella.common.re.ui [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.core.af.integration [eclipse-plugin] [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.menu [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.common.ui.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.core.application [eclipse-plugin] [INFO] org.polarsys.capella.core.commandline.core [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.perspective [eclipse-plugin] [INFO] org.polarsys.capella.core.commandline.core.ui [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.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.model.skeleton [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.sirius.analysis [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.ui.semantic.browser [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions.core [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions.doc [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions.feature [eclipse-feature] [INFO] org.polarsys.capella.common.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.features [pom] [INFO] org.polarsys.capella.core.model.semantic [eclipse-plugin] [INFO] org.polarsys.capella.core.semantic.queries [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.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.data.information.communication.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.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.data.common.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.topdown [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.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.services [eclipse-plugin] [INFO] org.polarsys.capella.core.re.validation [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.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.libraries.ui [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.ctx.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.epbs.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.la.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.re [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.common [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.exchanges [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.interfaces [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.scenario [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.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.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.git.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.transition.diagram.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.transfo.feature [eclipse-feature] [INFO] org.polarsys.capella.core.git.feature [eclipse-feature] [INFO] org.polarsys.capella.core.mylyn.feature [eclipse-feature] [INFO] org.polarsys.capella.core.advance.feature [eclipse-feature] [INFO] org.polarsys.capella.core.ui.properties.richtext [eclipse-plugin] [INFO] org.polarsys.capella.core.explorer.activity.ui.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.model.detachement [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.properties.descriptions [eclipse-plugin] [INFO] org.polarsys.capella.viatra.common.data.gen [eclipse-plugin] [INFO] org.polarsys.capella.viatra.common.re.gen [eclipse-plugin] [INFO] org.polarsys.capella.viatra.core.data.gen [eclipse-plugin] [INFO] org.polarsys.capella.viatra.core.feature [eclipse-feature] [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.diagram.common.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.layout.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.tools.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.benchmarks.ju [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.filters.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.misc.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.recrpl.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.transition.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.fragmentation [eclipse-plugin] [INFO] org.polarsys.capella.test.library.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.massactions.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.odesign [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.table [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-plugin] [INFO] org.polarsys.capella.test.suite.local.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.suite.notinui.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.run [eclipse-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.4.2-SNAPSHOT [1/303] [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.4.0:plugin-source (plugin-source) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.samples >-------------- [INFO] Building org.polarsys.capella.samples 1.4.2-SNAPSHOT [2/303] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.samples --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.samples --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.samples --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.samples --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.samples --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.samples --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.samples --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.samples --- [INFO] [INFO] --- maven-antrun-plugin:1.7:run (package-samples) @ org.polarsys.capella.samples --- [INFO] Executing tasks main: [zip] Building zip: /home/jenkins/agent/workspace/capella-product_v1.4.x/samples/IFE_samplemodel.zip [delete] Deleting directory /home/jenkins/agent/workspace/capella-product_v1.4.x/samples/In-Flight Entertainment System [INFO] Executed tasks [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.samples --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.mdsofa.common >------- [INFO] Building org.polarsys.capella.common.mdsofa.common 1.4.2-SNAPSHOT [3/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.mdsofa.common --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.plugins >---------- [INFO] Building org.polarsys.capella.common.plugins 1.4.2-SNAPSHOT [4/303] [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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.common >-------------- [INFO] Building org.polarsys.capella.common 1.4.2-SNAPSHOT [5/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.ef >------------- [INFO] Building org.polarsys.capella.common.ef 1.4.2-SNAPSHOT [6/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ef --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.ef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.ef --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.ef/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ef --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ef --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ef --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ef --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.ef --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.ef --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.platform.sirius.ted >---- [INFO] Building org.polarsys.capella.common.platform.sirius.ted 1.4.2-SNAPSHOT [7/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.helpers >---------- [INFO] Building org.polarsys.capella.common.helpers 1.4.2-SNAPSHOT [8/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.helpers --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.helpers --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.tools.report >-------- [INFO] Building org.polarsys.capella.common.tools.report 1.4.2-SNAPSHOT [9/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.tools.report --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.tools.report --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.common.model >----------- [INFO] Building org.polarsys.capella.common.model 1.4.2-SNAPSHOT [10/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.model --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.model --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.model --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.model --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.model --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.model --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.model --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.model.helpers >------- [INFO] Building org.polarsys.capella.common.model.helpers 1.4.2-SNAPSHOT [11/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.model.helpers --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.model.helpers --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.model.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.model.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.model.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.model.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.model.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.data.core.gen >------- [INFO] Building org.polarsys.capella.common.data.core.gen 1.4.2-SNAPSHOT [12/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.data.core.gen --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[630] return isIsException(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[632] return isIsStream(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[634] return isIsOptional(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[661] setIsException((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[664] setIsStream((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractParameterImpl.java:[667] setIsOptional((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[180] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[182] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[196] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/PublishableElementImpl.java:[199] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[145] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[151] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[192] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/InformationsExchangerImpl.java:[198] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractTypeImpl.java:[88] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/AbstractTypeImpl.java:[94] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/FinalizableElementImpl.java:[123] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/FinalizableElementImpl.java:[137] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/ModelElementImpl.java:[223] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/generated/org/polarsys/capella/common/data/modellingcore/impl/ModelElementImpl.java:[229] 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.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.core.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.core.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.data.core.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.data.core.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.behavior.gen >----- [INFO] Building org.polarsys.capella.common.data.behavior.gen 1.4.2-SNAPSHOT [13/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.activity.gen >----- [INFO] Building org.polarsys.capella.common.data.activity.gen 1.4.2-SNAPSHOT [14/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AcceptEventActionImpl.java:[178] return isIsUnmarshall(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AcceptEventActionImpl.java:[195] setIsUnmarshall((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityExchangeImpl.java:[89] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityExchangeImpl.java:[95] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[318] return isIsMulticast(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[320] return isIsMultireceive(); ^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[340] setIsMulticast((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectFlowImpl.java:[343] setIsMultireceive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[396] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[402] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[438] return isIsDimension(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[440] return isIsExternal(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[458] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[466] setIsDimension((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityPartitionImpl.java:[469] setIsExternal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[279] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[285] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[338] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[344] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ActivityEdgeImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[144] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[150] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[203] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[209] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[262] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[268] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[308] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[314] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ExecutableNodeImpl.java:[361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[332] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[338] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[379] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[385] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[544] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[550] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[602] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[612] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[614] return isIsSingleExecution(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[637] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[648] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/AbstractActivityImpl.java:[651] setIsSingleExecution((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[267] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[273] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[326] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[332] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[385] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[391] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[431] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[437] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[478] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/StructuredActivityNodeImpl.java:[484] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[272] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[278] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[331] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[337] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[390] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[396] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[436] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[442] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[483] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[489] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[859] return isIsControlType(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/generated/org/polarsys/capella/common/data/activity/impl/ObjectNodeImpl.java:[889] setIsControlType((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 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.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.data.core.gen.edit >----- [INFO] Building org.polarsys.capella.common.data.core.gen.edit 1.4.2-SNAPSHOT [15/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/FinalizableElementItemProvider.java:[124] 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.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/PublishableElementItemProvider.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.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/InformationsExchangerItemProvider.java:[177] 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.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/ModelElementItemProvider.java:[198] 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.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/org/polarsys/capella/common/data/modellingcore/provider/AbstractRelationshipItemProvider.java:[153] 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.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit >--- [INFO] Building org.polarsys.capella.common.data.behavior.gen.edit 1.4.2-SNAPSHOT [16/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.data.activity.gen.edit >--- [INFO] Building org.polarsys.capella.common.data.activity.gen.edit 1.4.2-SNAPSHOT [17/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ActivityEdgeItemProvider.java:[445] 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.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ExceptionHandlerItemProvider.java:[229] 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.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/InterruptibleActivityRegionItemProvider.java:[121] 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.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ControlFlowItemProvider.java:[92] 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.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ActivityGroupItemProvider.java:[128] 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.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/org/polarsys/capella/common/data/activity/provider/ObjectFlowItemProvider.java:[258] 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.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.data.helpers >-------- [INFO] Building org.polarsys.capella.common.data.helpers 1.4.2-SNAPSHOT [18/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.helpers --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.data.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.data.helpers --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.data.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.data.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.data.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.shared.id.handler >--------- [INFO] Building org.polarsys.capella.shared.id.handler 1.4.2-SNAPSHOT [19/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.shared.id.handler --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.shared.id.handler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.shared.id.handler --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.shared.id.handler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.shared.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.shared.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.shared.id.handler --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.shared.id.handler --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.shared.id.handler --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.shared.id.handler --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.queries >---------- [INFO] Building org.polarsys.capella.common.queries 1.4.2-SNAPSHOT [20/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.queries --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.queries --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.queries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.queries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.menu.dynamic >-------- [INFO] Building org.polarsys.capella.common.menu.dynamic 1.4.2-SNAPSHOT [21/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.menu.dynamic --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.re.gen >----------- [INFO] Building org.polarsys.capella.common.re.gen 1.4.2-SNAPSHOT [22/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.re.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.re.gen --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.re.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.re.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.re.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.re.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.re.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.re.gen.edit >-------- [INFO] Building org.polarsys.capella.common.re.gen.edit 1.4.2-SNAPSHOT [23/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen.edit --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.re.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.re.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.libraries.gen >------- [INFO] Building org.polarsys.capella.common.libraries.gen 1.4.2-SNAPSHOT [24/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.libraries.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.libraries.gen --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.libraries.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.libraries.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.libraries.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.libraries.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.libraries.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.libraries.gen.edit >----- [INFO] Building org.polarsys.capella.common.libraries.gen.edit 1.4.2-SNAPSHOT [25/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.id.handler >--------- [INFO] Building org.polarsys.capella.common.id.handler 1.4.2-SNAPSHOT [26/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.id.handler --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.id.handler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.id.handler --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.id.handler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.id.handler --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.id.handler --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.id.handler --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.id.handler --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.common.libraries >--------- [INFO] Building org.polarsys.capella.common.libraries 1.4.2-SNAPSHOT [27/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.libraries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.libraries --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.libraries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.libraries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.libraries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.libraries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.libraries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.flexibility.properties >--- [INFO] Building org.polarsys.capella.common.flexibility.properties 1.4.2-SNAPSHOT [28/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.flexibility.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.flexibility.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.flexibility.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.plugins >----------- [INFO] Building org.polarsys.capella.core.plugins 1.4.2-SNAPSHOT [29/303] [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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.data.gen >----------- [INFO] Building org.polarsys.capella.core.data.gen 1.4.2-SNAPSHOT [30/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.gen --- [INFO] Compiling 839 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[352] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[358] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[399] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[405] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[767] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[773] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[827] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[833] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[888] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[890] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[931] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypedElementImpl.java:[934] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractEndImpl.java:[169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractEndImpl.java:[175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[300] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[306] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[347] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockImpl.java:[353] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[566] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[572] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[613] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[619] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[981] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[987] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1659] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1661] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1686] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1688] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1690] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1692] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1723] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1726] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1765] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1768] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1771] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/MultiplicityElementImpl.java:[1774] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[257] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[263] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[316] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[322] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[398] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[404] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[445] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[451] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[492] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalArchitectureImpl.java:[498] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathReferenceImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathReferenceImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/IntegerPropertyValueImpl.java:[123] return getValue(); ^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/IntegerPropertyValueImpl.java:[137] setValue((Integer)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[189] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[195] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[310] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[316] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[357] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[363] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[404] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[410] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[451] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[457] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[496] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[502] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[539] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[545] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[582] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[588] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[642] return isDataComponent(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemComponentImpl.java:[681] setDataComponent((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/DeploymentAspectImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ArchitectureAllocationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[249] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[255] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[296] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsPkgImpl.java:[302] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[126] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[132] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[235] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[241] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityOperationalCapabilityInvolvementImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/NumericValueImpl.java:[169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/NumericValueImpl.java:[175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[399] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[405] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[446] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[452] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[529] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[535] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[704] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[710] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[751] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[757] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[816] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[822] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[899] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[905] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[964] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[970] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1011] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1017] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1058] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1064] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1152] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1158] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1199] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1205] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1246] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1252] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1365] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1371] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1412] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityImpl.java:[1418] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[424] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[430] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[483] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[489] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[529] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalAnalysisImpl.java:[535] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[196] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[202] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[243] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[249] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[290] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[296] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[337] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalFunctionImpl.java:[343] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[358] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[364] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[405] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[411] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[773] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[779] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[820] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[826] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[867] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[873] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[910] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[916] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[970] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[972] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[1016] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvedElementImpl.java:[1019] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractInstanceImpl.java:[88] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractInstanceImpl.java:[94] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentFunctionalAllocationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ServiceImpl.java:[198] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ServiceImpl.java:[204] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/CombinedFragmentImpl.java:[183] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/CombinedFragmentImpl.java:[189] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ActivityAllocationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[333] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[339] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[380] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[386] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[669] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[675] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[733] return isIsObsolete(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementImpl.java:[770] setIsObsolete((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[465] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[471] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[512] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[518] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[945] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[951] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[992] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[998] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1039] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1045] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1086] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1092] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1133] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1139] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1213] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1221] return isMerged(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1276] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioImpl.java:[1290] setMerged((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[344] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[350] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[391] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[397] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[759] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[765] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[821] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[823] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[861] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/AbstractPhysicalInstanceImpl.java:[864] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeployableElementImpl.java:[89] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeployableElementImpl.java:[95] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[122] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[128] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[218] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[224] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[265] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[271] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[325] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[331] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementImpl.java:[385] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1122] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1128] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1192] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1194] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1196] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1198] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1220] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1222] return isIsPrimitive(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1250] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1253] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1256] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1259] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1294] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/CollectionImpl.java:[1297] setIsPrimitive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[178] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[184] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[225] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[231] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[272] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[278] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[319] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleImpl.java:[325] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[764] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[770] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[821] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[827] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[864] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[870] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[921] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[927] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1006] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1012] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1049] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1055] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1376] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1382] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1459] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1465] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1502] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1508] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1545] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1551] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1588] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1594] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1645] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1651] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1688] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1694] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1745] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1751] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1788] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1794] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1831] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1837] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1874] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1880] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1917] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1923] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1960] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[1966] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2003] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2009] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2046] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2052] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2089] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2095] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2132] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2138] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2241] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2247] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2284] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2290] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2384] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2390] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2441] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2447] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2484] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2490] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2527] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2533] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2570] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2576] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2613] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2619] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2656] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2662] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2699] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2705] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2784] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2790] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2827] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2833] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2870] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2876] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2913] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2919] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2956] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2962] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[2999] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3005] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3144] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3150] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3191] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3197] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3238] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3244] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3285] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3291] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3332] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3338] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3379] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3385] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3516] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3560] return isActor(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3562] return isHuman(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3689] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3708] setActor((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalComponentImpl.java:[3711] setHuman((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[801] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[807] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1620] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1626] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1666] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1672] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1713] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1719] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1760] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1766] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1871] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1877] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1918] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1924] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1965] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[1971] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2012] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2018] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2059] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2065] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2106] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2112] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2153] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2159] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2227] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2229] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2239] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2241] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2243] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2245] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2263] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2267] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2269] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2271] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2306] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2309] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2318] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2321] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2324] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2327] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2354] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2360] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2363] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortImpl.java:[2366] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[217] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[223] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[264] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/SharedPkgImpl.java:[270] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainReferenceImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainReferenceImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtendImpl.java:[186] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityExtendImpl.java:[192] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[210] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValuePkgImpl.java:[216] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[765] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[771] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[812] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[818] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[874] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[876] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[916] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPathInvolvedElementImpl.java:[919] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[434] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[440] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[511] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[517] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[570] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[576] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[629] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[635] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[688] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageImpl.java:[694] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[126] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[132] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[235] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[241] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractFunctionAbstractCapabilityInvolvementImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[180] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[186] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractExchangeItemPkgImpl.java:[233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[549] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[555] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[632] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[638] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[675] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[681] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[718] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[724] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[761] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[767] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[822] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[828] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[869] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[875] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[934] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[940] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[981] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[987] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1028] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1034] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1075] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1081] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1122] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1128] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1169] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1175] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1216] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1222] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1263] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1269] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1310] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1316] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1357] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1363] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1474] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1480] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1521] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1527] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1586] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1592] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1633] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1639] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1694] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1700] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1737] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1743] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1780] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1786] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1827] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1833] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1874] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1880] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1921] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1927] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1968] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[1974] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2068] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2074] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2138] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2182] return isActor(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2184] return isHuman(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2235] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2254] setActor((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentImpl.java:[2257] setHuman((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[393] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[399] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[440] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[446] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[808] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[814] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[934] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[936] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[978] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamingRuleImpl.java:[981] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[921] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[927] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[968] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[974] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1015] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1021] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1062] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1068] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1109] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1115] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1291] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1297] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1986] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[1992] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2063] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2069] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2110] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2116] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2157] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2163] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2239] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2241] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2251] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2253] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2255] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2257] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2275] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2279] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2281] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2283] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2311] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2314] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2323] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2326] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2329] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2332] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2359] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2365] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2368] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPortImpl.java:[2371] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[433] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[439] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[476] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[482] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[778] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[784] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[943] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[945] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[992] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/OpaqueExpressionImpl.java:[995] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[400] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[406] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[464] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[470] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[511] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[517] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[558] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemAnalysisImpl.java:[564] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[214] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[220] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[261] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[267] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[308] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[314] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[402] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[408] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[449] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[455] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[496] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalActivityImpl.java:[502] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractPropertyValueImpl.java:[122] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractPropertyValueImpl.java:[128] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[182] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[188] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[229] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueContainerImpl.java:[235] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventRealizationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[461] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[467] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[508] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[514] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[697] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[703] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[757] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[763] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[883] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[889] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[930] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[936] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1041] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1047] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1088] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1094] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1135] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1141] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1182] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1188] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1296] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1302] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1414] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1420] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1473] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1479] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1519] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1525] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1566] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1572] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1613] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1619] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1660] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1666] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1720] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1726] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1779] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1785] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1893] return isOriented(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/CommunicationMeanImpl.java:[1975] setOriented((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[111] public AbstractState getRelatedAbstractState() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method InteractionStateImpl.getRelatedAbstractState() overrides a deprecated method from InteractionState [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[164] public AbstractFunction getRelatedAbstractFunction() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method InteractionStateImpl.getRelatedAbstractFunction() overrides a deprecated method from InteractionState [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[238] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionStateImpl.java:[244] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementFunctionImpl.java:[94] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementFunctionImpl.java:[100] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementFunctionImpl.java:[141] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainInvolvementFunctionImpl.java:[147] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[119] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[125] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[166] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[172] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[213] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[219] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[260] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[266] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[307] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[313] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[354] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringImpl.java:[360] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractComplexValueImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractComplexValueImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[151] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[157] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[212] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[218] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[273] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionImpl.java:[279] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[202] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[208] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[249] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalCapabilityImpl.java:[255] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[311] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[317] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[354] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[360] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[656] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[662] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[746] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[748] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[788] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ControlNodeImpl.java:[791] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ScenarioRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[377] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[383] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[424] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[430] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[792] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[798] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[960] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[962] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[1006] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/SequenceMessageValuationImpl.java:[1009] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemRealizationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractDependenciesPkgImpl.java:[217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[378] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[384] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[425] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[431] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[793] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[799] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[958] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[960] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[1004] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeEndImpl.java:[1007] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[548] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[554] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[640] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[646] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[699] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[705] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[758] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[764] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1504] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1510] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1551] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1557] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1616] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1622] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1681] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1687] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1728] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1734] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1775] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1781] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1822] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1828] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1869] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1875] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1947] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[1953] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2006] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2012] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2052] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2058] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2099] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2105] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2135] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2223] return isIsMulticast(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2225] return isIsMultireceive(); ^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2305] setIsMulticast((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeImpl.java:[2308] setIsMultireceive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[257] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[263] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[292] public ComponentPort getRepresentedComponentPort() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method FunctionPortImpl.getRepresentedComponentPort() overrides a deprecated method from FunctionPort [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[353] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[359] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[400] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[406] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[447] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPortImpl.java:[453] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeFunctionalExchangeAllocationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ConstraintImpl.java:[232] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ConstraintImpl.java:[238] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1588] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1590] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1592] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1594] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1612] return isIsException(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1614] return isIsStream(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1616] return isIsOptional(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1647] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1650] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1653] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1656] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1683] setIsException((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1686] setIsStream((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ParameterImpl.java:[1689] setIsOptional((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[230] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[236] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[272] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/DataValueImpl.java:[292] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationItemImpl.java:[259] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationItemImpl.java:[265] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/FolderImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[126] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[132] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[235] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[241] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FunctionalChainAbstractCapabilityInvolvementImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[585] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[591] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[632] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateTransitionImpl.java:[638] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[124] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[130] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[214] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[220] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[261] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/CapabilityRealizationImpl.java:[267] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[489] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[495] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[536] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[542] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[904] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[910] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[969] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[975] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1016] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1022] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1081] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1087] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1168] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1174] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1211] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1217] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1254] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1260] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1297] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1303] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1458] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1464] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1505] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1511] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1552] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1558] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1599] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1605] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1669] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1675] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1677] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1712] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1753] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1756] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1759] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemImpl.java:[1806] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[210] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[216] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[257] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AssociationPkgImpl.java:[263] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[103] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[109] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[162] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeRealizationImpl.java:[168] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[412] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[418] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[459] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[465] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[827] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[833] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1006] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1008] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1053] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkImpl.java:[1056] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[120] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[126] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[229] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/CapabilityRealizationInvolvementImpl.java:[235] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[615] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[621] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[672] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[678] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[715] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[721] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[772] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[778] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[857] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[863] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[900] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[906] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1227] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1233] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1310] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1316] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1353] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1359] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1396] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1402] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1439] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1445] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1496] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1502] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1539] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1545] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1596] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1602] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1639] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1645] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1682] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1688] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1725] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1731] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1768] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1774] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1811] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1817] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1854] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1860] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1897] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1903] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1940] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1946] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1983] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[1989] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2092] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2098] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2135] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2141] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2192] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2198] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2235] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2241] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2335] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2341] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2378] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2384] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2421] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2427] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2464] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2470] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2507] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2513] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2550] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2556] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2635] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2641] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2792] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2798] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2927] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2971] return isActor(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[2973] return isHuman(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[3080] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[3099] setActor((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/ConfigurationItemImpl.java:[3102] setHuman((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[448] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[454] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[491] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[497] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[793] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[799] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[1056] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[1058] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[1111] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/SequenceLinkImpl.java:[1114] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FloatPropertyValueImpl.java:[123] return getValue(); ^^^^^^^^^^ The expression of type float is boxed into Float [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FloatPropertyValueImpl.java:[137] setValue((Float)newValue); ^^^^^^^^^^^^^^^ The expression of type Float is unboxed into float [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceUseImpl.java:[117] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceUseImpl.java:[123] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[345] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[351] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[392] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[398] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[760] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[766] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[822] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[824] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[862] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/RelationshipImpl.java:[865] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RolePkgImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[182] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[188] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[229] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/MessageReferencePkgImpl.java:[235] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeSpecificationImpl.java:[88] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalExchangeSpecificationImpl.java:[94] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventImpl.java:[127] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateEventImpl.java:[133] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[152] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[158] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[195] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[201] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[238] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[244] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[335] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[341] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[382] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[388] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[429] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[435] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[472] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalComponentImpl.java:[478] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalNodeImpl.java:[87] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalNodeImpl.java:[93] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[182] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[188] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[229] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/SystemEngineeringPkgImpl.java:[235] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[165] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[171] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[208] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[214] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[251] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[257] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[294] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[300] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[388] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[394] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[435] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[441] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[482] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[488] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[547] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[553] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[594] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PartImpl.java:[600] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[321] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[327] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[380] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[386] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[439] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[445] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[485] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[491] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[532] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[538] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[935] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[941] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1002] return isIsControlType(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1016] return isIsControl(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1038] setIsControlType((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionInputPortImpl.java:[1057] setIsControl((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[626] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[632] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[673] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[679] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1041] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1047] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1088] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1094] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1357] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1363] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1417] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1423] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1543] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1549] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1590] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1596] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1701] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1707] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1748] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1754] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1795] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1801] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1842] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1848] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1956] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[1962] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2015] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2021] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2074] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2080] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2133] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2139] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2179] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2185] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2226] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2232] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2273] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2279] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2320] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2326] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2417] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2419] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2473] return isOriented(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2522] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2525] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeImpl.java:[2587] setOriented((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[393] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[399] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[440] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[446] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[808] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[814] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[934] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[936] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[978] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/KeyValueImpl.java:[981] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[175] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[181] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[222] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[228] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[341] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[347] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[401] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[407] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[460] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[466] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[506] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[512] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[553] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalLinkImpl.java:[559] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[187] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[193] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[234] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[240] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[299] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[305] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[346] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortImpl.java:[352] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[765] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[771] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[812] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[818] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[874] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[876] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[916] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalLinkEndImpl.java:[919] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/ConceptPkgImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/LiteralBooleanValueImpl.java:[123] return isValue(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/LiteralBooleanValueImpl.java:[137] setValue((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[376] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[382] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[423] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[429] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[791] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[797] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[994] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[996] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[1040] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/ValuePartImpl.java:[1043] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceAllocationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[171] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[177] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[218] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[224] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[265] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[271] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[312] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[318] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[359] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[365] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[406] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[412] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[453] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[459] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[500] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[506] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[547] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[553] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[594] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/communication/impl/CommunicationLinkExchangerImpl.java:[600] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[308] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[314] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[470] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[476] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[517] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[523] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[564] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[570] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[611] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[617] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[658] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[664] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[705] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[711] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[770] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[776] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[817] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[823] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[864] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[870] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[911] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[917] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[958] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionalChainImpl.java:[964] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractEventOperationImpl.java:[89] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/AbstractEventOperationImpl.java:[95] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[483] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[489] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[529] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[535] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[589] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[595] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[690] return isIsDimension(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[692] return isIsExternal(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[733] setIsDimension((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/SwimlaneImpl.java:[736] setIsExternal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[214] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[220] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[261] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellamodeller/impl/ProjectImpl.java:[267] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/MessageEndImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/MessageEndImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/RoleAllocationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[555] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[561] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[614] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[620] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[678] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[684] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[725] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[731] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[787] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[789] return isDiscrete(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[791] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[793] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[832] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[835] setDiscrete((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[838] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datatype/impl/DataTypeImpl.java:[841] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FragmentEndImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/FragmentEndImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[166] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[172] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[213] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitecturePkgImpl.java:[219] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.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.4.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.4.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.4.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.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[208] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[214] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[255] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[261] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[302] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[308] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[341] public EList getInvolvedLinks() { ^^^^^^^^^^^^^^^^^^ The method PhysicalPathImpl.getInvolvedLinks() overrides a deprecated method from PhysicalPath [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[385] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[391] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[450] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[456] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[497] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathImpl.java:[503] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[988] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[994] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1035] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1041] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1100] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1106] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1309] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[1315] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2128] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2134] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2174] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2180] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2252] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2258] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2311] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2317] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2370] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2376] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2416] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2422] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2463] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2469] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2878] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[2884] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3043] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3049] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3090] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3096] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3137] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3143] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3184] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3190] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3231] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3237] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3296] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3302] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3343] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3349] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3390] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3396] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3437] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3443] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3482] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3488] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3599] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3601] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3611] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3613] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3615] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3617] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3635] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3639] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3641] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3643] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3742] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3745] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3754] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3757] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3760] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3763] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3790] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3796] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3799] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionImpl.java:[3802] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[241] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[247] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[300] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[306] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[364] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[370] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[411] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[417] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[458] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/la/impl/LogicalArchitectureImpl.java:[464] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[245] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[251] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[339] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateImpl.java:[345] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[237] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[243] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[301] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[307] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[348] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/EPBSArchitectureImpl.java:[354] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[202] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[208] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[249] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[255] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[296] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[302] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[343] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[349] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[390] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractStateImpl.java:[396] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[151] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[157] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[265] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[271] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[325] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[331] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[384] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/PhysicalPathInvolvementImpl.java:[390] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImplementationImpl.java:[117] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImplementationImpl.java:[123] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[232] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[238] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[279] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[285] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[326] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[332] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[373] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[379] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[420] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[426] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[538] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[544] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[639] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[645] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[686] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[692] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[733] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[739] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[778] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/EntityImpl.java:[784] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/AbstractCapabilityRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/EventImpl.java:[92] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/EventImpl.java:[98] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[382] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[388] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[429] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[435] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[797] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[803] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[963] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[969] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1023] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1025] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1072] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationEndImpl.java:[1075] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/PortInstanceImpl.java:[156] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/deployment/impl/PortInstanceImpl.java:[162] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InstanceRoleImpl.java:[108] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InstanceRoleImpl.java:[114] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[444] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[450] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[812] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[818] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[877] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[883] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[924] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[930] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[989] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[995] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1055] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1057] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1105] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/TypeImpl.java:[1108] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[246] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[252] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[293] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionPkgImpl.java:[299] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[131] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[137] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[176] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/GenericTraceImpl.java:[182] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[154] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[160] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[201] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[207] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[266] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/PropertyValueGroupImpl.java:[272] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[345] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[351] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[392] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[398] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[760] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[766] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[822] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[824] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[862] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/NamedElementImpl.java:[865] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentRealizationImpl.java:[105] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentRealizationImpl.java:[111] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentRealizationImpl.java:[164] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentRealizationImpl.java:[170] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[228] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[234] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[275] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/AbstractModellingStructureImpl.java:[281] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PortAllocationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[184] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[190] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[243] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[249] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[355] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[361] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[414] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[420] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[460] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[466] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[550] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractExpressionValueImpl.java:[556] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[167] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[173] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[214] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[220] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[279] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[285] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[326] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[332] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[409] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationImpl.java:[415] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[452] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[458] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[499] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[505] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[546] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[552] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[593] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[599] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[650] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/BlockArchitectureImpl.java:[656] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[370] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[376] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[417] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[423] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[668] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[674] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[769] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[775] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[841] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[847] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[849] return isIsSingleExecution(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[888] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[899] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionSpecificationImpl.java:[902] setIsSingleExecution((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[131] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[137] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[243] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[249] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[302] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionInvolvementImpl.java:[308] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocatorImpl.java:[127] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentExchangeAllocatorImpl.java:[133] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1095] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1101] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1276] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1278] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1280] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1282] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1310] return isComposite(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1327] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1330] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1333] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1336] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ExchangeItemElementImpl.java:[1372] setComposite((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[144] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[150] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[203] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ComponentPortAllocationImpl.java:[209] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[305] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[311] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[364] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[370] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[423] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[429] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[469] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[475] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[516] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[522] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[866] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[872] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[933] return isIsControlType(); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[947] return isIsControl(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[966] setIsControlType((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/FunctionOutputPortImpl.java:[985] setIsControl((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalProcessImpl.java:[89] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/oa/impl/OperationalProcessImpl.java:[95] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[292] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[298] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[339] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[345] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[397] return isIsPrimitive(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/ClassImpl.java:[424] setIsPrimitive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[238] return isIsAbstract(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[240] return isIsStatic(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[256] setIsAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/FeatureImpl.java:[259] setIsStatic((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[90] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[96] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[135] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/requirement/impl/RequirementsTraceImpl.java:[141] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[350] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[356] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[397] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[403] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[765] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[771] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[812] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[818] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[874] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[876] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[916] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/AbstractPhysicalArtifactImpl.java:[919] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionEndImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/ExecutionEndImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/OperationAllocationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[305] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[311] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[352] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[358] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[457] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[463] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[504] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[510] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[551] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[557] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[598] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[604] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[645] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[651] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[692] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[698] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[739] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[745] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[786] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[792] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[851] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[857] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[898] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[904] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[945] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[951] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[992] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[998] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1039] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1045] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1086] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1092] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1133] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1139] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1180] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1186] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1244] return isStructural(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/InterfaceImpl.java:[1300] setStructural((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[226] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[232] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[298] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralClassImpl.java:[319] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/BooleanPropertyValueImpl.java:[123] return isValue(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/BooleanPropertyValueImpl.java:[137] setValue((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionUseImpl.java:[160] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/interaction/impl/InteractionUseImpl.java:[166] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[199] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[205] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[246] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[252] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[293] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[299] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[340] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[346] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[394] return isAbstract(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/GeneralizableElementImpl.java:[419] setAbstract((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/sharedmodel/impl/GenericPkgImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[232] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[238] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[279] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalBlockImpl.java:[285] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[249] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[255] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[458] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[464] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[501] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[521] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ExchangeItemAllocationImpl.java:[529] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[264] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[270] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[311] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalArchitectureImpl.java:[317] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeLinkImpl.java:[253] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeLinkImpl.java:[259] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeploymentTargetImpl.java:[86] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/DeploymentTargetImpl.java:[92] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[153] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[159] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[196] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[202] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[243] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[249] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[290] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[296] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[337] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/SystemFunctionImpl.java:[343] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[360] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[366] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[407] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[413] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[775] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[781] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[857] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[859] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[899] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/AbstractFunctionalChainContainerImpl.java:[902] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[190] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[196] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[237] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[243] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[284] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/pa/impl/PhysicalFunctionImpl.java:[290] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[433] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[439] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[493] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[499] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[619] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[625] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[666] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationImpl.java:[672] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[128] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[134] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[171] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[177] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[218] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[224] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[265] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[271] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[312] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityImpl.java:[318] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[131] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[137] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[243] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[249] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[302] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/CapabilityInvolvementImpl.java:[308] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/UnionImpl.java:[285] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/UnionImpl.java:[291] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[460] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[466] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[507] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[513] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[875] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[881] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1073] return isVisibleInDoc(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1075] return isVisibleInLM(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1102] return isIsControlOperator(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1125] setVisibleInDoc((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1128] setVisibleInLM((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/StateMachineImpl.java:[1170] setIsControlOperator((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentPkgImpl.java:[238] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentPkgImpl.java:[244] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentPkgImpl.java:[281] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/cs/impl/ComponentPkgImpl.java:[287] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractStringValueImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractStringValueImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[104] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[110] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[163] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/fa/impl/ExchangeSpecificationRealizationImpl.java:[169] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[197] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[203] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[244] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/ctx/impl/MissionPkgImpl.java:[250] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.java:[106] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.java:[112] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.java:[165] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/epbs/impl/PhysicalArtifactRealizationImpl.java:[171] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[166] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[172] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[213] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacommon/impl/AbstractCapabilityPkgImpl.java:[219] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractEnumerationValueImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractEnumerationValueImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractBooleanValueImpl.java:[98] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/datavalue/impl/AbstractBooleanValueImpl.java:[104] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ClassifierImpl.java:[126] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/capellacore/impl/ClassifierImpl.java:[132] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[528] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[534] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1347] helper = (IHelper) ((IAdaptable) this).getAdapter(IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1353] helper = (IHelper) adapterManager.getAdapter(this, IHelper.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IHelper to IHelper [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1420] return isOrdered(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1422] return isUnique(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1424] return isMinInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1426] return isMaxInclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1444] return isFinal(); ^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1448] return isIsDerived(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1450] return isIsReadOnly(); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1452] return isIsPartOfKey(); ^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1472] setOrdered((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1475] setUnique((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1478] setMinInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1481] setMaxInclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1508] setFinal((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1514] setIsDerived((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1517] setIsReadOnly((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/generated/org/polarsys/capella/core/data/information/impl/PropertyImpl.java:[1520] setIsPartOfKey((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean 1787 problems (1787 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.4.x/core/plugins/org.polarsys.capella.core.data.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.gen.edit >-------- [INFO] Building org.polarsys.capella.core.data.gen.edit 1.4.2-SNAPSHOT [31/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.edit --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Compiling 350 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/PhysicalLinkEndItemProvider.java:[209] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/communication/provider/MessageReferenceItemProvider.java:[165] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/provider/KeyPartItemProvider.java:[165] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractPhysicalLinkEndItemProvider.java:[531] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractPhysicalArtifactItemProvider.java:[531] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/NamingRuleItemProvider.java:[569] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/TypeDeploymentLinkItemProvider.java:[104] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/communication/provider/CommunicationLinkItemProvider.java:[648] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacommon/provider/CapabilityRealizationInvolvedElementItemProvider.java:[591] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractPathInvolvedElementItemProvider.java:[531] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ControlNodeItemProvider.java:[520] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/provider/MultiplicityElementItemProvider.java:[625] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/RequiredInterfaceLinkItemProvider.java:[154] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ComponentPortAllocationEndItemProvider.java:[649] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/InstanceDeploymentLinkItemProvider.java:[104] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/oa/provider/ConceptComplianceItemProvider.java:[210] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ComponentExchangeEndItemProvider.java:[602] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/interaction/provider/SequenceMessageValuationItemProvider.java:[605] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/KeyValueItemProvider.java:[563] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/RelationshipItemProvider.java:[502] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/AbstractPhysicalInstanceItemProvider.java:[503] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/interaction/provider/AbstractCapabilityIncludeItemProvider.java:[205] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/AbstractDeploymentLinkItemProvider.java:[199] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/capellacore/provider/ReuseLinkItemProvider.java:[209] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/ConnectionInstanceItemProvider.java:[194] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/PortInstanceItemProvider.java:[239] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/cs/provider/ProvidedInterfaceLinkItemProvider.java:[154] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/pa/deployment/provider/PartDeploymentLinkItemProvider.java:[104] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/SequenceLinkItemProvider.java:[735] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/interaction/provider/AbstractCapabilityExtendItemProvider.java:[248] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/AbstractFunctionalChainContainerItemProvider.java:[506] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/fa/provider/ExchangeContainmentItemProvider.java:[210] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/information/datavalue/provider/ValuePartItemProvider.java:[556] 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/org/polarsys/capella/core/data/ctx/provider/SystemCommunicationItemProvider.java:[140] 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 34 problems (34 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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.model.handler >-------- [INFO] Building org.polarsys.capella.core.model.handler 1.4.2-SNAPSHOT [32/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.handler --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.handler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.model.handler --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.handler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.handler --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.handler --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.model.handler --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.model.handler --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.preferences >--------- [INFO] Building org.polarsys.capella.core.preferences 1.4.2-SNAPSHOT [33/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.preferences --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.preferences --- [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.preferences --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.preferences --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.preferences --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.usage 1.4.2-SNAPSHOT [34/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.transition >--------- [INFO] Building org.polarsys.capella.common.transition 1.4.2-SNAPSHOT [35/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.transition --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.transition/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.transition --- [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.transition/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.transition --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.transition --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.transition --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.transition --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.re >------------- [INFO] Building org.polarsys.capella.common.re 1.4.2-SNAPSHOT [36/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.re/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.re --- [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.re/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.re --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.re --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.re --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.re --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.feature >---------- [INFO] Building org.polarsys.capella.common.feature 1.4.2-SNAPSHOT [37/303] [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.4.x/common/features/org.polarsys.capella.common.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.doc.plugins >------------ [INFO] Building org.polarsys.capella.doc.plugins 1.4.2-SNAPSHOT [38/303] [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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.doc.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.commandline.doc >---------- [INFO] Building org.polarsys.capella.commandline.doc 1.4.2-SNAPSHOT [39/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.commandline.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.commandline.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.commandline.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/doc/plugins/org.polarsys.capella.commandline.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.commandline.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.commandline.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.commandline.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.commandline.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.commandline.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.commandline.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.ui >------------- [INFO] Building org.polarsys.capella.common.ui 1.4.2-SNAPSHOT [40/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.ui --- [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.helpers >--------- [INFO] Building org.polarsys.capella.core.data.helpers 1.4.2-SNAPSHOT [41/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.helpers --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.helpers --- [INFO] Compiling 245 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.preferences >------ [INFO] Building org.polarsys.capella.core.model.preferences 1.4.2-SNAPSHOT [42/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.preferences --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.model.preferences --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.preferences --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.model.preferences --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.model.preferences --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.model.helpers >-------- [INFO] Building org.polarsys.capella.core.model.helpers 1.4.2-SNAPSHOT [43/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.helpers --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.model.helpers --- [INFO] Compiling 173 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.model.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.model.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.flexibility.wizards >---- [INFO] Building org.polarsys.capella.common.flexibility.wizards 1.4.2-SNAPSHOT [44/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.linkedtext.ui >------- [INFO] Building org.polarsys.capella.common.linkedtext.ui 1.4.2-SNAPSHOT [45/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.console >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.console 1.4.2-SNAPSHOT [46/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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.4.2-SNAPSHOT [47/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.tools.report.ui >------ [INFO] Building org.polarsys.capella.common.tools.report.ui 1.4.2-SNAPSHOT [48/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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.4.2-SNAPSHOT [49/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.sirius.customization >-- [INFO] Building org.polarsys.capella.common.platform.sirius.customization 1.4.2-SNAPSHOT [50/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.common.ui >----- [INFO] Building org.polarsys.capella.core.transition.common.ui 1.4.2-SNAPSHOT [51/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.common.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.services >-------- [INFO] Building org.polarsys.capella.common.ui.services 1.4.2-SNAPSHOT [52/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.services --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.ui.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.ui.services --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.ui.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.services --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.services --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.services --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.ui.services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.toolkit >--------- [INFO] Building org.polarsys.capella.common.ui.toolkit 1.4.2-SNAPSHOT [53/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.toolkit --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.toolkit.browser >----- [INFO] Building org.polarsys.capella.common.ui.toolkit.browser 1.4.2-SNAPSHOT [54/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.ui.resources >-------- [INFO] Building org.polarsys.capella.common.ui.resources 1.4.2-SNAPSHOT [55/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.resources --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.common.ui.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.ui.resources --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.common.ui.resources/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.resources --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.resources --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.resources --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.ui.resources --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.libraries >---------- [INFO] Building org.polarsys.capella.core.libraries 1.4.2-SNAPSHOT [56/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.libraries --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.libraries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.libraries --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.libraries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.libraries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.libraries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.libraries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.libraries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.business.queries >---- [INFO] Building org.polarsys.capella.core.data.business.queries 1.4.2-SNAPSHOT [57/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.business.queries --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.business.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.business.queries --- [INFO] Compiling 867 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.business.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.business.queries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.business.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.business.queries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.business.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.resources >--------- [INFO] Building org.polarsys.capella.core.ui.resources 1.4.2-SNAPSHOT [58/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.resources --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.ui.resources --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.resources/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.resources --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.resources --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.resources --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.resources --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.ui.toolkit >---------- [INFO] Building org.polarsys.capella.core.ui.toolkit 1.4.2-SNAPSHOT [59/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.toolkit --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.toolkit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.toolkit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators >--- [INFO] Building org.polarsys.capella.core.data.gen.edit.decorators 1.4.2-SNAPSHOT [60/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.diagram.helpers >------- [INFO] Building org.polarsys.capella.core.diagram.helpers 1.4.2-SNAPSHOT [61/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.diagram.helpers --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.diagram.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.diagram.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard >-- [INFO] Building org.polarsys.capella.core.platform.sirius.clipboard 1.4.2-SNAPSHOT [62/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.common.re.ui >----------- [INFO] Building org.polarsys.capella.common.re.ui 1.4.2-SNAPSHOT [63/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.re.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.re.ui --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.re.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.re.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.re.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.re.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.re.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.file >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.file 1.4.2-SNAPSHOT [64/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.reportlogview 1.4.2-SNAPSHOT [65/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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.4.2-SNAPSHOT [66/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.af.integration >-------- [INFO] Building org.polarsys.capella.core.af.integration 1.4.2-SNAPSHOT [67/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.af.integration --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.af.integration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.af.integration --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.af.integration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.af.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.af.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.af.integration --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.af.integration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.af.integration --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.af.integration --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.validation >---------- [INFO] Building org.polarsys.capella.core.validation 1.4.2-SNAPSHOT [68/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.validation --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.linkedtext.ui >-------- [INFO] Building org.polarsys.capella.core.linkedtext.ui 1.4.2-SNAPSHOT [69/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace >-- [INFO] Building org.polarsys.capella.core.platform.eclipse.ui.trace 1.4.2-SNAPSHOT [70/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu >--- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.menu 1.4.2-SNAPSHOT [71/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.actions 1.4.2-SNAPSHOT [72/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.properties >-------- [INFO] Building org.polarsys.capella.core.ui.properties 1.4.2-SNAPSHOT [73/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.ui.properties --- [INFO] Compiling 91 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.ui.menu.dynamic >------ [INFO] Building org.polarsys.capella.common.ui.menu.dynamic 1.4.2-SNAPSHOT [74/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.application >--------- [INFO] Building org.polarsys.capella.core.application 1.4.2-SNAPSHOT [75/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.application --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.application/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.application --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.application/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.application --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.application --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.application --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.application --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.application --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.commandline.core >------- [INFO] Building org.polarsys.capella.core.commandline.core 1.4.2-SNAPSHOT [76/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.commandline.core --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.commandline.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.commandline.core --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.commandline.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.commandline.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.commandline.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.commandline.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.commandline.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.commandline.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.commandline.core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.perspective 1.4.2-SNAPSHOT [77/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.commandline.core.ui >----- [INFO] Building org.polarsys.capella.core.commandline.core.ui 1.4.2-SNAPSHOT [78/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.properties >----- [INFO] Building org.polarsys.capella.core.data.core.properties 1.4.2-SNAPSHOT [79/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.core.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.core.properties --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.core.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.core.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.core.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.core.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.core.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.properties >---- [INFO] Building org.polarsys.capella.core.data.common.properties 1.4.2-SNAPSHOT [80/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.common.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.common.properties --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.common.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.common.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.common.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.common.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.common.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.properties >-- [INFO] Building org.polarsys.capella.core.data.information.properties 1.4.2-SNAPSHOT [81/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.information.properties --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.information.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.properties >-- [INFO] Building org.polarsys.capella.core.data.interaction.properties 1.4.2-SNAPSHOT [82/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.model.skeleton >-------- [INFO] Building org.polarsys.capella.core.model.skeleton 1.4.2-SNAPSHOT [83/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.skeleton --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.skeleton/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.model.skeleton --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.skeleton/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.skeleton --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.skeleton --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.skeleton --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.skeleton --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.model.skeleton --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.model.skeleton --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.services >----------- [INFO] Building org.polarsys.capella.core.services 1.4.2-SNAPSHOT [84/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.services --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.services --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.services --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.services --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.services --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.platform.sirius.adapter >--- [INFO] Building org.polarsys.capella.core.platform.sirius.adapter 1.4.2-SNAPSHOT [85/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.sirius.analysis >------- [INFO] Building org.polarsys.capella.core.sirius.analysis 1.4.2-SNAPSHOT [86/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.sirius.analysis --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.sirius.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Compiling 222 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.sirius.analysis/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.sirius.ui >---------- [INFO] Building org.polarsys.capella.core.sirius.ui 1.4.2-SNAPSHOT [87/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.sirius.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.sirius.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.sirius.ui --- [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.sirius.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.sirius.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.sirius.ui --- Oct 14, 2020 8:34:50 AM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Bundle-Localization. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.sirius.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.sirius.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.sirius.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.sirius.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.preferences.project.configuration >-- [INFO] Building org.polarsys.capella.core.preferences.project.configuration 1.4.2-SNAPSHOT [88/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.project 1.4.2-SNAPSHOT [89/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.navigator 1.4.2-SNAPSHOT [90/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Compiling 106 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.semantic.browser >----- [INFO] Building org.polarsys.capella.core.ui.semantic.browser 1.4.2-SNAPSHOT [91/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.massactions.core >---- [INFO] Building org.polarsys.capella.common.ui.massactions.core 1.4.2-SNAPSHOT [92/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.massactions.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.common.ui.massactions.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.ui.massactions >------- [INFO] Building org.polarsys.capella.common.ui.massactions 1.4.2-SNAPSHOT [93/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.massactions --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.massactions --- [INFO] Skipping JaCoCo execution because 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.massactions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.ui.massactions --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.massactions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.massactions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.massactions --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.massactions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.massactions --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.ui.massactions --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.massactions.doc >----- [INFO] Building org.polarsys.capella.common.ui.massactions.doc 1.4.2-SNAPSHOT [94/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.massactions.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.common.ui.massactions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.ui.massactions.feature >--- [INFO] Building org.polarsys.capella.common.ui.massactions.feature 1.4.2-SNAPSHOT [95/303] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.massactions.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.feature >--------- [INFO] Building org.polarsys.capella.common.ui.feature 1.4.2-SNAPSHOT [96/303] [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.4.x/common/features/org.polarsys.capella.common.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.ui.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.ui.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.features >----------- [INFO] Building org.polarsys.capella.core.features 1.4.2-SNAPSHOT [97/303] [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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.features --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.model.semantic >-------- [INFO] Building org.polarsys.capella.core.model.semantic 1.4.2-SNAPSHOT [98/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.semantic --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.semantic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.model.semantic --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.semantic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.semantic --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.semantic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.model.semantic --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.model.semantic --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.semantic.queries >------- [INFO] Building org.polarsys.capella.core.semantic.queries 1.4.2-SNAPSHOT [99/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.semantic.queries --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.semantic.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.semantic.queries --- [INFO] Compiling 411 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.semantic.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.semantic.queries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.semantic.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.semantic.queries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.semantic.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.common.feature >-------- [INFO] Building org.polarsys.capella.core.common.feature 1.4.2-SNAPSHOT [100/303] [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.4.x/core/features/org.polarsys.capella.core.common.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.common.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.common.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.af.integration.ui >------ [INFO] Building org.polarsys.capella.core.af.integration.ui 1.4.2-SNAPSHOT [101/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.af.integration.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.af.integration.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.af.integration.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.res.edit >-------- [INFO] Building org.polarsys.capella.core.data.res.edit 1.4.2-SNAPSHOT [102/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.res.edit --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.res.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.res.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.res.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.res.edit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.res.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.res.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.res.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.gen.editor >------- [INFO] Building org.polarsys.capella.core.data.gen.editor 1.4.2-SNAPSHOT [103/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.editor --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.gen.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.res.editor >------- [INFO] Building org.polarsys.capella.core.data.res.editor 1.4.2-SNAPSHOT [104/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.res.editor --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.res.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.res.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.res.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.res.editor --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.res.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.res.editor --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.res.editor --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.common.ui.feature >------ [INFO] Building org.polarsys.capella.core.common.ui.feature 1.4.2-SNAPSHOT [105/303] [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.4.x/core/features/org.polarsys.capella.core.common.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.common.ui.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.communication.properties >-- [INFO] Building org.polarsys.capella.core.data.information.communication.properties 1.4.2-SNAPSHOT [106/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.properties >------ [INFO] Building org.polarsys.capella.core.data.fa.properties 1.4.2-SNAPSHOT [107/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.fa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.fa.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.properties >------ [INFO] Building org.polarsys.capella.core.data.cs.properties 1.4.2-SNAPSHOT [108/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.cs.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.cs.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.ctx.properties >----- [INFO] Building org.polarsys.capella.core.data.ctx.properties 1.4.2-SNAPSHOT [109/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.properties >----- [INFO] Building org.polarsys.capella.core.data.epbs.properties 1.4.2-SNAPSHOT [110/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datatype.properties >-- [INFO] Building org.polarsys.capella.core.data.information.datatype.properties 1.4.2-SNAPSHOT [111/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties >-- [INFO] Building org.polarsys.capella.core.data.information.datavalue.properties 1.4.2-SNAPSHOT [112/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.properties >------ [INFO] Building org.polarsys.capella.core.data.la.properties 1.4.2-SNAPSHOT [113/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.la.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.la.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.la.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.la.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.la.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.la.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.la.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.modeller.properties >--- [INFO] Building org.polarsys.capella.core.data.modeller.properties 1.4.2-SNAPSHOT [114/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.oa.properties >------ [INFO] Building org.polarsys.capella.core.data.oa.properties 1.4.2-SNAPSHOT [115/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.oa.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.oa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.oa.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties >-- [INFO] Building org.polarsys.capella.core.data.pa.deployment.properties 1.4.2-SNAPSHOT [116/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.properties >------ [INFO] Building org.polarsys.capella.core.data.pa.properties 1.4.2-SNAPSHOT [117/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.pa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.pa.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.requirement.properties >-- [INFO] Building org.polarsys.capella.core.data.requirement.properties 1.4.2-SNAPSHOT [118/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties >-- [INFO] Building org.polarsys.capella.core.data.sharedmodel.properties 1.4.2-SNAPSHOT [119/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.properties.feature >------ [INFO] Building org.polarsys.capella.core.properties.feature 1.4.2-SNAPSHOT [120/303] [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.4.x/core/features/org.polarsys.capella.core.properties.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.properties.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.properties.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.properties.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.validation >---- [INFO] Building org.polarsys.capella.core.data.common.validation 1.4.2-SNAPSHOT [121/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.common.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.common.validation --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.common.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.common.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.common.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.common.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.common.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.validation >----- [INFO] Building org.polarsys.capella.core.data.core.validation 1.4.2-SNAPSHOT [122/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.core.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.core.validation --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.core.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.core.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.core.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.core.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.core.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.transition.system >------ [INFO] Building org.polarsys.capella.core.transition.system 1.4.2-SNAPSHOT [123/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.system/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.transition.system --- [INFO] Compiling 136 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.system/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.system --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.system --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.system --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.transition.system --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown 1.4.2-SNAPSHOT [124/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.validation >------ [INFO] Building org.polarsys.capella.core.data.cs.validation 1.4.2-SNAPSHOT [125/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.cs.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.cs.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.ctx.validation >----- [INFO] Building org.polarsys.capella.core.data.ctx.validation 1.4.2-SNAPSHOT [126/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.validation >----- [INFO] Building org.polarsys.capella.core.data.epbs.validation 1.4.2-SNAPSHOT [127/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.validation >------ [INFO] Building org.polarsys.capella.core.data.fa.validation 1.4.2-SNAPSHOT [128/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.fa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.fa.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.communication.validation >-- [INFO] Building org.polarsys.capella.core.data.information.communication.validation 1.4.2-SNAPSHOT [129/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datatype.validation >-- [INFO] Building org.polarsys.capella.core.data.information.datatype.validation 1.4.2-SNAPSHOT [130/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.validation >-- [INFO] Building org.polarsys.capella.core.data.information.validation 1.4.2-SNAPSHOT [131/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.information.validation --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.information.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.validation >-- [INFO] Building org.polarsys.capella.core.data.interaction.validation 1.4.2-SNAPSHOT [132/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.validation >------ [INFO] Building org.polarsys.capella.core.data.la.validation 1.4.2-SNAPSHOT [133/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.la.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.la.validation --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.la.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.la.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.la.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.la.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.la.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.menu.dynamic >--------- [INFO] Building org.polarsys.capella.core.menu.dynamic 1.4.2-SNAPSHOT [134/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.menu.dynamic --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.menu.contributions >--- [INFO] Building org.polarsys.capella.core.data.menu.contributions 1.4.2-SNAPSHOT [135/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Compiling 126 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.oa.validation >------ [INFO] Building org.polarsys.capella.core.data.oa.validation 1.4.2-SNAPSHOT [136/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.oa.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.oa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.oa.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation >-- [INFO] Building org.polarsys.capella.core.data.pa.deployment.validation 1.4.2-SNAPSHOT [137/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.validation >------ [INFO] Building org.polarsys.capella.core.data.pa.validation 1.4.2-SNAPSHOT [138/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.pa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.pa.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.selection.queries >---- [INFO] Building org.polarsys.capella.core.data.selection.queries 1.4.2-SNAPSHOT [139/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.selection.queries --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.selection.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.selection.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.obfuscator >------- [INFO] Building org.polarsys.capella.core.model.obfuscator 1.4.2-SNAPSHOT [140/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.obfuscator --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.obfuscator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.obfuscator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.validation.ui.ide >------ [INFO] Building org.polarsys.capella.core.validation.ui.ide 1.4.2-SNAPSHOT [141/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation >-- [INFO] Building org.polarsys.capella.core.platform.sirius.sirius.validation 1.4.2-SNAPSHOT [142/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.services 1.4.2-SNAPSHOT [143/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.re.validation >-------- [INFO] Building org.polarsys.capella.core.re.validation 1.4.2-SNAPSHOT [144/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.validation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.re.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.re.validation --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.re.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.validation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.re.validation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.re.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.metric >---------- [INFO] Building org.polarsys.capella.core.ui.metric 1.4.2-SNAPSHOT [145/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.metric --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.metric/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.ui.metric --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.metric/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.metric --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.metric --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.metric --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.metric --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.metric --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.metric --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.ui.views >------------- [INFO] Building org.polarsys.capella.ui.views 1.4.2-SNAPSHOT [146/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ui.views --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.ui.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.ui.views/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.ui.views --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.ui.views --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.ui.views --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.ui.views --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.reportlog >--------- [INFO] Building org.polarsys.capella.core.ui.reportlog 1.4.2-SNAPSHOT [147/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.reportlog --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.reportlog/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.reportlog/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.validation.commandline >---- [INFO] Building org.polarsys.capella.core.validation.commandline 1.4.2-SNAPSHOT [148/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.commandline --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.validation.commandline/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.validation.commandline --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.validation.commandline/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.validation.commandline --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.validation.commandline --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.validation.commandline --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.validation.commandline --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.intro >----------- [INFO] Building org.polarsys.capella.core.ui.intro 1.4.2-SNAPSHOT [149/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.intro --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.core.ui.intro/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.ui.intro --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/doc/plugins/org.polarsys.capella.core.ui.intro/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.intro --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.intro --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.intro --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.intro --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.ui.feature >---------- [INFO] Building org.polarsys.capella.core.ui.feature 1.4.2-SNAPSHOT [150/303] [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.4.x/core/features/org.polarsys.capella.core.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.validation.ui >-------- [INFO] Building org.polarsys.capella.core.validation.ui 1.4.2-SNAPSHOT [151/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.validation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.validation.ui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.validation.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.validation.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.validation.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.validation.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.validation.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.validation.feature >------ [INFO] Building org.polarsys.capella.core.validation.feature 1.4.2-SNAPSHOT [152/303] [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.4.x/core/features/org.polarsys.capella.core.validation.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.validation.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.validation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.validation.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.validation.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius >-- [INFO] Building org.polarsys.capella.core.ui.semantic.browser.sirius 1.4.2-SNAPSHOT [153/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature >-- [INFO] Building org.polarsys.capella.core.ui.semantic.browser.feature 1.4.2-SNAPSHOT [154/303] [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.4.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix >--- [INFO] Building org.polarsys.capella.core.data.common.ui.quickfix 1.4.2-SNAPSHOT [155/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.libraries.ui >--------- [INFO] Building org.polarsys.capella.core.libraries.ui 1.4.2-SNAPSHOT [156/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.libraries.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.libraries.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.libraries.ui --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.libraries.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.libraries.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.libraries.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.libraries.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.libraries.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.libraries.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix >---- [INFO] Building org.polarsys.capella.core.data.core.ui.quickfix 1.4.2-SNAPSHOT [157/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.core.tiger >------------ [INFO] Building org.polarsys.capella.core.tiger 1.4.2-SNAPSHOT [158/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.tiger --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.tiger/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.tiger --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.tiger/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.tiger --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.tiger --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.tiger --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.tiger --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.tiger --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.tiger --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.cs.ui.quickfix 1.4.2-SNAPSHOT [159/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.ctx.ui.quickfix 1.4.2-SNAPSHOT [160/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.ctx.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.ctx.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix >---- [INFO] Building org.polarsys.capella.core.data.epbs.ui.quickfix 1.4.2-SNAPSHOT [161/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.epbs.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.epbs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.fa.ui.quickfix 1.4.2-SNAPSHOT [162/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix >-- [INFO] Building org.polarsys.capella.core.data.information.ui.quickfix 1.4.2-SNAPSHOT [163/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix >-- [INFO] Building org.polarsys.capella.core.data.interaction.ui.quickfix 1.4.2-SNAPSHOT [164/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.la.ui.quickfix 1.4.2-SNAPSHOT [165/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.data.la.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.la.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.pa.ui.quickfix 1.4.2-SNAPSHOT [166/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.core.re >-------------- [INFO] Building org.polarsys.capella.core.re 1.4.2-SNAPSHOT [167/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.re/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.re --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.re/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.re --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.re --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.core.re.ui >------------ [INFO] Building org.polarsys.capella.core.re.ui 1.4.2-SNAPSHOT [168/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.re.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.re.ui --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.re.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.re.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.re.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.re.ui.quickfix >-------- [INFO] Building org.polarsys.capella.core.re.ui.quickfix 1.4.2-SNAPSHOT [169/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.quickfix.feature >----- [INFO] Building org.polarsys.capella.core.ui.quickfix.feature 1.4.2-SNAPSHOT [170/303] [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.4.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.projection.common >------ [INFO] Building org.polarsys.capella.core.projection.common 1.4.2-SNAPSHOT [171/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.common --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.projection.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.projection.common --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.projection.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.projection.common --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.projection.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.projection.common --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.projection.common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.exchanges >----- [INFO] Building org.polarsys.capella.core.projection.exchanges 1.4.2-SNAPSHOT [172/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.exchanges --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.projection.exchanges/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.projection.exchanges/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.interfaces >---- [INFO] Building org.polarsys.capella.core.projection.interfaces 1.4.2-SNAPSHOT [173/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.interfaces --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.projection.interfaces/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.projection.interfaces/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.projection.scenario >----- [INFO] Building org.polarsys.capella.core.projection.scenario 1.4.2-SNAPSHOT [174/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.scenario --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.projection.scenario/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.projection.scenario --- [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.projection.scenario/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.projection.scenario --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.projection.scenario --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.projection.scenario --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.projection.scenario --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.transition.diagram >------ [INFO] Building org.polarsys.capella.core.transition.diagram 1.4.2-SNAPSHOT [175/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.diagram --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.diagram/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.transition.diagram --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.diagram/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.diagram --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.diagram --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.diagram --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.transition.diagram --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.transfo.feature >------- [INFO] Building org.polarsys.capella.core.transfo.feature 1.4.2-SNAPSHOT [176/303] [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.4.x/core/features/org.polarsys.capella.core.transfo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transfo.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transfo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.transfo.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.flexibility.wizards >----- [INFO] Building org.polarsys.capella.core.flexibility.wizards 1.4.2-SNAPSHOT [177/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.system.ui >----- [INFO] Building org.polarsys.capella.core.transition.system.ui 1.4.2-SNAPSHOT [178/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.system.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.system.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown.ui 1.4.2-SNAPSHOT [179/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.explorer.activity.ui >----- [INFO] Building org.polarsys.capella.core.explorer.activity.ui 1.4.2-SNAPSHOT [180/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.dashboard.feature >------ [INFO] Building org.polarsys.capella.core.dashboard.feature 1.4.2-SNAPSHOT [181/303] [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.4.x/core/features/org.polarsys.capella.core.dashboard.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.dashboard.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.common.feature >-- [INFO] Building org.polarsys.capella.core.transition.common.feature 1.4.2-SNAPSHOT [182/303] [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.4.x/core/features/org.polarsys.capella.core.transition.common.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transition.common.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown.feature 1.4.2-SNAPSHOT [183/303] [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.4.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards >------ [INFO] Building org.polarsys.capella.core.data.fa.ui.wizards 1.4.2-SNAPSHOT [184/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.ui.wizards >------ [INFO] Building org.polarsys.capella.core.data.la.ui.wizards 1.4.2-SNAPSHOT [185/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.model.links.helpers >----- [INFO] Building org.polarsys.capella.core.model.links.helpers 1.4.2-SNAPSHOT [186/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.links.helpers --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.links.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.links.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.fastlinker >-------- [INFO] Building org.polarsys.capella.core.ui.fastlinker 1.4.2-SNAPSHOT [187/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.search >---------- [INFO] Building org.polarsys.capella.core.ui.search 1.4.2-SNAPSHOT [188/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.search --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.ui.search --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.search/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.search --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.search --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.search --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.search --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.search --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.search --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.wizards.feature >------ [INFO] Building org.polarsys.capella.core.ui.wizards.feature 1.4.2-SNAPSHOT [189/303] [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.4.x/core/features/org.polarsys.capella.core.ui.wizards.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.re.updateconnections.ui >--- [INFO] Building org.polarsys.capella.core.re.updateconnections.ui 1.4.2-SNAPSHOT [190/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.re.project >---------- [INFO] Building org.polarsys.capella.core.re.project 1.4.2-SNAPSHOT [191/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.project --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.re.project/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.re.project --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.re.project/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.project --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.project --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.re.project --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.re.project --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.re.feature >---------- [INFO] Building org.polarsys.capella.core.re.feature 1.4.2-SNAPSHOT [192/303] [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.4.x/core/features/org.polarsys.capella.core.re.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.re.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.re.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.re.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.re.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.libraries.feature >------ [INFO] Building org.polarsys.capella.core.libraries.feature 1.4.2-SNAPSHOT [193/303] [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.4.x/core/features/org.polarsys.capella.core.libraries.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.libraries.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.libraries.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.libraries.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.libraries.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.migration >-------- [INFO] Building org.polarsys.capella.core.data.migration 1.4.2-SNAPSHOT [194/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.migration --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.migration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.data.migration --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.data.migration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.migration --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.migration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.migration --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.migration --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.migration.feature >------ [INFO] Building org.polarsys.capella.core.migration.feature 1.4.2-SNAPSHOT [195/303] [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.4.x/core/features/org.polarsys.capella.core.migration.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.migration.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.migration.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.migration.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.migration.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.migration.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.compare >----------- [INFO] Building org.polarsys.capella.core.compare 1.4.2-SNAPSHOT [196/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.compare --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.compare/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.compare --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.compare/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaScope.java:[159] 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.4.x/core/plugins/org.polarsys.capella.core.compare/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.compare --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.compare --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.compare --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.compare --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.compare.feature >------- [INFO] Building org.polarsys.capella.core.compare.feature 1.4.2-SNAPSHOT [197/303] [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.4.x/core/features/org.polarsys.capella.core.compare.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.compare.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.compare.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.compare.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.compare.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.compare.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.patterns >------------- [INFO] Building org.polarsys.capella.patterns 1.4.2-SNAPSHOT [198/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.patterns --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.patterns --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.patterns --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/patterns/plugins/org.polarsys.capella.patterns/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.patterns --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/patterns/plugins/org.polarsys.capella.patterns/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.patterns --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns/target/org.polarsys.capella.patterns-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.patterns --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.patterns --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns/target/org.polarsys.capella.patterns-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.patterns --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.patterns --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.patterns --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.patterns --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns/target/org.polarsys.capella.patterns-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.patterns --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns/target/org.polarsys.capella.patterns-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns/target/org.polarsys.capella.patterns-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.patterns --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns/target/org.polarsys.capella.patterns-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.patterns --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.patterns.ui >------------ [INFO] Building org.polarsys.capella.patterns.ui 1.4.2-SNAPSHOT [199/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.patterns.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/patterns/plugins/org.polarsys.capella.patterns.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.patterns.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/patterns/plugins/org.polarsys.capella.patterns.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.patterns.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.ui/target/org.polarsys.capella.patterns.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.patterns.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.ui/target/org.polarsys.capella.patterns.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.patterns.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.patterns.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.ui/target/org.polarsys.capella.patterns.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.patterns.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.ui/target/org.polarsys.capella.patterns.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.ui/target/org.polarsys.capella.patterns.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.patterns.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.ui/target/org.polarsys.capella.patterns.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.patterns.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.patterns.obfuscator >-------- [INFO] Building org.polarsys.capella.patterns.obfuscator 1.4.2-SNAPSHOT [200/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.patterns.obfuscator --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/target/org.polarsys.capella.patterns.obfuscator-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/target/org.polarsys.capella.patterns.obfuscator-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.patterns.obfuscator --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/target/org.polarsys.capella.patterns.obfuscator-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/target/org.polarsys.capella.patterns.obfuscator-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/target/org.polarsys.capella.patterns.obfuscator-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/target/org.polarsys.capella.patterns.obfuscator-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.patterns.obfuscator --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.patterns.migration >-------- [INFO] Building org.polarsys.capella.patterns.migration 1.4.2-SNAPSHOT [201/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.patterns.migration --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/patterns/plugins/org.polarsys.capella.patterns.migration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.patterns.migration --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/patterns/plugins/org.polarsys.capella.patterns.migration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.patterns.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.migration/target/org.polarsys.capella.patterns.migration-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.patterns.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.migration/target/org.polarsys.capella.patterns.migration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.patterns.migration --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.patterns.migration --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.migration/target/org.polarsys.capella.patterns.migration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.patterns.migration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.migration/target/org.polarsys.capella.patterns.migration-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.migration/target/org.polarsys.capella.patterns.migration-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.patterns.migration --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.migration/target/org.polarsys.capella.patterns.migration-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.patterns.migration --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.patterns.feature >--------- [INFO] Building org.polarsys.capella.patterns.feature 1.4.2-SNAPSHOT [202/303] [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.4.x/patterns/features/org.polarsys.capella.patterns.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.patterns.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.patterns.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/features/org.polarsys.capella.patterns.feature/target/org.polarsys.capella.patterns.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.patterns.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/features/org.polarsys.capella.patterns.feature/target/org.polarsys.capella.patterns.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.patterns.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/features/org.polarsys.capella.patterns.feature/target/org.polarsys.capella.patterns.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/features/org.polarsys.capella.patterns.feature/target/org.polarsys.capella.patterns.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.patterns.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.patterns.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.detachment.propertyvalue >----- [INFO] Building org.polarsys.capella.detachment.propertyvalue 1.4.2-SNAPSHOT [203/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.detachment.version.precondition >-- [INFO] Building org.polarsys.capella.detachment.version.precondition 1.4.2-SNAPSHOT [204/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.detachment.version.precondition --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.detachment.feature >-------- [INFO] Building org.polarsys.capella.detachment.feature 1.4.2-SNAPSHOT [205/303] [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.4.x/ext/detachment/features/org.polarsys.capella.detachment.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.detachment.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.detachment.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.detachment.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.detachment.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.detachment.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.re.updateconnections.doc >--- [INFO] Building org.polarsys.capella.core.re.updateconnections.doc 1.4.2-SNAPSHOT [206/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.developer.doc >----------- [INFO] Building org.polarsys.capella.developer.doc 1.4.2-SNAPSHOT [207/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.developer.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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] --- 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.4.x/doc/plugins/org.polarsys.capella.developer.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.developer.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/doc/plugins/org.polarsys.capella.developer.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.developer.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.developer.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.developer.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.developer.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.developer.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.developer.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.diagrams.doc >----------- [INFO] Building org.polarsys.capella.diagrams.doc 1.4.2-SNAPSHOT [208/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.diagrams.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.diagrams.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.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.4.x/doc/plugins/org.polarsys.capella.diagrams.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.diagrams.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.diagrams.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.diagrams.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.diagrams.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.diagrams.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.diagrams.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.diffmerge.doc >----------- [INFO] Building org.polarsys.capella.diffmerge.doc 1.4.2-SNAPSHOT [209/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.diffmerge.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.diffmerge.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.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.4.x/doc/plugins/org.polarsys.capella.diffmerge.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.diffmerge.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.diffmerge.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.diffmerge.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.diffmerge.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.diffmerge.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.diffmerge.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------------< org.polarsys:org.polarsys.capella.doc >---------------- [INFO] Building org.polarsys.capella.doc 1.4.2-SNAPSHOT [210/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.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.4.x/doc/plugins/org.polarsys.capella.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.viewpoint.doc >----------- [INFO] Building org.polarsys.capella.viewpoint.doc 1.4.2-SNAPSHOT [211/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viewpoint.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.viewpoint.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.viewpoint.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/doc/plugins/org.polarsys.capella.viewpoint.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.viewpoint.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viewpoint.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.viewpoint.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.viewpoint.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.viewpoint.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.viewpoint.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.patterns.doc >----------- [INFO] Building org.polarsys.capella.patterns.doc 1.4.2-SNAPSHOT [212/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.patterns.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.patterns.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.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.4.x/doc/plugins/org.polarsys.capella.patterns.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.patterns.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.patterns.doc/target/org.polarsys.capella.patterns.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.patterns.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.patterns.doc/target/org.polarsys.capella.patterns.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.patterns.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.patterns.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.patterns.doc/target/org.polarsys.capella.patterns.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.patterns.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.patterns.doc/target/org.polarsys.capella.patterns.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.patterns.doc/target/org.polarsys.capella.patterns.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.patterns.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.patterns.doc/target/org.polarsys.capella.patterns.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.patterns.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.preferences.doc >---------- [INFO] Building org.polarsys.capella.preferences.doc 1.4.2-SNAPSHOT [213/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.preferences.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.preferences.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.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.4.x/doc/plugins/org.polarsys.capella.preferences.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.preferences.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.preferences.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.preferences.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.preferences.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.preferences.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.preferences.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.properties.doc >---------- [INFO] Building org.polarsys.capella.properties.doc 1.4.2-SNAPSHOT [214/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.properties.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.properties.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.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.4.x/doc/plugins/org.polarsys.capella.properties.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.properties.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.properties.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.properties.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.properties.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.properties.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.properties.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.re.doc >-------------- [INFO] Building org.polarsys.capella.re.doc 1.4.2-SNAPSHOT [215/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.re.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.re.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.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.4.x/doc/plugins/org.polarsys.capella.re.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.re.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.re.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.re.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.re.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.re.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.re.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.transitions.doc >---------- [INFO] Building org.polarsys.capella.transitions.doc 1.4.2-SNAPSHOT [216/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transitions.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.transitions.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.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.4.x/doc/plugins/org.polarsys.capella.transitions.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.transitions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transitions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.transitions.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.transitions.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.transitions.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.transitions.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.ui.doc >-------------- [INFO] Building org.polarsys.capella.ui.doc 1.4.2-SNAPSHOT [217/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ui.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.ui.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.ui.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/doc/plugins/org.polarsys.capella.ui.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.ui.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ui.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.ui.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.ui.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.ui.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.ui.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.glossary.doc >----------- [INFO] Building org.polarsys.capella.glossary.doc 1.4.2-SNAPSHOT [218/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.glossary.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.glossary.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.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.4.x/doc/plugins/org.polarsys.capella.glossary.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.glossary.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.glossary.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.glossary.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.glossary.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.glossary.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.glossary.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.validation.doc >---------- [INFO] Building org.polarsys.capella.validation.doc 1.4.2-SNAPSHOT [219/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.validation.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.validation.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.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.4.x/doc/plugins/org.polarsys.capella.validation.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.validation.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.validation.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.validation.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.validation.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.th.doc >-------------- [INFO] Building org.polarsys.capella.th.doc 1.4.2-SNAPSHOT [220/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.th.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.th.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.th.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/doc/plugins/org.polarsys.capella.th.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.th.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.th.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.th.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.th.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.th.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.th.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.tipsandtricks.doc >--------- [INFO] Building org.polarsys.capella.tipsandtricks.doc 1.4.2-SNAPSHOT [221/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.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.4.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.git.doc >-------------- [INFO] Building org.polarsys.capella.git.doc 1.4.2-SNAPSHOT [222/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.git.doc --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.git.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.git.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.git.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.git.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.git.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.git.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.git.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.git.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.git.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.git.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.doc.feature >------------ [INFO] Building org.polarsys.capella.doc.feature 1.4.2-SNAPSHOT [223/303] [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.4.x/doc/features/org.polarsys.capella.doc.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.doc.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.doc.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.doc.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.common.ui >----- [INFO] Building org.polarsys.capella.core.projection.common.ui 1.4.2-SNAPSHOT [224/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.common.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.projection.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.projection.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.diagram.ui >---- [INFO] Building org.polarsys.capella.core.transition.diagram.ui 1.4.2-SNAPSHOT [225/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.transfo.feature >------ [INFO] Building org.polarsys.capella.core.ui.transfo.feature 1.4.2-SNAPSHOT [226/303] [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.4.x/core/features/org.polarsys.capella.core.ui.transfo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.git.feature >--------- [INFO] Building org.polarsys.capella.core.git.feature 1.4.2-SNAPSHOT [227/303] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.git.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.git.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.git.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.git.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.git.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.git.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.git.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.git.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.mylyn.feature >-------- [INFO] Building org.polarsys.capella.core.mylyn.feature 1.4.2-SNAPSHOT [228/303] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.mylyn.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.mylyn.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.advance.feature >------- [INFO] Building org.polarsys.capella.core.advance.feature 1.4.2-SNAPSHOT [229/303] [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.4.x/core/features/org.polarsys.capella.core.advance.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.advance.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.advance.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.advance.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.advance.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.advance.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.ui.properties.richtext >---- [INFO] Building org.polarsys.capella.core.ui.properties.richtext 1.4.2-SNAPSHOT [230/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext >-- [INFO] Building org.polarsys.capella.core.explorer.activity.ui.richtext 1.4.2-SNAPSHOT [231/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.properties.richtext.feature >-- [INFO] Building org.polarsys.capella.core.properties.richtext.feature 1.4.2-SNAPSHOT [232/303] [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.4.x/core/features/org.polarsys.capella.core.properties.richtext.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.feature >----------- [INFO] Building org.polarsys.capella.core.feature 1.4.2-SNAPSHOT [233/303] [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.4.x/core/features/org.polarsys.capella.core.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.detachement >------ [INFO] Building org.polarsys.capella.core.model.detachement 1.4.2-SNAPSHOT [234/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.detachement --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.detachement/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.model.detachement --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.model.detachement/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.detachement --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.detachement --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.model.detachement --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.model.detachement --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.model.detachement --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.model.detachement --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.properties.descriptions >-- [INFO] Building org.polarsys.capella.core.ui.properties.descriptions 1.4.2-SNAPSHOT [235/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.viatra.common.data.gen >------ [INFO] Building org.polarsys.capella.viatra.common.data.gen 1.4.2-SNAPSHOT [236/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.viatra.common.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.viatra.common.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.viatra.common.re.gen >------- [INFO] Building org.polarsys.capella.viatra.common.re.gen 1.4.2-SNAPSHOT [237/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.viatra.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.viatra.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.2-SNAPSHOT.jar [WARNING] [Wed Oct 14 08:42:11 UTC 2020] HTTP request failed. HTTP Error 500 (reason: Server Error) HTTP Error 500 Problem accessing '/jar-signing-service' Reason: Server Error Caused by: java.io.IOException: The '/usr/java/jdk1.8.0_51/bin/jarsigner' command exited with value '1' '/usr/java/jdk1.8.0_51/bin/jarsigner' output: jarsigner: unable to sign jar: java.io.IOException: Server returned HTTP response code: 400 for URL: http://sha256timestamp.ws.symantec.com/sha256/timestamp at org.eclipse.cbi.webservice.signing.jar.JarSigner.signJar(JarSigner.java:231) at org.eclipse.cbi.webservice.signing.jar.SigningServlet.doSign(SigningServlet.java:66) at org.eclipse.cbi.webservice.signing.jar.SigningServlet.doPost(SigningServlet.java:54) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:860) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ...... For complete output, see '/home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.2-SNAPSHOT.jar-3812793425117458608-RemoteJarSigner.log' [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.viatra.core.data.gen >------- [INFO] Building org.polarsys.capella.viatra.core.data.gen 1.4.2-SNAPSHOT [238/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.viatra.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.viatra.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Compiling 559 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.viatra.core.feature >-------- [INFO] Building org.polarsys.capella.viatra.core.feature 1.4.2-SNAPSHOT [239/303] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viatra.core.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.viatra.core.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.viatra.core.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.viatra.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.viatra.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.viatra.core.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.viatra.core.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.cdo.features >----------- [INFO] Building org.polarsys.capella.cdo.features 1.4.2-SNAPSHOT [240/303] [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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.cdo.features --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.cdo.plugins >------------ [INFO] Building org.polarsys.capella.cdo.plugins 1.4.2-SNAPSHOT [241/303] [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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.cdo.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.eclipse.emf.diffmerge.patterns.core.gen.cdo >---- [INFO] Building org.eclipse.emf.diffmerge.patterns.core.gen.cdo 1.4.2-SNAPSHOT [242/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.core.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.core.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.core.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.core.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.core.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.core.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.eclipse.emf.diffmerge.patterns.core.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.eclipse.emf.diffmerge.patterns.support.gen.cdo >--- [INFO] Building org.eclipse.emf.diffmerge.patterns.support.gen.cdo 1.4.2-SNAPSHOT [243/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.support.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.support.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.support.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.support.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.support.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.support.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.eclipse.emf.diffmerge.patterns.support.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.eclipse.emf.diffmerge.patterns.templates.gen.cdo >-- [INFO] Building org.eclipse.emf.diffmerge.patterns.templates.gen.cdo 1.4.2-SNAPSHOT [244/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo/target/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.eclipse.emf.diffmerge.patterns.templates.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo >--- [INFO] Building org.polarsys.capella.common.data.activity.gen.cdo 1.4.2-SNAPSHOT [245/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo >--- [INFO] Building org.polarsys.capella.common.data.behavior.gen.cdo 1.4.2-SNAPSHOT [246/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.core.gen.cdo >----- [INFO] Building org.polarsys.capella.common.data.core.gen.cdo 1.4.2-SNAPSHOT [247/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.libraries.gen.cdo >----- [INFO] Building org.polarsys.capella.common.libraries.gen.cdo 1.4.2-SNAPSHOT [248/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.re.gen.cdo >--------- [INFO] Building org.polarsys.capella.common.re.gen.cdo 1.4.2-SNAPSHOT [249/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.gen.cdo >--------- [INFO] Building org.polarsys.capella.core.data.gen.cdo 1.4.2-SNAPSHOT [250/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo >------ [INFO] Building org.polarsys.kitalpha.ad.metadata.model.cdo 1.4.2-SNAPSHOT [251/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.kitalpha.emde.model.cdo >---------- [INFO] Building org.polarsys.kitalpha.emde.model.cdo 1.4.2-SNAPSHOT [252/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.kitalpha.patterns.emde.gen.cdo >------ [INFO] Building org.polarsys.kitalpha.patterns.emde.gen.cdo 1.4.2-SNAPSHOT [253/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.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.4.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/target/org.polarsys.kitalpha.patterns.emde.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/target/org.polarsys.kitalpha.patterns.emde.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/target/org.polarsys.kitalpha.patterns.emde.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/target/org.polarsys.kitalpha.patterns.emde.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/target/org.polarsys.kitalpha.patterns.emde.gen.cdo-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo/target/org.polarsys.kitalpha.patterns.emde.gen.cdo-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.kitalpha.patterns.emde.gen.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.cdo.mock.feature >--------- [INFO] Building org.polarsys.capella.cdo.mock.feature 1.4.2-SNAPSHOT [254/303] [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.4.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdo.mock.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------------< org.polarsys:org.polarsys.capella.rcp >---------------- [INFO] Building org.polarsys.capella.rcp 1.4.2-SNAPSHOT [255/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.rcp --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/plugins/org.polarsys.capella.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.x/releng/plugins/org.polarsys.capella.rcp/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.rcp --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.rcp --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.rcp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.rcp.feature >------------ [INFO] Building org.polarsys.capella.rcp.feature 1.4.2-SNAPSHOT [256/303] [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.4.x/releng/features/org.polarsys.capella.rcp.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.rcp.feature/target/org.polarsys.capella.rcp.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.rcp.feature/target/org.polarsys.capella.rcp.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.rcp.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.rcp.feature/target/org.polarsys.capella.rcp.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.rcp.feature/target/org.polarsys.capella.rcp.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.rcp.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.rcp.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.rcp.product >------------ [INFO] Building org.polarsys.capella.rcp.product 1.4.2-SNAPSHOT [257/303] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp.product --- [INFO] The project's OSGi version is 1.4.2.202010140825 [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.4.x/releng/plugins/org.polarsys.capella.rcp.product/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.rcp.product --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.polarsys.capella.rcp.product --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.product/target/org.polarsys.capella.rcp.product-1.4.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-director-plugin:1.4.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.4.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.4.2.202010140825. Operation completed in 44212 ms. [INFO] Installing product org.polarsys.capella.rcp.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2.202010140825. Operation completed in 34443 ms. [INFO] Installing product org.polarsys.capella.rcp.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.2.202010140825. Operation completed in 29992 ms. [INFO] [INFO] --- tycho-p2-director-plugin:1.4.0:archive-products (archive-products) @ org.polarsys.capella.rcp.product --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.4.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.4.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.4.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.4.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.4.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.4.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.4.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.2.202010140825-linux-gtk-x86_64.zip [zip] Building zip: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.2.202010140825-macosx-cocoa-x86_64.zip [zip] Building zip: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-1.4.2.202010140825-win32-win32-x86_64.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (archive-repository) @ org.polarsys.capella.rcp.product --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.product/target/org.polarsys.capella.rcp.product.site-1.4.2.202010140825.zip [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.rcp.product --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.rcp.site >------------- [INFO] Building org.polarsys.capella.rcp.site 1.4.2-SNAPSHOT [258/303] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp.site --- [INFO] The project's OSGi version is 1.4.2.202010140825 [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.4.x/releng/plugins/org.polarsys.capella.rcp.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.rcp.site --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.polarsys.capella.rcp.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.site/target/org.polarsys.capella.rcp.site-1.4.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.rcp.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (archive-repository) @ org.polarsys.capella.rcp.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.site/target/org.polarsys.capella.rcp.site-1.4.2.202010140825.zip [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.rcp.site --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.extension.migration.egf >-- [INFO] Building org.polarsys.capella.common.extension.migration.egf 1.4.2-SNAPSHOT [259/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/target/org.polarsys.capella.common.extension.migration.egf-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.extension.migration.egf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.tig.egf >---------- [INFO] Building org.polarsys.capella.common.tig.egf 1.4.2-SNAPSHOT [260/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tig.egf --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/plugins/org.polarsys.capella.common.tig.egf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.common.tig.egf --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/releng/plugins/org.polarsys.capella.common.tig.egf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tig.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tig.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tig.egf --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.common.tig.egf --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.common.tig.egf --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.common.tig.egf --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.tig.egf/target/org.polarsys.capella.common.tig.egf-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.common.tig.egf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.core.egf >------------- [INFO] Building org.polarsys.capella.core.egf 1.4.2-SNAPSHOT [261/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.egf --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/plugins/org.polarsys.capella.core.egf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.egf --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/releng/plugins/org.polarsys.capella.core.egf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.egf --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.egf --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.egf --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.egf --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.egf/target/org.polarsys.capella.core.egf-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.egf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.postgeneration.egf >------ [INFO] Building org.polarsys.capella.core.postgeneration.egf 1.4.2-SNAPSHOT [262/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/target/org.polarsys.capella.core.postgeneration.egf-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.postgeneration.egf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.releng >------------ [INFO] Building org.polarsys.capella.core.releng 1.4.2-SNAPSHOT [263/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.releng --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/releng/plugins/org.polarsys.capella.core.releng/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.core.releng --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/releng/plugins/org.polarsys.capella.core.releng/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.releng --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.releng --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.releng --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.releng --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.releng --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.releng --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.releng/target/org.polarsys.capella.core.releng-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.releng --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.egf.feature >--------- [INFO] Building org.polarsys.capella.core.egf.feature 1.4.2-SNAPSHOT [264/303] [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.4.x/releng/features/org.polarsys.capella.core.egf.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.egf.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.core.egf.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.core.egf.feature/target/org.polarsys.capella.core.egf.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.egf.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.core.egf.feature/target/org.polarsys.capella.core.egf.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.egf.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.core.egf.feature/target/org.polarsys.capella.core.egf.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.core.egf.feature/target/org.polarsys.capella.core.egf.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.egf.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.egf.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.releng.plugins >-------- [INFO] Building org.polarsys.capella.core.releng.plugins 1.4.2-SNAPSHOT [265/303] [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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.core.releng.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.core.releng.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.egf.site >------------- [INFO] Building org.polarsys.capella.egf.site 1.4.2-SNAPSHOT [266/303] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.egf.site --- [INFO] The project's OSGi version is 1.4.2.202010140825 [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.4.x/releng/plugins/org.polarsys.capella.egf.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.egf.site --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.polarsys.capella.egf.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.egf.site/target/org.polarsys.capella.egf.site-1.4.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.egf.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (archive-repository) @ org.polarsys.capella.egf.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.egf.site/target/org.polarsys.capella.egf.site-1.4.2.202010140825.zip [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.egf.site --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.tests.plugins >----------- [INFO] Building org.polarsys.capella.tests.plugins 1.4.2-SNAPSHOT [267/303] [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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.tests.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.tests.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.framework >---------- [INFO] Building org.polarsys.capella.test.framework 1.4.2-SNAPSHOT [268/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.framework --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.framework/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.framework --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.framework/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.framework --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.framework --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.framework --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.framework --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.framework/target/org.polarsys.capella.test.framework-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.framework --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.test.diagram.common.ju >------ [INFO] Building org.polarsys.capella.test.diagram.common.ju 1.4.2-SNAPSHOT [269/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Compiling 141 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/target/org.polarsys.capella.test.diagram.common.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.diagram.common.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.test.diagram.layout.ju >------ [INFO] Building org.polarsys.capella.test.diagram.layout.ju 1.4.2-SNAPSHOT [270/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/target/org.polarsys.capella.test.diagram.layout.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.diagram.layout.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.test.diagram.tools.ju >------- [INFO] Building org.polarsys.capella.test.diagram.tools.ju 1.4.2-SNAPSHOT [271/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Compiling 389 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/target/org.polarsys.capella.test.diagram.tools.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.diagram.tools.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.benchmarks.ju >-------- [INFO] Building org.polarsys.capella.test.benchmarks.ju 1.4.2-SNAPSHOT [272/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.benchmarks.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.benchmarks.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/org.polarsys.capella.test.benchmarks.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/org.polarsys.capella.test.benchmarks.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/org.polarsys.capella.test.benchmarks.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/org.polarsys.capella.test.benchmarks.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/org.polarsys.capella.test.benchmarks.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/target/org.polarsys.capella.test.benchmarks.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.benchmarks.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.test.business.queries.ju >----- [INFO] Building org.polarsys.capella.test.business.queries.ju 1.4.2-SNAPSHOT [273/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.business.queries.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Compiling 299 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.business.queries.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/target/org.polarsys.capella.test.business.queries.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.business.queries.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.test.commandline.ju >-------- [INFO] Building org.polarsys.capella.test.commandline.ju 1.4.2-SNAPSHOT [274/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.commandline.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.commandline.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.commandline.ju --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.commandline.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.commandline.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.commandline.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.commandline.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.commandline.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.commandline.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.commandline.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.commandline.ju/target/org.polarsys.capella.test.commandline.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.commandline.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.test.diagram.filters.ju >------ [INFO] Building org.polarsys.capella.test.diagram.filters.ju 1.4.2-SNAPSHOT [275/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Compiling 378 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/target/org.polarsys.capella.test.diagram.filters.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.diagram.filters.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.test.diagram.misc.ju >------- [INFO] Building org.polarsys.capella.test.diagram.misc.ju 1.4.2-SNAPSHOT [276/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/target/org.polarsys.capella.test.diagram.misc.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.diagram.misc.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.test.doc.ju >------------ [INFO] Building org.polarsys.capella.test.doc.ju 1.4.2-SNAPSHOT [277/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.doc.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.doc.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.doc.ju --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.doc.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.doc.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.doc.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.doc.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.doc.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.doc.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.doc.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.doc.ju/target/org.polarsys.capella.test.doc.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.doc.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.test.explorer.activity.ju >----- [INFO] Building org.polarsys.capella.test.explorer.activity.ju 1.4.2-SNAPSHOT [278/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/target/org.polarsys.capella.test.explorer.activity.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.explorer.activity.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.fastlinker.ju >-------- [INFO] Building org.polarsys.capella.test.fastlinker.ju 1.4.2-SNAPSHOT [279/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/target/org.polarsys.capella.test.fastlinker.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.fastlinker.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.model.ju >----------- [INFO] Building org.polarsys.capella.test.model.ju 1.4.2-SNAPSHOT [280/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.model.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.model.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.model.ju --- [INFO] Compiling 89 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.model.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.model.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.model.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.model.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.model.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.model.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.model.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.model.ju/target/org.polarsys.capella.test.model.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.model.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.test.validation.rules.ju >----- [INFO] Building org.polarsys.capella.test.validation.rules.ju 1.4.2-SNAPSHOT [281/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Compiling 390 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/target/org.polarsys.capella.test.validation.rules.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.validation.rules.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.test.platform.ju >--------- [INFO] Building org.polarsys.capella.test.platform.ju 1.4.2-SNAPSHOT [282/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.platform.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.platform.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.platform.ju --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.platform.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.platform.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.platform.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.platform.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.platform.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.platform.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.platform.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.platform.ju/target/org.polarsys.capella.test.platform.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.platform.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.recrpl.ju >---------- [INFO] Building org.polarsys.capella.test.recrpl.ju 1.4.2-SNAPSHOT [283/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.recrpl.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.recrpl.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/target/org.polarsys.capella.test.recrpl.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.recrpl.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.transition.ju >-------- [INFO] Building org.polarsys.capella.test.transition.ju 1.4.2-SNAPSHOT [284/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.transition.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.transition.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.transition.ju --- [INFO] Compiling 177 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.transition.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.transition.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.transition.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.transition.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.transition.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.transition.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.transition.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.transition.ju/target/org.polarsys.capella.test.transition.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.transition.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.fragmentation >-------- [INFO] Building org.polarsys.capella.test.fragmentation 1.4.2-SNAPSHOT [285/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.fragmentation --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.fragmentation --- [INFO] Skipping JaCoCo execution because 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.fragmentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.fragmentation --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.fragmentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.fragmentation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/target/org.polarsys.capella.test.fragmentation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.fragmentation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/target/org.polarsys.capella.test.fragmentation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.fragmentation --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.fragmentation --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/target/org.polarsys.capella.test.fragmentation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.fragmentation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/target/org.polarsys.capella.test.fragmentation-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/target/org.polarsys.capella.test.fragmentation-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.fragmentation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/target/org.polarsys.capella.test.fragmentation-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.fragmentation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.test.library.ju >---------- [INFO] Building org.polarsys.capella.test.library.ju 1.4.2-SNAPSHOT [286/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.library.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.library.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.library.ju --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.library.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.library.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.library.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.library.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.library.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.library.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.library.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.library.ju/target/org.polarsys.capella.test.library.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.library.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.test.massactions.ju >-------- [INFO] Building org.polarsys.capella.test.massactions.ju 1.4.2-SNAPSHOT [287/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.massactions.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.massactions.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.massactions.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.massactions.ju --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.massactions.ju --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.massactions.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/target/org.polarsys.capella.test.massactions.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.massactions.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/target/org.polarsys.capella.test.massactions.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.massactions.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.massactions.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/target/org.polarsys.capella.test.massactions.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.massactions.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/target/org.polarsys.capella.test.massactions.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/target/org.polarsys.capella.test.massactions.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.massactions.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/target/org.polarsys.capella.test.massactions.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.massactions.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.migration.ju >--------- [INFO] Building org.polarsys.capella.test.migration.ju 1.4.2-SNAPSHOT [288/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.migration.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.migration.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.migration.ju --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.migration.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.migration.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.migration.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.migration.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.migration.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.migration.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.migration.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.migration.ju/target/org.polarsys.capella.test.migration.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.migration.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.navigator.ju >--------- [INFO] Building org.polarsys.capella.test.navigator.ju 1.4.2-SNAPSHOT [289/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.navigator.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.navigator.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.navigator.ju --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.navigator.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.navigator.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.navigator.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.navigator.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.navigator.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.navigator.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.navigator.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.navigator.ju/target/org.polarsys.capella.test.navigator.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.navigator.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.test.odesign >----------- [INFO] Building org.polarsys.capella.test.odesign 1.4.2-SNAPSHOT [290/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.odesign --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.odesign --- [INFO] Skipping JaCoCo execution because 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.odesign --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.odesign --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.odesign --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.odesign --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.odesign --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.odesign --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.odesign --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.odesign --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.odesign --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/target/org.polarsys.capella.test.odesign-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.odesign --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.test.progressmonitoring.ju >---- [INFO] Building org.polarsys.capella.test.progressmonitoring.ju 1.4.2-SNAPSHOT [291/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/target/org.polarsys.capella.test.progressmonitoring.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.progressmonitoring.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.test.re.updateconnections.ju >--- [INFO] Building org.polarsys.capella.test.re.updateconnections.ju 1.4.2-SNAPSHOT [292/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/target/org.polarsys.capella.test.re.updateconnections.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.re.updateconnections.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.test.richtext.ju >--------- [INFO] Building org.polarsys.capella.test.richtext.ju 1.4.2-SNAPSHOT [293/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.richtext.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.richtext.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.richtext.ju --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.richtext.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.richtext.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.richtext.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.richtext.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.richtext.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.richtext.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.richtext.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.richtext.ju/target/org.polarsys.capella.test.richtext.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.richtext.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.test.semantic.queries.ju >----- [INFO] Building org.polarsys.capella.test.semantic.queries.ju 1.4.2-SNAPSHOT [294/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/target/org.polarsys.capella.test.semantic.queries.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.semantic.queries.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.test.table >------------ [INFO] Building org.polarsys.capella.test.table 1.4.2-SNAPSHOT [295/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.table --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.table --- [INFO] Skipping JaCoCo execution because 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.table --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.table --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.table --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.table --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.table --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.table --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.table --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.table --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.table --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/target/org.polarsys.capella.test.table-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.table --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.test.suites.ju >---------- [INFO] Building org.polarsys.capella.test.suites.ju 1.4.2-SNAPSHOT [296/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.suites.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.suites.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.suites.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.suites.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.suites.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.suites.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.suites.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.suites.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.suites.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suites.ju/target/org.polarsys.capella.test.suites.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.suites.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.projection.ju >-------- [INFO] Building org.polarsys.capella.test.projection.ju 1.4.2-SNAPSHOT [297/303] [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.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.projection.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.x/tests/plugins/org.polarsys.capella.test.projection.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.projection.ju --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.projection.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.projection.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.projection.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.projection.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.projection.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.projection.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.projection.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.projection.ju/target/org.polarsys.capella.test.projection.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.projection.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.test.suite.inui.ju >-------- [INFO] Building org.polarsys.capella.test.suite.inui.ju 1.4.2-SNAPSHOT [298/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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] argLine 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.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/target/org.polarsys.capella.test.suite.inui.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.suite.inui.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.test.suite.local.ju >-------- [INFO] Building org.polarsys.capella.test.suite.local.ju 1.4.2-SNAPSHOT [299/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.suite.local.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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] argLine 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.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.suite.local.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/target/org.polarsys.capella.test.suite.local.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.suite.local.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.test.suite.notinui.ju >------- [INFO] Building org.polarsys.capella.test.suite.notinui.ju 1.4.2-SNAPSHOT [300/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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] argLine 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.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_v1.4.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.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/target/org.polarsys.capella.test.suite.notinui.ju-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.suite.notinui.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.test.run >------------- [INFO] Building org.polarsys.capella.test.run 1.4.2-SNAPSHOT [301/303] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.test.run --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (agent-for-ut) @ org.polarsys.capella.test.run --- [INFO] Skipping JaCoCo execution because 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.run --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.test.run --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.test.run --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.run --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/target/org.polarsys.capella.test.run-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.test.run --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/target/org.polarsys.capella.test.run-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.run --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.run --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/target/org.polarsys.capella.test.run-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.run --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/target/org.polarsys.capella.test.run-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/target/org.polarsys.capella.test.run-1.4.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.run --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/target/org.polarsys.capella.test.run-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.run --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.test.feature >----------- [INFO] Building org.polarsys.capella.test.feature 1.4.2-SNAPSHOT [302/303] [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.4.x/tests/features/org.polarsys.capella.test.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.test.feature --- [INFO] The project's OSGi version is 1.4.2.202010140825 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.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.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.test.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/features/org.polarsys.capella.test.feature/target/org.polarsys.capella.test.feature-1.4.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/features/org.polarsys.capella.test.feature/target/org.polarsys.capella.test.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/features/org.polarsys.capella.test.feature/target/org.polarsys.capella.test.feature-1.4.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/features/org.polarsys.capella.test.feature/target/org.polarsys.capella.test.feature-1.4.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.test.site >------------- [INFO] Building org.polarsys.capella.test.site 1.4.2-SNAPSHOT [303/303] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.test.site --- [INFO] The project's OSGi version is 1.4.2.202010140825 [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.4.x/releng/plugins/org.polarsys.capella.test.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.test.site --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.polarsys.capella.test.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.test.site/target/org.polarsys.capella.test.site-1.4.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.polarsys.capella.test.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (archive-repository) @ org.polarsys.capella.test.site --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.test.site/target/org.polarsys.capella.test.site-1.4.2.202010140825.zip [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.polarsys.capella.test.site --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] -----------------< org.polarsys:org.polarsys.capella >------------------ [INFO] Building Capella 1.4.2-SNAPSHOT [304/303] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sonar-maven-plugin:3.7.0.1746:sonar (default-cli) @ org.polarsys.capella --- [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.0.0 [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.samples:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/samples/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.core.gen.edit/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.re.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.gen.edit/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries.gen.edit/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.data.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.feature/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.doc.plugins:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.massactions.feature/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/common/features/org.polarsys.capella.common.ui.feature/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.features:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.common.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.editor:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.editor/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.common.ui.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.properties.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.ui.intro:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.ui.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.validation.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.transfo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.dashboard.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.ui.wizards.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.re.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.libraries.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.migration.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.compare.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.patterns.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/features/org.polarsys.capella.patterns.feature/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.developer.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.developer.doc/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.diagrams.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.diffmerge.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.viewpoint.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.patterns.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.patterns.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.preferences.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.properties.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.re.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.transitions.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.ui.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.glossary.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.validation.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.th.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.tipsandtricks.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.git.doc:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.doc.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/doc/features/org.polarsys.capella.doc.feature/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.ui.transfo.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.git.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.mylyn.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.advance.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.properties.richtext.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.viatra.common.data.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.viatra.common.re.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.viatra.core.data.gen:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.viatra.core.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/viatra/features/org.polarsys.capella.viatra.core.feature/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.cdo.features:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/features/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.cdo.mock.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.rcp:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.rcp.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.rcp.feature/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.rcp.product:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.product/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.rcp.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.rcp.site/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.extension.migration.egf:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.extension.migration.egf/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.common.tig.egf:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.common.tig.egf/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.egf:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.egf/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.postgeneration.egf:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.postgeneration.egf/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.releng:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.core.releng/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.core.egf.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/features/org.polarsys.capella.core.egf.feature/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.egf.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.egf.site/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.tests.plugins:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.framework:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.diagram.common.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.diagram.layout.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.diagram.tools.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.benchmarks.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.business.queries.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.commandline.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.diagram.filters.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.diagram.misc.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.doc.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.explorer.activity.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.fastlinker.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.model.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.validation.rules.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.platform.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.recrpl.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.transition.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.fragmentation:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.library.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.massactions.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.migration.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.navigator.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.odesign:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.progressmonitoring.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.re.updateconnections.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.richtext.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.semantic.queries.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.table:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.suites.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.projection.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.inui.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.local.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.run:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.feature:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/tests/features/org.polarsys.capella.test.feature/pom.xml skipped by property 'sonar.skip' [INFO] Module MavenProject: org.polarsys:org.polarsys.capella.test.site:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins/org.polarsys.capella.test.site/pom.xml skipped by property 'sonar.skip' [INFO] Default locale: "en_US", source code encoding: "UTF-8" [INFO] Load global settings [INFO] Load global settings (done) | time=634ms [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] User cache: /home/jenkins/.sonar/cache [INFO] Load/download plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=140ms [INFO] Load/download plugins (done) | time=42189ms [INFO] Loaded core extensions: developer-scanner [INFO] JavaScript/TypeScript frontend is enabled [WARNING] The version of Java (1.8.0_202) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11. [INFO] Process project properties [INFO] Execute project builders [INFO] Execute project builders (done) | time=3ms [INFO] Project key: eclipse_capella [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x [INFO] Working dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/target/sonar [INFO] Load project settings for component key: 'eclipse_capella' [INFO] Load project settings for component key: 'eclipse_capella' (done) | time=235ms [INFO] Found an active CI vendor: 'Jenkins' [INFO] Load project branches [INFO] Load project branches (done) | time=121ms [INFO] Check ALM binding of project 'eclipse_capella' [INFO] Detected project binding: BOUND [INFO] Check ALM binding of project 'eclipse_capella' (done) | time=104ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=217ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=1ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=156ms [INFO] Load active rules [INFO] Load active rules (done) | time=3329ms [INFO] Organization key: eclipse [INFO] Branch name: v1.4.x, type: long living [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.eclipse.emf.diffmerge.patterns.core.gen.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.core.gen.cdo [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.eclipse.emf.diffmerge.patterns.support.gen.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.support.gen.cdo [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.eclipse.emf.diffmerge.patterns.templates.gen.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.eclipse.emf.diffmerge.patterns.templates.gen.cdo [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.data.activity.gen.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.data.behavior.gen.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.data.core.gen.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.libraries.gen.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.re.gen.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.gen.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.kitalpha.ad.metadata.model.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.kitalpha.emde.model.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.kitalpha.patterns.emde.gen.cdo' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins/org.polarsys.kitalpha.patterns.emde.gen.cdo [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.cdo.plugins' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/cdo/plugins [INFO] Source paths: pom.xml [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.mdsofa.common' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common [INFO] Source paths: pom.xml, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.data.helpers' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.helpers [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.ef' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ef [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.flexibility.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.flexibility.wizards' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.wizards [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.helpers' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.helpers [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.id.handler' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.id.handler [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.libraries' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.linkedtext.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.linkedtext.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.menu.dynamic' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.menu.dynamic [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.model' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.model.helpers' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model.helpers [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.platform.eclipse.tools.report.console' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.platform.eclipse.tools.report.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.platform.sirius.customization' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.platform.sirius.ted' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.queries' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.queries [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.re' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.re.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.tools.report' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.tools.report.appenders.console' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.tools.report.appenders.file' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.tools.report.appenders.reportlogview' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.tools.report.appenders.usage' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.tools.report.appenders.usage.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.tools.report.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.transition' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.transition [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.ui.massactions' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.ui.massactions.core' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.ui.menu.dynamic' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.ui.services' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.services [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.ui.toolkit' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.ui.toolkit.browser' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.shared.id.handler' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.shared.id.handler [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.plugins' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins [INFO] Source paths: pom.xml [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.common.ui.resources' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.common.ui.resources [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.af.integration' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.af.integration.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.application' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.application [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.commandline.core' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.commandline.core.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.compare' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.compare [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.business.queries' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.business.queries [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.common.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.common.ui.quickfix' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.common.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.core.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.core.ui.quickfix' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.core.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.cs.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.cs.ui.quickfix' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.cs.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.ctx.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.ctx.ui.quickfix' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.ctx.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.epbs.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.epbs.ui.quickfix' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.epbs.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.fa.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.fa.ui.quickfix' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.fa.ui.wizards' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.fa.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.gen.edit.decorators' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.helpers' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.helpers [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.information.communication.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.information.communication.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.information.datatype.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.information.datatype.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.information.datavalue.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.information.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.information.ui.quickfix' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.information.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.interaction.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.interaction.ui.quickfix' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.interaction.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.la.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.la.ui.quickfix' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.la.ui.wizards' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.la.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.menu.contributions' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.menu.contributions [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.migration' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.migration [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.modeller.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.modeller.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.oa.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.oa.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.pa.deployment.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.pa.deployment.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.pa.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.pa.ui.quickfix' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.pa.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.requirement.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.requirement.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.res.edit' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.res.edit [INFO] Source paths: pom.xml [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.res.editor' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.res.editor [INFO] Source paths: pom.xml [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.selection.queries' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.selection.queries [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.data.sharedmodel.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.diagram.helpers' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.diagram.helpers [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.explorer.activity.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.explorer.activity.ui.richtext' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.flexibility.wizards' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.flexibility.wizards [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.libraries' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.libraries.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.linkedtext.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.linkedtext.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.menu.dynamic' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.menu.dynamic [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.model.detachement' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.detachement [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.model.handler' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.handler [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.model.helpers' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.helpers [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.model.links.helpers' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.links.helpers [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.model.obfuscator' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.obfuscator [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.model.preferences' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.preferences [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.model.semantic' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.semantic [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.model.skeleton' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.skeleton [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.platform.eclipse.ui.trace' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.platform.sirius.adapter' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.platform.sirius.clipboard' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.platform.sirius.sirius.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.platform.sirius.ui.actions' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.platform.sirius.ui.menu' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.platform.sirius.ui.navigator' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.platform.sirius.ui.perspective' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.platform.sirius.ui.project' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.platform.sirius.ui.services' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.preferences' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.preferences.project.configuration' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.projection.common' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.projection.common.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.projection.exchanges' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.exchanges [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.projection.interfaces' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.interfaces [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.projection.scenario' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.scenario [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.re' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.re.project' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.project [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.re.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.re.ui.quickfix' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.re.updateconnections.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.re.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.semantic.queries' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.semantic.queries [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.services' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.services [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.sirius.analysis' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.analysis [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.sirius.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.tiger' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.tiger [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.transition.common.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.common.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.transition.diagram' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.transition.diagram.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.transition.system' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.transition.system.topdown' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.transition.system.topdown.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.transition.system.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.ui.fastlinker' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.fastlinker [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.ui.metric' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.metric [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.ui.properties' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.ui.properties.descriptions' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.ui.properties.richtext' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.ui.reportlog' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.reportlog [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.ui.resources' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.resources [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.ui.search' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.search [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.ui.semantic.browser' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.ui.semantic.browser.sirius' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.ui.toolkit' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.toolkit [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.validation' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.validation.commandline' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.commandline [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.validation.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.validation.ui.ide' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui.ide [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.ui.views' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.ui.views [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.plugins' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins [INFO] Source paths: pom.xml [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.core.releng.plugins' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/releng/plugins [INFO] Source paths: pom.xml [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.detachment.propertyvalue' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue [INFO] Source paths: pom.xml, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.detachment.version.precondition' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition [INFO] Source paths: pom.xml, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.patterns' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns [INFO] Source paths: pom.xml, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.patterns.migration' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.migration [INFO] Source paths: pom.xml, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.patterns.obfuscator' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator [INFO] Source paths: pom.xml, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'org.polarsys.capella.patterns.ui' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.ui [INFO] Source paths: pom.xml, src [INFO] Excluded sources for coverage: ** [INFO] Indexing files of module 'Capella' [INFO] Base dir: /home/jenkins/agent/workspace/capella-product_v1.4.x [INFO] Source paths: pom.xml [INFO] Excluded sources for coverage: ** [INFO] 6080 files indexed [INFO] 171 files ignored because of scm ignore settings [INFO] Quality profile for java: Sonar way [INFO] Quality profile for xml: Sonar way [INFO] ------------- Run sensors on module org.polarsys.capella.patterns [INFO] JavaScript/TypeScript frontend is enabled [INFO] Load metrics repository [INFO] Load metrics repository (done) | time=108ms [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=10ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=3ms [INFO] Java Main Files AST scan [INFO] 19 source files to be analyzed [INFO] Load project repositories [INFO] Load project repositories (done) | time=524ms [INFO] 19/19 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=7545ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=7666ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=120ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=3ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=65ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.libraries [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=769ms [INFO] Java Test Files AST scan [INFO] 13/13 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=775ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.libraries/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.linkedtext.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 11 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1349ms [INFO] 11/11 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1356ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.ui.toolkit.browser [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=24ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 25 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1940ms [INFO] Java Test Files AST scan [INFO] 25/25 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1967ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.model.helpers [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=0ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 5 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=148ms [INFO] 5/5 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=152ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model.helpers/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.shared.id.handler [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 7 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=242ms [INFO] Java Test Files AST scan [INFO] 7/7 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=246ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.shared.id.handler/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.ui.massactions [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 11 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=981ms [INFO] Java Test Files AST scan [INFO] 11/11 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=988ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.tools.report.appenders.reportlogview [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 42 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3742ms [INFO] Java Test Files AST scan [INFO] 42/42 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=3747ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.ui.toolkit [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 16 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1602ms [INFO] Java Test Files AST scan [INFO] 16/16 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1607ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.toolkit/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.tools.report [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 20 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1014ms [INFO] Java Test Files AST scan [INFO] 20/20 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1019ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 84 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=4873ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=4878ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui/target/surefire-reports] [INFO] 0/0 source files have been analyzed [INFO] 0/0 source files have been analyzed [INFO] 84/84 source files have been analyzed [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.data.helpers [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=0ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 16 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=726ms [INFO] 16/16 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=731ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.data.helpers/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.queries [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 27 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1651ms [INFO] 27/27 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1672ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.queries/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.platform.eclipse.tools.report.console [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=125ms [INFO] 2/2 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=129ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.tools.report.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=284ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=289ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.ef [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 14 source files to be analyzed [INFO] 14/14 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=920ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=958ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ef/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.re.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 49 source files to be analyzed [INFO] 49/49 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=3436ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=3443ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.tools.report.appenders.usage [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 9 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=522ms [INFO] Java Test Files AST scan [INFO] 9/9 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=528ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.ui.menu.dynamic [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 6 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=296ms [INFO] Java Test Files AST scan [INFO] 6/6 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=301ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.helpers [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 14 source files to be analyzed [INFO] 14/14 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=710ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=715ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.helpers/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.platform.sirius.customization [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=280ms [INFO] Java Test Files AST scan [INFO] 3/3 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=286ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.flexibility.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=0ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 30 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1529ms [INFO] 30/30 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1532ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.menu.dynamic [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 6 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=286ms [INFO] Java Test Files AST scan [INFO] 6/6 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=291ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.menu.dynamic/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.platform.sirius.ted [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=587ms [INFO] 13/13 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=591ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.tools.report.appenders.file [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=0ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=92ms [INFO] Java Test Files AST scan [INFO] 2/2 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=97ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.tools.report.appenders.usage.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=149ms [INFO] 3/3 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=154ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.ui.massactions.core [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 30 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2150ms [INFO] 30/30 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2157ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.transition [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 137 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=9388ms [INFO] Java Test Files AST scan [INFO] 137/137 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=9394ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.transition/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.id.handler [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=0ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=83ms [INFO] Java Test Files AST scan [INFO] 2/2 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=88ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.id.handler/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.model [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 11 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=583ms [INFO] Java Test Files AST scan [INFO] 11/11 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=586ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.model/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.ui.services [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 6 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=241ms [INFO] Java Test Files AST scan [INFO] 6/6 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=245ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.ui.services/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 39 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2366ms [INFO] Java Test Files AST scan [INFO] 39/39 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2369ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.flexibility.wizards [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 58 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3863ms [INFO] Java Test Files AST scan [INFO] 58/58 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=3869ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.re [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 135 source files to be analyzed [INFO] 135/135 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=9752ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=9757ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.re/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.tools.report.appenders.console [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=137ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=140ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.platform.eclipse.tools.report.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=168ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=171ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.plugins [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=22ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.releng.plugins [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=21ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.patterns.migration [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 8 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=574ms [INFO] Java Test Files AST scan [INFO] 8/8 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=580ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.migration/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=12ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.data.activity.gen.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.re.gen.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.eclipse.emf.diffmerge.patterns.core.gen.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.emde.model.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.data.behavior.gen.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.ad.metadata.model.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.kitalpha.patterns.emde.gen.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.data.core.gen.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.eclipse.emf.diffmerge.patterns.templates.gen.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.libraries.gen.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.gen.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.eclipse.emf.diffmerge.patterns.support.gen.cdo [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdo.plugins [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=6ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.patterns.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 5 source files to be analyzed [INFO] 5/5 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=427ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=452ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=7ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.mdsofa.common [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=0ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 16 source files to be analyzed [INFO] 16/16 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=891ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=894ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=14ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.requirement.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=836ms [INFO] Java Test Files AST scan [INFO] 13/13 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=842ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.preferences [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 87 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=6477ms [INFO] 87/87 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=6498ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.af.integration [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 8 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=466ms [INFO] Java Test Files AST scan [INFO] 8/8 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=471ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.common.ui.resources [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=188ms [INFO] Java Test Files AST scan [INFO] 3/3 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=194ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.common.ui.resources/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.pa.deployment.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=116ms [INFO] Java Test Files AST scan [INFO] 2/2 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=122ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.model.skeleton [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=862ms [INFO] Java Test Files AST scan [INFO] 13/13 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=868ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.skeleton/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.res.edit [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=16ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=2ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.model.preferences [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 12 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1219ms [INFO] Java Test Files AST scan [INFO] 12/12 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1224ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.preferences/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.common.ui.quickfix [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 5 source files to be analyzed [INFO] 5/5 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=424ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=431ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.la.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 17 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1082ms [INFO] Java Test Files AST scan [INFO] 17/17 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1087ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.services [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 4 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=158ms [INFO] Java Test Files AST scan [INFO] 4/4 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=164ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.services/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.transition.diagram [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 18 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3178ms [INFO] Java Test Files AST scan [INFO] 18/18 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=3184ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.platform.sirius.ui.project [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 23 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2010ms [INFO] Java Test Files AST scan [INFO] 23/23 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2016ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.ui.search [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 40 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3811ms [INFO] Java Test Files AST scan [INFO] 40/40 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=3817ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.search/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.transition.system.topdown.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 25 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1503ms [INFO] Java Test Files AST scan [INFO] 25/25 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1510ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.platform.sirius.ui.perspective [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 15 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1265ms [INFO] Java Test Files AST scan [INFO] 15/15 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=1270ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.re.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 12 source files to be analyzed [INFO] 12/12 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=997ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1002ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.ui.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 91 source files to be analyzed [INFO] 91/91 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=6073ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=6079ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.core.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 41 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2326ms [INFO] Java Test Files AST scan [INFO] 41/41 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2332ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 21 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1032ms [INFO] Java Test Files AST scan [INFO] 21/21 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1037ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.projection.common.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 1 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=74ms [INFO] Java Test Files AST scan [INFO] 1/1 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=79ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.common.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 19 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1466ms [INFO] Java Test Files AST scan [INFO] 19/19 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1472ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.gen.edit.decorators [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 49 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2701ms [INFO] Java Test Files AST scan [INFO] 49/49 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=2706ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.validation.commandline [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 6 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=504ms [INFO] Java Test Files AST scan [INFO] 6/6 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=510ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.commandline/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.information.datatype.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 5 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=409ms [INFO] Java Test Files AST scan [INFO] 5/5 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=415ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.information.datavalue.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 28 source files to be analyzed [INFO] 28/28 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=2167ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2173ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.ui.resources [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=93ms [INFO] Java Test Files AST scan [INFO] 2/2 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=98ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.resources/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.sharedmodel.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=159ms [INFO] 3/3 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=163ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.ui.properties.richtext [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 19 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1371ms [INFO] 19/19 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1377ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.ui.semantic.browser [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 21 source files to be analyzed [INFO] 21/21 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=1509ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1515ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.transition.system [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 136 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=8097ms [INFO] Java Test Files AST scan [INFO] 136/136 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=8102ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.epbs.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 11 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=706ms [INFO] Java Test Files AST scan [INFO] 11/11 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=711ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.diagram.helpers [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1584ms [INFO] Java Test Files AST scan [INFO] 13/13 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1589ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.diagram.helpers/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.interaction.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 32 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2505ms [INFO] Java Test Files AST scan [INFO] 32/32 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2510ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.projection.exchanges [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 18 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1653ms [INFO] Java Test Files AST scan [INFO] 18/18 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1659ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.exchanges/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.fa.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 74 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=5062ms [INFO] Java Test Files AST scan [INFO] 74/74 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=5067ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.model.semantic [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 11 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=805ms [INFO] Java Test Files AST scan [INFO] 11/11 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=810ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.semantic/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.projection.interfaces [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 29 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2318ms [INFO] Java Test Files AST scan [INFO] 29/29 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2323ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.interfaces/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.transition.common.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 14 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1023ms [INFO] Java Test Files AST scan [INFO] 14/14 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=1058ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.common.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.compare [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 10 source files to be analyzed [INFO] 10/10 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=810ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=815ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.compare/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.ctx.ui.quickfix [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=140ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=146ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.menu.dynamic [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 8 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=624ms [INFO] Java Test Files AST scan [INFO] 8/8 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=629ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.menu.dynamic/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.model.helpers [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 173 source files to be analyzed [INFO] 81/173 files analyzed, current file: core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaModelDataListenerForDataPkg.java [INFO] Java Main Files AST scan (done) | time=18762ms [INFO] Java Test Files AST scan [INFO] 173/173 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=18766ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.helpers/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.information.datatype.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 17 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1098ms [INFO] Java Test Files AST scan [INFO] 17/17 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=1104ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.model.handler [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 48 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3214ms [INFO] Java Test Files AST scan [INFO] 48/48 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=3218ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.handler/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.projection.scenario [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 73 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=5623ms [INFO] Java Test Files AST scan [INFO] 73/73 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=5629ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.scenario/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.model.detachement [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 5 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=460ms [INFO] Java Test Files AST scan [INFO] 5/5 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=466ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.detachement/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.information.communication.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 4 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=230ms [INFO] Java Test Files AST scan [INFO] 4/4 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=235ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.tiger [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 20 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2479ms [INFO] Java Test Files AST scan [INFO] 20/20 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2483ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.tiger/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.platform.eclipse.ui.trace [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 34 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2116ms [INFO] Java Test Files AST scan [INFO] 34/34 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=2122ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.re.updateconnections.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 18 source files to be analyzed [INFO] 18/18 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=2660ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2666ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.linkedtext.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 6 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=332ms [INFO] Java Test Files AST scan [INFO] 6/6 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=337ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.common.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 37 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2219ms [INFO] Java Test Files AST scan [INFO] 37/37 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=2224ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.common.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.libraries [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 26 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1871ms [INFO] Java Test Files AST scan [INFO] 26/26 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1876ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.ui.metric [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 22 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2036ms [INFO] Java Test Files AST scan [INFO] 22/22 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2042ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.metric/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.validation.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 11 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=800ms [INFO] Java Test Files AST scan [INFO] 11/11 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=806ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.re [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 56 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3354ms [INFO] 56/56 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=3359ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.cs.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 34 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2156ms [INFO] Java Test Files AST scan [INFO] 34/34 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2161ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.menu.contributions [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 126 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=6357ms [INFO] Java Test Files AST scan [INFO] 126/126 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=6362ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.information.communication.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 11 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=650ms [INFO] Java Test Files AST scan [INFO] 11/11 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=655ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.information.ui.quickfix [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 19 source files to be analyzed [INFO] 19/19 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=1245ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=1251ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.commandline.core [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 15 source files to be analyzed [INFO] 15/15 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=950ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=955ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.core.ui.quickfix [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1018ms [INFO] Java Test Files AST scan [INFO] 13/13 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1024ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.platform.sirius.ui.services [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=144ms [INFO] Java Test Files AST scan [INFO] 2/2 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=149ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.transition.system.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 5 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=360ms [INFO] 5/5 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=366ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.flexibility.wizards [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=188ms [INFO] Java Test Files AST scan [INFO] 3/3 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=193ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.commandline.core.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 5 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=445ms [INFO] Java Test Files AST scan [INFO] 5/5 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=451ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.information.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 49 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3147ms [INFO] 49/49 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=3153ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.transition.system.topdown [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 113 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=7092ms [INFO] 113/113 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=7097ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.preferences.project.configuration [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=935ms [INFO] Java Test Files AST scan [INFO] 13/13 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=940ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.interaction.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 71 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=5879ms [INFO] Java Test Files AST scan [INFO] 71/71 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=5884ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.validation.ui.ide [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 18 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1400ms [INFO] Java Test Files AST scan [INFO] 18/18 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1406ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.explorer.activity.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 113 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=6761ms [INFO] Java Test Files AST scan [INFO] 113/113 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=6767ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.transition.diagram.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 4 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=295ms [INFO] Java Test Files AST scan [INFO] 4/4 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=301ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.ui.reportlog [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 7 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=425ms [INFO] 7/7 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=431ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.reportlog/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.business.queries [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 867 source files to be analyzed [WARNING] Invalid character encountered in file /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_NumericValue_Unit.java at line 50 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'. [INFO] 152/867 files analyzed, current file: core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalComponent_UsedInterfaces__Lib.java [INFO] 329/867 files analyzed, current file: core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_Mode_AvailableInStates.java [INFO] 500/867 files analyzed, current file: core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/GeneratePluginHelper.java [INFO] 688/867 files analyzed, current file: core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/AbstractState_Activities.java [INFO] 836/867 files analyzed, current file: core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetAvailable_SequenceMessage_InvokedOperation.java [INFO] Java Main Files AST scan (done) | time=51951ms [INFO] Java Test Files AST scan [INFO] 867/867 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=51955ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.business.queries/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=3ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.platform.sirius.sirius.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 6 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=638ms [INFO] Java Test Files AST scan [INFO] 6/6 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=686ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.re.project [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 9 source files to be analyzed [INFO] 9/9 source files have been analyzed [INFO] Java Main Files AST scan (done) | time=1372ms [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=1378ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.project/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.sirius.analysis [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 222 source files to be analyzed [INFO] 24/222 files analyzed, current file: core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/FaServices.java [INFO] 79/222 files analyzed, current file: core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/InteractionServices.java [INFO] 198/222 files analyzed, current file: core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/IShowHide.java [INFO] Java Main Files AST scan (done) | time=35380ms [INFO] Java Test Files AST scan [INFO] 222/222 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=35385ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.analysis/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.ui.semantic.browser.sirius [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 9 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=639ms [INFO] Java Test Files AST scan [INFO] 9/9 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=646ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.re.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=879ms [INFO] 13/13 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=885ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.re.ui.quickfix [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 6 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=354ms [INFO] Java Test Files AST scan [INFO] 6/6 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=360ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.ui.properties.descriptions [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 5 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=326ms [INFO] Java Test Files AST scan [INFO] 5/5 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=332ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.pa.deployment.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 9 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=462ms [INFO] Java Test Files AST scan [INFO] 9/9 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=467ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.la.ui.wizards [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 10 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1235ms [INFO] Java Test Files AST scan [INFO] 10/10 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=1240ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.res.editor [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=23ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=2ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.core.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 44 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3195ms [INFO] Java Test Files AST scan [INFO] 44/44 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=3200ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.core.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.selection.queries [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 9 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=502ms [INFO] Java Test Files AST scan [INFO] 9/9 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=508ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.selection.queries/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.ui.toolkit [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 42 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3015ms [INFO] Java Test Files AST scan [INFO] 42/42 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=3020ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.toolkit/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.explorer.activity.ui.richtext [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=243ms [INFO] Java Test Files AST scan [INFO] 3/3 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=250ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.epbs.ui.quickfix [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=131ms [INFO] Java Test Files AST scan [INFO] 2/2 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=136ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.la.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=699ms [INFO] Java Test Files AST scan [INFO] 13/13 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=705ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.migration [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 42 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3956ms [INFO] Java Test Files AST scan [INFO] 42/42 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=3962ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.migration/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.ui.fastlinker [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1651ms [INFO] 13/13 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1657ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.oa.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 34 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1751ms [INFO] Java Test Files AST scan [INFO] 34/34 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1757ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.model.obfuscator [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 9 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=849ms [INFO] Java Test Files AST scan [INFO] 9/9 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=855ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.obfuscator/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.fa.ui.quickfix [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 57 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3966ms [INFO] Java Test Files AST scan [INFO] 57/57 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=3972ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.libraries.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 24 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2190ms [INFO] 24/24 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2195ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.libraries.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.pa.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=699ms [INFO] 13/13 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=704ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.af.integration.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 5 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=345ms [INFO] Java Test Files AST scan [INFO] 5/5 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=368ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.af.integration.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.model.links.helpers [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 23 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1277ms [INFO] Java Test Files AST scan [INFO] 23/23 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=1283ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.model.links.helpers/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.application [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=62ms [INFO] Java Test Files AST scan [INFO] 2/2 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=66ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.application/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.cs.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 59 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3842ms [INFO] Java Test Files AST scan [INFO] 59/59 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=3847ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.helpers [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 245 source files to be analyzed [WARNING] Invalid character encountered in file /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/delegates/OperationalActivityHelper.java at line 122 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'. [INFO] 219/245 files analyzed, current file: core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionOutputPortHelper.java [INFO] Java Main Files AST scan (done) | time=11052ms [INFO] Java Test Files AST scan [INFO] 245/245 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=11056ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.helpers/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.la.ui.quickfix [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=218ms [INFO] Java Test Files AST scan [INFO] 3/3 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=223ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.semantic.queries [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 411 source files to be analyzed [INFO] 191/411 files analyzed, current file: core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPathInvolvedPhysicalPath.java [INFO] 387/411 files analyzed, current file: core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractFunctionInternalDataflows.java [INFO] Java Main Files AST scan (done) | time=21275ms [INFO] Java Test Files AST scan [INFO] 411/411 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=21281ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.semantic.queries/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=2ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.modeller.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 5 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=270ms [INFO] Java Test Files AST scan [INFO] 5/5 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=276ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.ctx.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 20 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1161ms [INFO] Java Test Files AST scan [INFO] 20/20 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1167ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.fa.properties [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 53 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=3244ms [INFO] Java Test Files AST scan [INFO] 53/53 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=3249ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.properties/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.sirius.ui [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 66 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=6031ms [INFO] Java Test Files AST scan [INFO] 66/66 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] Sensor JavaSquidSensor [java] (done) | time=6037ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.sirius.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.fa.ui.wizards [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 20 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1714ms [INFO] Java Test Files AST scan [INFO] 20/20 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1720ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.interaction.ui.quickfix [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 21 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1611ms [INFO] 21/21 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1617ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.platform.sirius.adapter [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=106ms [INFO] Java Test Files AST scan [INFO] 2/2 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=112ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.epbs.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 4 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=226ms [INFO] Java Test Files AST scan [INFO] 4/4 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=231ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.cs.ui.quickfix [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 28 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2001ms [INFO] Java Test Files AST scan [INFO] 28/28 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2007ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.ctx.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 20 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=1118ms [INFO] Java Test Files AST scan [INFO] 20/20 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=1123ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.platform.sirius.clipboard [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 37 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2611ms [INFO] Java Test Files AST scan [INFO] 37/37 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=2617ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.oa.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 6 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=547ms [INFO] Java Test Files AST scan [INFO] 6/6 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=552ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.oa.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.pa.ui.quickfix [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 15 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=951ms [INFO] Java Test Files AST scan [INFO] 15/15 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=18ms [INFO] Sensor JavaSquidSensor [java] (done) | time=975ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.pa.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 15 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=793ms [INFO] 15/15 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=798ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.pa.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.ui.views [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.data.information.validation [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 74 source files to be analyzed [WARNING] Invalid character encountered in file /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/information/CommunicationLinkForComponentIsDefinedInItsParent.java at line 31 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'. [INFO] Java Main Files AST scan (done) | time=4615ms [INFO] Java Test Files AST scan [INFO] 74/74 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=4637ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.data.information.validation/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.platform.sirius.ui.navigator [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 106 source files to be analyzed [WARNING] Invalid character encountered in file /home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/RenameResourceAction.java at line 796 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'. [INFO] Java Main Files AST scan (done) | time=8089ms [INFO] Java Test Files AST scan [INFO] 106/106 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=8095ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.platform.sirius.ui.menu [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 4 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=233ms [INFO] Java Test Files AST scan [INFO] 4/4 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=238ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.projection.common [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 38 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=2697ms [INFO] 38/38 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=2703ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.projection.common/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.platform.sirius.ui.actions [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=2ms [INFO] Java Main Files AST scan [INFO] 72 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=5051ms [INFO] Java Test Files AST scan [INFO] 72/72 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=1ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=5056ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] Sensor JavaXmlSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.core.plugins [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=22ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=8ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.detachment.version.precondition [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 3 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=200ms [INFO] Java Test Files AST scan [INFO] 3/3 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=204ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=10ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=2ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.patterns.obfuscator [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 2 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=148ms [INFO] Java Test Files AST scan [INFO] 2/2 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=1ms [INFO] Java Generated Files AST scan [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] Sensor JavaSquidSensor [java] (done) | time=154ms [INFO] 0/0 source files have been analyzed [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/patterns/plugins/org.polarsys.capella.patterns.obfuscator/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=14ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=2ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.detachment.propertyvalue [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor JavaSquidSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=2ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Java Main Files AST scan [INFO] 13 source files to be analyzed [INFO] Java Main Files AST scan (done) | time=966ms [INFO] 13/13 source files have been analyzed [INFO] Java Test Files AST scan [INFO] 0 source files to be analyzed [INFO] Java Test Files AST scan (done) | time=0ms [INFO] Java Generated Files AST scan [INFO] 0/0 source files have been analyzed [INFO] 0 source files to be analyzed [INFO] Java Generated Files AST scan (done) | time=0ms [INFO] 0/0 source files have been analyzed [INFO] Sensor JavaSquidSensor [java] (done) | time=971ms [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/capella-product_v1.4.x/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [WARNING] Property 'sonar.jacoco.itReportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=14ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=2ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] 1/1 source files have been analyzed [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] ------------- Run sensors on module Capella [INFO] JavaScript/TypeScript frontend is enabled [INFO] Sensor CSS Rules [cssfamily] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor JavaXmlSensor [java] [INFO] 1 source files to be analyzed [INFO] Sensor JavaXmlSensor [java] (done) | time=39ms [INFO] 1/1 source files have been analyzed [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source files to be analyzed [INFO] Sensor XML Sensor [xml] (done) | time=12ms [INFO] 1/1 source files have been analyzed [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor JavaSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/capella-product_v1.4.x/target/sonar/ucfg2/java [INFO] Read 10098 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/capella-product_v1.4.x/target/sonar/ucfg2/java [INFO] 08:59:47.867 Building Type propagation graph [INFO] 08:59:48.938 Running Tarjan on 178101 nodes [INFO] 08:59:49.107 Tarjan found 177051 components [INFO] 08:59:49.396 Variable type analysis: done [INFO] 08:59:49.399 Building Type propagation graph [INFO] 08:59:50.264 Running Tarjan on 176649 nodes [INFO] 08:59:50.525 Tarjan found 175649 components [INFO] 08:59:50.743 Variable type analysis: done [INFO] Analyzing 27477 ucfgs to detect vulnerabilities. [INFO] All rules entrypoints : 2 Retained UCFGs : 118 [INFO] rule: S5131, entrypoints: 0 [INFO] rule: S5131 done [INFO] rule: S3649, entrypoints: 0 [INFO] rule: S3649 done [INFO] rule: S2076, entrypoints: 0 [INFO] rule: S2076 done [INFO] rule: S2091, entrypoints: 0 [INFO] rule: S2091 done [INFO] rule: S2078, entrypoints: 0 [INFO] rule: S2078 done [INFO] rule: S2631, entrypoints: 0 [INFO] rule: S2631 done [INFO] rule: S5135, entrypoints: 0 [INFO] rule: S5135 done [INFO] rule: S2083, entrypoints: 2 [INFO] Running symbolic analysis [INFO] rule: S2083 done [INFO] rule: S5167, entrypoints: 0 [INFO] rule: S5167 done [INFO] rule: S5144, entrypoints: 0 [INFO] rule: S5144 done [INFO] rule: S5145, entrypoints: 1 [INFO] Running symbolic analysis [INFO] rule: S5145 done [INFO] rule: S5146, entrypoints: 0 [INFO] rule: S5146 done [INFO] rule: S5334, entrypoints: 0 [INFO] rule: S5334 done [INFO] Sensor JavaSecuritySensor [security] (done) | time=41525ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/capella-product_v1.4.x/target/ucfg_cs2 [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/capella-product_v1.4.x/target/ucfg_cs2 [INFO] No UCFGs have been included for analysis. [INFO] Sensor CSharpSecuritySensor [security] (done) | time=1ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/capella-product_v1.4.x/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/capella-product_v1.4.x/target/sonar/ucfg2/php [INFO] No UCFGs have been included for analysis. [INFO] Sensor PhpSecuritySensor [security] (done) | time=0ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/capella-product_v1.4.x/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/capella-product_v1.4.x/target/sonar/ucfg2/python [INFO] No UCFGs have been included for analysis. [INFO] Sensor PythonSecuritySensor [security] (done) | time=1ms [INFO] Sensor JsSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/capella-product_v1.4.x/target/sonar/ucfg2/js [INFO] Read 0 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/capella-product_v1.4.x/target/sonar/ucfg2/js [INFO] No UCFGs have been included for analysis. [INFO] Sensor JsSecuritySensor [security] (done) | time=0ms [INFO] ------------- Run sensors on project [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=0ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=2671ms [INFO] SCM Publisher SCM provider for this project is: git [INFO] SCM Publisher 5881 source files to be analyzed [WARNING] Shallow clone detected, no blame information will be provided. You can convert to non-shallow with 'git fetch --unshallow'. [INFO] SCM Publisher 0/5881 source files have been analyzed (done) | time=21ms [WARNING] Missing blame information for the following files: [WARNING] * core/plugins/org.polarsys.capella.common.ui.resources/src/org/polarsys/capella/common/ui/resources/prefs/ModelPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/Mode_Entry.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/properties/IProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/TransferTreeListDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/DataTypingHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnaryExpression_Unit.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/JoinPseudoStateSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Parameter_MinCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacore/EnumerationPropertyValueItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/EditExchangeItem.java [WARNING] * releng/cdo/plugins/pom.xml [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.ui/src/org/polarsys/capella/common/tools/report/ui/pref/CreateBaseComponentTable.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/PhysicalPort_AllocatedComponentPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/topdown/rules/Rule_Scenario.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/org/polarsys/capella/core/data/information/communication/properties/sections/ExceptionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/ExchangeItemItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/CloseSessionAction.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/org/polarsys/capella/common/tools/report/appenders/usage/ui/UsageAppenderUIPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/move/SendToTransferViewHandler.java [WARNING] * common/plugins/org.polarsys.capella.shared.id.handler/src/org/polarsys/capella/shared/id/handler/XMLResourceIdHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractTypeAbstractTypedElement.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualMissionRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/BooleanPropertyValueSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalActivity_OutgoingInteractions.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/attachment/TopDownAttachmentHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnionProperty_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/oa/OperationalCapability_InheritedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/copyformat/CapellaTraceabilityFormatDataKey.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_Interface_ExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacore/NamingRuleItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/EmbeddedMessageRenderer.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/data/ValidLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalComponent_RealizedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/DataFlowBlankRefreshExtensionProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/WrongCapellaVersionException.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/AbstractPhysicalLinkEndHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/org/polarsys/capella/core/data/information/communication/properties/fields/CommunicationLinkKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/pa/provider/PaItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/messages/CoreQuickFixMessages.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/viewers/CapellaElementGeneralViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractTypeExchangeItemElements.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/impl/TransfoRuleLoader.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/property/PropertyValueProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/result/providers/content/SearchResultContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/StateTransitionTrigger.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.properties/src/org/polarsys/capella/core/data/epbs/properties/fields/ConfigurationItemIdGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellamodeller/SystemEngineeringPkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.properties/src/org/polarsys/capella/core/data/epbs/properties/fields/ConfigurationItemKindGroup.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/category/CategoryRegistry.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Property_MinValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/information/datavalue/provider/DatavalueItemProviderDecoratorAdapterFactory.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/services/helper/ViewerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/part/Part_AccessibleType.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/DFScenarioServices.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/CompositionMultipleSemanticField.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/DataTypeExt.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/ScenarioTransform.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Parameter_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/controllers/EnumerationLiteralController.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/ProjectionEngine.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/sections/DescriptionPropertySection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/fields/OrientationPortKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/handlers/TransformLiteralNumericalValueHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/RenameRepresentationAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_Capability_InheritedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapabilityRealization_RealizedCapabilityRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainInvolvementFunctionIncomingInvolvementLinks.java [WARNING] * common/plugins/org.polarsys.capella.common.model/src/org/polarsys/capella/common/bundle/FeatureHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions/src/org/polarsys/capella/common/ui/massactions/shared/menu/AbstractSendToMenuContributionItem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Property_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/rules/fa/AbstractFunctionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/ComplexValueItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ReferenceHierarchyContextTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/sirius/annotation/eoi/ElementToRepresentation.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/copyformat/ReplicableElementFormatDataKey.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/PerspectivePreferences.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/queries/CatalogElementRelatedReplicas.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/ext/CapellaDeleteOperationProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.model/src/org/polarsys/capella/common/lib/IdGenerator.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/log/LogHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/data/convert/SemanticBrowserDisplayConverter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/StructureSection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/constants/IFilterNameConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/AllocateExchangeItemCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_CapabilityRealization_InvolvedFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsTraceTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/interaction/CapabilityRealizationInvolvementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceLinkCondition.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacore/IntegerPropertyValueItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DWF_DC_14_EditResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeAllocatingOperationalActor.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/ColorManager.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ComponentFunctionalAllocationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/OpenSessionAction.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/quickfix/CapellaElementGoToResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/association/MDCHK_Association_Unnaming.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/union/MDCHK_Union_QualifierCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DCOM_21_RemoveUnusedExchangeItemsResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Union_DefaultProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/delete/CapellaDeleteExternalAction.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/CapellaSearchConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/cs/provider/PartItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericValueReference_Unit.java [WARNING] * core/plugins/org.polarsys.capella.core.model.obfuscator/src/org/polarsys/capella/core/model/obfuscator/actions/Messages.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/helper/StringHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/PhysicalSystem_RealizedLogicalSystem.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/org/polarsys/capella/common/tools/report/appenders/usage/util/UsageMonitoring.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/port/MDCHK_Port_PortRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/UnionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/org/polarsys/capella/core/ui/semantic/browser/sirius/handlers/SemanticBrowserSetSelectionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessageInvokedCommunicationMean.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentPort_MinCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/CleanReferenceElementResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/property/BusinessQueryProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewBlankFunctionalDataflowDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/CapellaSearchSettingsHistory.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/ModelCreationHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/activity/ActivityHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalComponent_UsedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/capability/MDCHK_Capability_Generalization_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericType_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChain_owningFunction.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/SiriusViewConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/PhysicalPathReferenceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/TraceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/resolver/I_34_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/command/SetComponentPortOrientation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Enumeration_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchangeRealizedFunctionalExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/controllers/ValuePartController.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/PropertyValueTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/ConstraintReferenceGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/sections/SystemFunctionalRequirementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/ReferenceTableField.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/activities/InitializeDiffMergeActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewFunctionalBreakdownDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/internal/NavigateBackHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/RotativeDNode4EditPart.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Union_DiscriminantType.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/wizards/ICustomWizardHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/StringReference_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPathInvolvmentPhysicalComp.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/Mission_ExploitedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_PhysicalPort_RealizedPhysicalPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/ShowInDiagramAction.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaModelDataListenerForAbstractStates.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/EntityPartRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/DomainElementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Generic_ReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/policies/merge/CapellaMergePolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/CreateExchangeItemAllocationCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/capellamodeller/validation/InterModelInconsistencyValidationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/capellamodeller/provider/SystemEngineeringItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.re.validation/src/org/polarsys/capella/core/re/validation/design/consistency/DCON_06_RecRplWithoutRpl.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/DefaultLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/interaction/EntityCapabilityInvolvementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewComponentBreakdownDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Function_internalOutgoingDataflows.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetCurrent_CapellaElement_Status.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/PaQuickFixActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/preferences/CapellaPropertiesPage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_StringType_NullValue__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetCurrent_EnumerationPropertyValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/PartExt.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/handlers/ChildrenScopeHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/TransferTreeViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/FunctionalExchange_Delegation.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/utils/saxparser/IConstantValidation.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.ui/src/org/polarsys/capella/patterns/ui/semanticBrowserAddition/actions/ShowHidePatternInstances.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/State_OwnedStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Enumeration_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/connection/ME01G_Connection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/association/MDCHK_Association_PropertyAggregationKind.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/MainWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/pre/condition/IFileModificationPreconditionChecker.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_InitialPseudoState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.ui/src/org/polarsys/capella/core/transition/system/ui/dialog/ProjectSelectionDialog.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.ui/src/org/polarsys/capella/patterns/ui/PatternsUIPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/InteractionUse_ReferencedScenario.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractStateRealizedMode.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/CatalogElementLinkSuffixProperty.java [WARNING] * common/plugins/org.polarsys.capella.common.model/src/org/polarsys/capella/common/model/label/LabelRetriever.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/CopyHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellamodeller/GetAvailable_SystemEngineering_ReusedSharedPkg.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/renderers/UneditReTextRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetCurrent_Entity_AllocatedActivities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/Capability_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/PasteCommandHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/capellamodeller/validation/SingletonModeWithEnds.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/property/EAdaptableFeatureProperty.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/org/polarsys/capella/detachment/version/precondition/impl/VersionChecker.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DeleteComponentExchagne.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/session/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Capability_includingCapabilities.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/create/properties/MergeTargetScopeProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapabilityAvailableInState.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/ViewCapellaModelWizardDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewContextualSystemActorsDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/capellamodeller/validation/PkgDependenciesCycleValidationRule.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/debug/DefaultPrinter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/InteractionAspectService.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/interaction/AbstractCapabilityRule.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/intermodelInconsistencyDetection/DependencyChecker.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/FunctionalChain_AvailableInStatesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Parameter_MaxCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/traceability/TraceabilityByLinksHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionalExchange_Categories.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/post/commit/listener/ProxyResolutionResourceSetListener.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/properties/LibraryManagerModel.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/FastLinkerState.java [WARNING] * common/plugins/org.polarsys.capella.shared.id.handler/src/org/polarsys/capella/shared/id/handler/IdHandlerPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/interaction/EventItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Capability_scenarios.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/visualize/table/CapellaMVConfiguration.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/DeleteReplicaPreserveRelatedElementsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/preferences/TitleBlockPreferencesInitializer.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/application/CommonArgumentsConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/fa/provider/ComponentPortItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionOutputPort_ProvidedInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/generator/DWF_DS_20_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/rule/AbstractDelegatedModelConstraint.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/PortRealizationPropagationCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/CapabilityRealizationBlankRefreshExtension.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/edit/editor/many/ManyRefCellEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentExchange_RealizedComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/DWF_DC_24_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/AbstractCapability_AvailableInStatesController.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/drop/DiagramDropAdapterAssistant.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/schema/IPropertyContext.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/PreviousInterfacesForUseFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/configuration/project/ProjectWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_History_Transition.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/generator/DWF_DS_21_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/MessagePkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/GateSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentPort_RealizedComponentPort.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessageInvokedComponentExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/UnionPropertySection.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/preferences/transferer/PreferenceProjectSelectionDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.re.validation/src/org/polarsys/capella/core/re/validation/design/consistency/DCON_04_RplWithoutRec.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_CapabilityRealization_InheritedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/ExchangeItemHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/launcher/CreateReplicaLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacommon/delegates/StateHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponenExchangeRealizedCommunicationMean.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/IViewerStyle.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/CollectionValueReferenceSection.java [WARNING] * common/plugins/org.polarsys.capella.common.menu.dynamic/src/org/polarsys/capella/common/menu/dynamic/contributions/ActionContributionProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/content/provider/impl/ReferencedElementCP.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/Part_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/dialogs/EIAllocationTreeViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.modeller.properties/src/org/polarsys/capella/core/data/modeller/properties/ModellerPropertiesPlugin.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/ExtendedTransposer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/epbs/GetAvailable_ConfigurationItem_RealizedPhysicalArtifacts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalComponent_InvolvingCapabilityRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/connection/DirectComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPort_outgoingInformationFlows.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/ChangeEventSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsCapabilityExploitationSource.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideService.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_AbstractFunctionalBlock_AllocatedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/BinaryExpressionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/PhysicalPath_AllocatedComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_InterfaceImpl_ImplementedInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/internal/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/policies/TabbedPropertiesEditPolicyProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/BlockArchitectureHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/ToolkitPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewStateModeFunctionsMatrixAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/preferences/DeletePropertiesPage.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/la/LogicalComponentPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/logicalComponent/LogicalSystem_RealizedSystemSystem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/GenerateInterfacesResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/CapellaCopyToClipboardCommand.java [WARNING] * common/plugins/org.polarsys.capella.common.linkedtext.ui/src/org/polarsys/capella/common/linkedtext/ui/LinkedTextDocument.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/MessageExt.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeDefaultLevelIncomingInteraction.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/transformation/TigerTransformationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/BooleanReference_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetCurrent_Role_AllocatedActivities.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/OutputConfiguration.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/topdown/FS2FSTransform.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/generator/DWF_DF_20_Resolutions.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_ChangeEvent_Expression.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/connection/ComponentExchagneWithmOutPortOnNodePC.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/launcher/TransitionLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Interface_userComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/topdown/rules/Rule_Execution.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/EObjectLabelProviderHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/org/polarsys/capella/core/data/information/communication/CommunicationLinkProtocolRule.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/UpdateFECategoriesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/CompositeStructureHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datatype/StringTypeRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/viewers/TableDelegatedViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/epbs/GetAvailable_ConfigurationItem_UsedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/ExchangeItemAllocationOnPortsCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/FunctionalAnalysisHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/sections/LogicalArchitectureRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/FinalState_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/org/polarsys/capella/core/data/information/datatype/validation/DatatypePattern.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/UnnamedElement.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/CollectionValueReferenceItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.model.detachement/src/org/polarsys/capella/core/model/detachement/CapellaLibrariesScrutinize.java [WARNING] * core/plugins/org.polarsys.capella.core.data.modeller.properties/src/org/polarsys/capella/core/data/modeller/properties/sections/SystemEngineeringSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/MissionInvolvementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/OpaqueExpressionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/AssociationExt.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/CapellaSiriusDeleteGlobalActionHandlerProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/wizard/RepresentationsSelectionWizardPage.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/RemoveFinalElement.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/views/libraryManager/activeStateManager/ActiveStateLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainInvolvementLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/ComponentCommunicationLinkRule.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/DefaultExchangesCreator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/services/CompositeStructureNamingHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/services/ExchangeMechanismExt.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/AllocationManagementAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/services/EndTypeEnum.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_PhysicalQuantity_Unit__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/PropertyValueGroupHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/org/polarsys/capella/core/platform/sirius/ui/ActionPropertyTester.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SiriusSessionListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_PhysicalQuantity_Unit.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/delegates/EntityHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.linkedtext.ui/src/org/polarsys/capella/core/linkedtext/ui/CapellaEmbeddedLinkedTextEditorInput.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/PatternElementIdHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/fields/CStringFieldEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/TraceableElementIncomingTrace.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetAvailable_Role_AllocatedActivities.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/internal/ExplorerLongRunningOperationsListener.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/attachment/AbstractFunctionAttachmentHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/merge/ICategorySet.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/PhysicalLink_AllocatedComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentPort_RequiredInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/ComponentExchangeRule.java [WARNING] * core/plugins/org.polarsys.capella.core.model.preferences/src/org/polarsys/capella/core/model/preferences/IDeletePreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPortIncomingDeletations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Class_RealizedClasses.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/NewOperationalInteractionBlankDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentOutgoingComponentExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/model/CategoryTreeNode.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/resolver/DWF_DS_23_DeleteReferenceResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.model.obfuscator/src/org/polarsys/capella/core/model/obfuscator/actions/ObfuscatorActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/org/polarsys/capella/core/data/information/communication/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacore/PropertyValueGroupItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Interface_implementorComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalFunction_AvailableInstates.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/FunctionAllocator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractFunction_parentFunction.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/argumentparser/Flag.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.resources/src/org/polarsys/capella/core/ui/resources/IImageKeys.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/quickfix/AbstractMarkerResolutionGenerator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Enumeration_MinValue.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/helpers/InstanceRoles.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/cs/provider/ComponentRealizationItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Enumeration_InheritedEnumeration.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/src/org/polarsys/capella/core/data/ctx/ui/quickfix/resolver/SystemAnalysisRealizedOperationalAnalysisResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Class_InheritedClasses__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/DataValueRule.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/commands/UpdateReplicaCommand.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/util/IJobConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/DWF_DC_26_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/DeleteStructureCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangeItemElementType.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/activities/InitializeTransitionActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/editor/CapellaDashboardEditorInput.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/src/org/polarsys/capella/core/platform/sirius/ui/services/SiriusSelectorInPackageExplorer.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalComponent_OutgoingPhysicalLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/AbstractEventOperationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewSystemArchitectureDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/SelectElementFromListWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/InteractionUseReferencedScenario.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/closeproject/SessionCloseManager.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/interactionServices/GetISScopeInsertComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.model.obfuscator/src/org/polarsys/capella/core/model/obfuscator/actions/ObfuscateSessionAction.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/scope/ContainmentScopeRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/AbstractCapellaHistory.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ItemQuery_Pin_sourceAndTargetOwners.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/modellingcore/delegates/InformationsExchangerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/delete/ReDeleteHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/services/commands/AbstractLocateInViewPartHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/IViewpointNameConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/MissionPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionOutputPort_RealizedFunctionOutputPort.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/ITreeLabelAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_SystemFunction_AvailableInstates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/pa/PhysicalComponentItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CIRealizedPhysicalLinks.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/updatedef/properties/ReplicaProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/AbstractMigrationRunnable.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_NumericType_RealizedNumericType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/dialogs/LinkManager.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_SystemFunction_RealizedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/pages/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/activities/FinalizeTransitionActivity.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/ExtendedRulesHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/InterfaceGeneration.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/org/polarsys/capella/core/transition/diagram/ui/handlers/DiagramTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/ISelectionContext.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/AbstractFunction_AvailableInStatesController.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/DesignerControlAction.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionVisitor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Signal_InheritedSignals.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/handlers/ProjectMigrationHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/EditListRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/log/TopDownLogHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/validation/DWF_I_23_GenerateInterfacesValidator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/PortAllocationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/AbstractCreateLinksCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsAllocationTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/resolver/DWF_DS_17_Resolver2.java [WARNING] * core/plugins/org.polarsys.capella.core.application/src/org/polarsys/capella/core/application/appstart/AbstractApplication.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/ConceptItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/TableCapabilitiesServices.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericType_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/SystemComponentSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/intermodelInconsistencyDetection/InterModelInconsistencyDetector.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/commandline/RemoveHiddenElementsArgumentHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_Interface_ExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/org/polarsys/capella/core/platform/sirius/ui/LayerPropertyTester.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/PhysicalLink_RealizedPhysicalLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_Mode_ReferencedStates.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/helpers/PropertyPropagator.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/preferences/TransfertViewerPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/filter/group/IConstraintGroupConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/constants/IDiagramConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_Capability_InvolvedSystemComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/PhysicalLinkCategorySection.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/ConnectionLinkProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/TerminatePseudoState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionInputPort_RequiredInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/aird/FCDDiagramMigrationRunnable.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/ExchangeItemElement_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/pa/MDCHK_PhysticalArchitecture_PhysicalArchitectureRealization.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalue/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/AbstractCapabilityExtendSection.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/OrderedTransferTreeListDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetAvailable_Constraint_ConstrainedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Property_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/CapellaTabbedPropertySheetPage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericType_InheritedNumericType.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/markers/ICapellaValidationConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/log/CapellaLogHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/Capability_InvolvedAbstractFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/launcher/HeadlessIntramodelLauncher.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/scope/ScopeHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/DataTypePropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_EnumerationReference_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Signal_InheritedSignals.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_StateMachine_Function.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/ExpressionValueRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_System_FunctionalAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/MultiplicityElementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/union/UnionDiscriminant.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/PhysicalPathRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/optimize/CrossReferencerHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/connection/MDCHK_Connection_FunctionalExchangeAllocation.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/exceptions/QueryException.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/ArchitectureAllocationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/preferences/transferer/PreferencesImportExportPage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/epbs/GetCurrent_EPBSArchitecture_AllocatedPhysicalArchitecture.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/pa/provider/PhysicalFunctionItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionItem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentPort_ProvidedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/parameter/MDCHK_Parameter_Cardinality_2.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/SystemComponent_AllocatedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CopyPathAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/GeneralizableElementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/part/Part_NullType.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/CapellaTransfertViewerLabelProviderIDB.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/AbstractStructuredRepresentationField.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/property/StringPropertyPreference.java [WARNING] * core/plugins/org.polarsys.capella.core.model.detachement/src/org/polarsys/capella/core/model/detachement/CapellaDetachmentFormPage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/fields/ParameterEffectKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/capabilityRealization/MDCHK_CapabilityRealization_Refinement_3.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/sequenceLink/SequenceLinkEndStatusHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/oa/OperationalCapability_InvolvedActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/GeneralizableElementAllSubGE.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/utils/saxparser/SaxParserHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ComponentExchangeSection.java [WARNING] * core/plugins/org.polarsys.capella.core.re.project/src/org/polarsys/capella/core/re/project/diffmerge/SkeletonUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessageFunctionSource.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/DataValueHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/CapellaValidatorAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/contributor/AbstractMigrationContributor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/controllers/RealizedPhysicalPathsController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Collection_MinValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentPort_ConnectedPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CIRealizedPhysicalPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/TC_DF_08_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/property/AbstractPropertyTypeRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_State_InvolvedStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/componentPort/MDCHK_ComponentPort_Realization_1.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/debug/Log.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Generic_ReferencedProperty__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/SystemFunctionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_StringValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/org/polarsys/capella/core/data/information/datatype/validation/datatypepkg/MDCHK_DataPkg_Naming_1.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui/src/org/polarsys/capella/core/validation/ui/export/prefs/ExportValidationPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/rules/cs/PartRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.validation/src/org/polarsys/capella/core/data/oa/validation/entity/Entity_RealizedSystemComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/ScenarioHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/AbstractPartToComponentAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalNode_Deployers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/DeletePropertyResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/EventReceiptOperationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/attachment/CapellaDefaultAttachmentHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/data/MultipleValidElementsTreeData.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/interactionServices/GetISScopeInsertComponents__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/operations/CapellaSavingEMFResource.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_BooleanType_Property.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/property/HaveNavigableElementsPropertyTester.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/property/StringPropertyValueProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/AbstractFunctionAbstractCapabilityInvolvementSection.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/traceability/config/ITraceabilityConfiguration.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/ICapellaResourceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangeSpecification_realizedDataflow.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/sections/CapellaPropertySection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessagePartSource.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/ClassRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/resolver/I_36_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/LayersCreation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/gen/edit/decorators/ItemProviderAdapterDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/interaction/CapabilityInvolvementRule.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/activities/PostDiffMergeActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/association/AssociationPropertyAggregationKindUnSet.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionalChainInvolvementFunctionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/ctx/provider/SystemComponentPkgItemProviderDecorator.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/la/delegates/LogicalArchitectureHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/fa/AbstractFunctionItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/merge/scope/IModelScopeFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Collection_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Scenario_realizingScenario.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Service_ReferencedMessage.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/launcher/ReLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/ComplexValueReferenceSection.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/org/polarsys/capella/common/tools/report/appenders/usage/util/UsageLayout.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/session/AbstractSessionActionListener.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/helpers/SemanticResourcesScope.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui/src/org/polarsys/capella/core/validation/ui/DynamicActionContributionItem.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalLinkCategories.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/actions/move/AbstractMoveAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/ExchangeItemAllocationAllocatedItem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/AbstractProperty_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalFunction_RealizedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/fs2es/FS2ESTransform.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/PerformAutomatedCapabilitiesTransitionAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/constants/IToolNameConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalComponent_DeployedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaElement_applied_property_values.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/AddCompExchangeToCompExchangeCat.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsInterfaceUseTarget.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/org/polarsys/capella/common/ui/menu/dynamic/AbstractActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/traceability/config/TransformationConfiguration.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/ModelHandlerPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_ComponentInstance_Deployments.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/TitleBlockContainerSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/PaPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/perspective/CapellaPerspective.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/org/polarsys/capella/core/common/ui/wizards/NameValuePairImpl.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/internal/MonitorFileSyncJob.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangesConnectedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/preferences/CapellaNavigatorPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/sorter/AirdContentSorter.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/EntityExchangesCreator.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/impl/TigerProjectExporter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacommon/delegates/AbstractStateRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/ITracelinkProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/activities/AttachmentActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNode_IncomingInteractions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_Part_DeployedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/EntityPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/actions/SemanticBrowserActionFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/app/CapellaWorkbenchWindowAdvisor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/properties/IProviderChangeListener.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CategoryPhysicalLink.java [WARNING] * common/plugins/org.polarsys.capella.common.menu.dynamic/src/org/polarsys/capella/common/menu/dynamic/DynamicMenuActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/handlers/Label1Handler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChain_enactedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentExchange_Target.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/epbs/provider/ConfigurationItemPkgProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/physicalPath/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/data/DataContentProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/internal/ModelElementAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/move/handlers/MoveDownHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/information/DataPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/PhysicalQuantityItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Interface_provisioningInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_Interface_InheritedInterfaces__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentExchangeAllocatingPhysicalLink.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/ProjectReferencesPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/commands/SetStyleSwitch.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/TC_DF_12_Resolver.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/BooleanTextRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/controllers/AllocatedFunctionsController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/PhysicalPathHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/widgets/MdeFilteredList.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/pages/SystemAnalysisPage.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/AbstractSemanticButtonGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewMissionCapabilityBlankDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/topdown/TopDownTransform.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ItemQuery_CapellaElement_getComponentContainer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/MDCHK_FunctionalExchange_Realization_1.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/preferences/ICapellaValidationPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Enumeration_InheritedEnumeration.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/handlers/Label9Handler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Property_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CommunicationMean_Target.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/AssociationAssociationKindResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/RemoveRealizedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionInputPort_RealizedFunctionInputPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/org/polarsys/capella/core/data/information/communication/properties/sections/MessageReferenceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbsAbstractPhysicalComponentPhysicalLink.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/NameConflict.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/move/handlers/MoveUpHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/interactionUse/MDCHK_InteractionUse_ReferencedScenario.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/AbstractCapability_InvolvedFunctionalChainsController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/services/FragmentEndExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_PhysicalLink_AllocatedComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.model.semantic/src/org/polarsys/capella/core/model/semantic/internal/SemanticModelActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/CapabilityConfigurationItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_Interface_InheritedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Exception_InheritedException.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/TC_DF_14_Resolver.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/services/helper/AdapterManagerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/controllers/GeneralizableElementController.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/filter/group/ConstraintGroupEnum.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/validation/ValidationUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractStateModeDoActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/org/polarsys/capella/core/common/ui/wizards/LCDecompositionWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PropertyType.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/CurrentSourceProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_NumericType_InheritedNumericType.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/rules/fa/FunctionalChainRule.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ScenarioExt.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/provider/IReadOnlySectionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/preferences/transferer/WizardPreferencesTransfererExportPage.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/traceability/config/MergeSourceConfiguration.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/DWF_DC_27_FunctionalExchangeComponentExchangeAllocationUnicity.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/support/ResourceWrapper.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/src/org/polarsys/capella/common/platform/eclipse/tools/report/console/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/requirement/RequirementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/commands/AddTgtElementToTrace.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_PhysicalQuantity_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/sirius/ViewPointPropertyPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/tabbed/CapellaTabDescriptorProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/DiagramServices.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/sections/LogicalFunctionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datatype/NumericTypeRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentExchange_ConvoyedInformations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalChainInvolvement/MDCHK_FunctionalChainInvolvement_NextAndPrevious_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Collection_DefaultValue.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.ui/src/org/polarsys/capella/patterns/ui/providers/CapellaModelEnvironmentUI.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionPort/FP04_FunctionPort_AllocatedEI.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/CommunicationLink_ExchangeItems.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/policies/diff/IDiffPolicy2.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.adapter/src/org/polarsys/capella/core/platform/sirius/adapter/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractCIRealizedPhysicalArtifacts.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/CapellaValidationActivator.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/tabbed/FixedTabDescriptorProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/capella/ActorRefactoringMigrationContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Service_ExchangeItemRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_StringType_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/GenerateInterfacesHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/FunctionalExchange_RealizingPortsConsistency.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/AbstractMultiplicityElement_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/MDCHK_FunctionalExchange_ConnectionFunctionalExchangeAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/copyformat/CapellaNodeFormatDataKey.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/OverlayedImageDescriptor.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Class_InheritedClasses.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_Component_UsedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/SignalExt.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/validation/Checker.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ComponentExchangeAllocatorSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/TitleBlockContentSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/services/DataValueNamingHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/SendToFastLinkerCommandHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/DelegateSelectionProviderWrapper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/fa/ComponentExchangeItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/delegates/OperationalAnalysisRealizationHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/traceability/config/ExtendedTraceabilityConfiguration.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/CollectionValueRefReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/view/AirdDiagramLinkHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/cs/PhysicalLinkCategoryItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacommon/delegates/StateTransitionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_BinaryExpression_Unit.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/CO1218Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/wizards/filter/Filter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/model/SelectInvokedOperationModelForSharedDataAndEvent.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/constants/ITopDownConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration/src/org/polarsys/capella/core/af/integration/services/ValidateAllServiceImplementation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_BooleanType_InheritedBooleanType__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/CapellaUISessionFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/epbs/GetAvailable_ConfigurationItem_UsedInterfaces__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/danalysis/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/argumentparser/IArgumentAnalyzerConstant.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/helpers/CapellaProjectHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/helpers/RepresentationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/internal/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewSystemActorsOperationalEntitiesMatrixAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/ExchangeItemElementMaxCard.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/FunctionalExchangeCategoriesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/CapellaElementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/UnaryExpressionHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/ReadOnlyProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPath_PhysicalLinks_PhysicalComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/actions/CapellaDiagramPasteAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/messages/InformationQuickFixMessages.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/NamespaceExt.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/internal/TypeHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/Capability_ExtendedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/model/ModelIdentifier.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/AbstractNewLAScenarioDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/PreviousInterfacesForImplementationFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/SelectTraceType.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractComponentPortIncomingComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PropertyValueGroup_applying_valued_element.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllNumericTypes.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/LiteralStringValueRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/I_30_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/view/CapellaCommonNavigatorFilteredTree.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/AbstractCapabilityGeneralization_Super.java [WARNING] * core/plugins/org.polarsys.capella.core.model.semantic/src/org/polarsys/capella/core/model/semantic/prefs/SemanticModelPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/TraceTreeSelectionDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.re.project/src/org/polarsys/capella/core/re/project/handlers/ProjectRecHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnionProperty_Qualifiers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/constraint/DWF_D_31.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/query/impl/RootQueries.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/renderers/ReplicaContentLocationRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/ConnectionCreatorFactory.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/util/RendererSelectionService.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/util/ToolbarPopulator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/SALayerExchangeItemMechanismRestriction.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/handlers/OpenInEditorHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/views/libraryManager/LibraryContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/label/provider/SemanticBrowserLabelProviderFactoryImpl.java [WARNING] * common/plugins/org.polarsys.capella.common.linkedtext.ui/src/org/polarsys/capella/common/linkedtext/ui/LinkedTextUIActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/PortRealizationPropagationFromCEResolver.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/exceptions/EntryAlreadyExistInContextException.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionalChainInvolvementFunctionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_SequenceLink_Links.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/org/polarsys/capella/core/data/information/communication/properties/CommunicationPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/LiteralStringValueSection.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/rules/IRuleAttachment.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_TerminatePseudoState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/AbstractMultipleSemanticFieldController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/InterfaceImpl_ImplementedInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/org/polarsys/capella/core/data/information/communication/properties/sections/CommunicationItemSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/Activator.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/merge/AvoidReAttributeCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/utils/ProgressMonitoringPropagator.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/ExtendedTopologicalSorter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/PhysicalLinkRule.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ComponentExt.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPathInvolvedPhysicalPath.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/interaction/InstanceRoleItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/activities/DifferencesComputingActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/providers/TypeElementFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/LiteralBooleanValueRule.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/helper/CommonElementsHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/AbstractCapability_SuperController.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/actions/move/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/ExtendingQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/CapellaLinksMap.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.reportlog/src/org/polarsys/capella/core/ui/reportlog/ReportLogActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/org/polarsys/capella/core/ui/semantic/browser/sirius/view/SiriusSemanticBrowserView.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_LogicalFunction_RealizedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/handlers/AbstractDiagramHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPort_providedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchange_realizingDataflow.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/activator/AbstractCommonActivator.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/provider/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/sections/PhysicalComponentPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/la/delegates/SystemAnalysisRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/ComponentExchange_AllocatedFunctionalExchangesController.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/policies/diff/TopDownDiffPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/ValidationDelegateClientSelector.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/PreRemoveCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/NewRoleBlankDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/fa/AbstractFunctionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/generator/DWF_DF_16_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/IConfigurableFieldEditorPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.model.obfuscator/src/org/polarsys/capella/core/model/obfuscator/actions/ObfuscateSemanticResourceCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangesItemCommLink.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/export/utils/CSVWriterMessages.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/OptionRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/InterfaceUse_UsedInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/src/org/polarsys/capella/core/data/ctx/ui/quickfix/CtxQuickFixActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.model.semantic/src/org/polarsys/capella/core/model/semantic/internal/SemanticContentTreeIterator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPort_informationFlows.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideSMStateMode.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/ExecutionEndHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/fields/DataTypeBooleanPropertiesCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/RoleAssemblyUsageItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui/src/org/polarsys/capella/core/validation/ui/DynamicActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/QuickFiltersMenu.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/ValuePartSection.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/queries/GetAllCatalogPkgQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/OpaqueExpressionSection.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/extensions/columnprovider/CapellaColumnProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/src/org/polarsys/capella/common/platform/eclipse/tools/report/ui/pref/ReportManagerPrefPage.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/RegExpTreeViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_StateTransition_Trigger.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/scope/DefaultDependenciesHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_LiteralNumericValue_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentPort_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/ComponentExchangeCategoriesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/controllers/PhysicalLinkCategoriesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/AggregationKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualCapabilityRealizationInvolvementRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/PreferenceDirectoryFieldEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/RelocateAssociationResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/activator/SiriusViewActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/EntryPointPseudoStateItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/GenerateInterfacesCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainInvolvementFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/org/polarsys/capella/core/data/pa/deployment/properties/sections/PortInstanceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.selection.queries/src/org/polarsys/capella/core/data/selection/queries/fa/ConnectionSelection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericType_MinValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetCurrent_CommunicationMean_AllocatedFunctionalExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/AbstractState_ReferencedStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/delegates/CommunicationMeanHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/logicalComponent/MDCHK_LCDelegationConforms_2.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/TitleBlockCellSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/model/communications/UndefinedCommunication.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/IModel.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/internal/preferences/IMonitorFileSyncPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionalExchangeRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/provider/LibAwareReadOnlySectionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/actions/MetricAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/la/delegates/CapabilityRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentExchangeCategories.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/queries/GetAllCatalogElementsQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/resolver/AddInvolvedElementsResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/internalization/l10n/PreferencesUIMessages.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/debug/FormatedLogger.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ComponentPortSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/CapellaEditActionGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/es2is/ES2ISExt.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/queries/ReferencingReplicableElementLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Collection_InheritedCollection.java [WARNING] * core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaScopeFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/result/providers/content/CapellaSearchResultListContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Collection_InheritedCollection.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/export/ExportMessages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_ForkPseudoState_StateRealizations.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/org/polarsys/capella/common/platform/sirius/customisation/id/handler/drepresentation/DRepresentationIdHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/merge/ExtendedComparison.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/command/EditComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/actions/move/MoveDownAction.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/options/DefaultOptionsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/scope/ContextualScopeRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/mission/MDCHK_Mission_Inclusion_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/LiteralNumericValue_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/UnitRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacommon/delegates/CapabilityRealizationInvolvementHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/AbstractReProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/pages/AbstractCapellaPage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/RuleBQComponents_Human.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/extensions/columnfilter/CapellaDefaultColumnFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/helpers/ScenarioInvolvementSynchronizer.java [WARNING] * core/plugins/org.polarsys.capella.core.model.preferences/src/org/polarsys/capella/core/model/preferences/IModeAndStateManagementPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/BlockArchitectureRule.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/commands/UpdateReplicaCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/DataValueRefReferencedValue.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/misc/Couple.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeAllocatingSystem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_EnumerationReference_ReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractFunction_incomingInteraction.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/org/polarsys/capella/core/ui/semantic/browser/sirius/helpers/SiriusSelectionHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/OrderedUniqueTransferTreeListDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/controllers/PhysicalQuantityController.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/graph/GraphEdge.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/TransferListViewer.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/selection/ReSelectionContext.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/pa/provider/PhysicalComponentPkgItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/EnumerationLiteralRule.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/fs2es/rules/Rule_Message.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/xml/IExtensionPointItemDescriptor.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/prefs/IExportValidationConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/utils/ValidationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllInterfacesFromArchitecture.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/ExitPointPseudoStateItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/quickfix/InterModelErrorNavigatorDialog.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/launcher/IDefaultWorkflow.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/widgets/filter/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/property/BooleanDefaultValueProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/ComplexValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/model/ISelectInvokedOperationModel.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/AffectToMessageDialogBox.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_Mission_InvolvedSystemComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_PhysicalQuantity_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/fields/ScenarioKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/aird/AirdMigrationContributor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/nameconflict/signatures/CapellaSlots.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/RotativeWorkspaceImageFigure.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessageInvokedInteraction.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/commandline/RemoveHiddenElementsCommandLine.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/property/CapellaPage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/BinaryExpressionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/properties/IContributionItemProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/updatedef/properties/SourceElementProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideSMTransitions.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/PortRealizationPropagationAction.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalues/scrutinizers/PropertyValuesScrutinizer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/mission/MDCHK_Mission_Exploitation_1.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/BooleanReferenceRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_NumericValueReference_Unit.java [WARNING] * core/plugins/org.polarsys.capella.core.re.validation/src/org/polarsys/capella/core/re/validation/design/consistency/DCON_02_Rpl2RecConformanceConstraint.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/core/Metric.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Pin_outgoingDataflows.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/appenders/IFlushableAppenders.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/tool/ActivityEditorUpdater.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/properties/AccessPolicyProperty.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/selection/TransformationSelectionContext.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Collection_Index.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/SingleUsePortsMatcher.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/FunctionComponentAllocationRelsover.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/model/ItemNode.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/util/ItemDetailsHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/rules/AbstractUpdateRule.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/IItemFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionPortRealizedFunctionPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/capability/MDCHK_Capability_Inclusion_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/fields/NumericTypeKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewFunctionalChainDescriptionDiagramAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/queries/CatalogElement_ReplicatedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.model.preferences/src/org/polarsys/capella/core/model/preferences/CapellaModelPreferencesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/validation/PluggableDiagnosticianProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/CheckboxTreeDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/AllocatedComponentPortsController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/InformationPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideMSMStateMode.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/FaQuickFixActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/SignalItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaModelDataListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionalChainSection.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/MarkerViewHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/MdeCommonUiActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/controllers/RealizedPhysicalLinksController.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Interface_userActors.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/handlers/Label2Handler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/PhysicalQuantity_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/pa/delegates/PhysicalFunctionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ModelElementPostCondition.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionOutputPort_RealizedFunctionOutputPort.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/SuffixesProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnionProperty_MinValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/system/MDCHK_SystemImplementedInterfacesDelegation.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/GetABShowHideActor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Collection_MaxCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/PhysicalLinkRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_StringType_Property.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/constraint/I_36_ConstraintNotReferenced.java [WARNING] * core/plugins/org.polarsys.capella.core.model.preferences/src/org/polarsys/capella/core/model/preferences/helpers/DeleteHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/IBusinessQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_CommunicationLink_ExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.model.detachement/src/org/polarsys/capella/core/model/detachement/CapellaModelDetachementPlugin.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/QuerySchema.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/ComponentExchangesCreator.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/refmap/Pair.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/esf2esb/ESF2ESBExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/SystemAnalysisSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainInvolvmentLinkTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/PhysicalPort_RealizedPhysicalPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/PhysicalPathReferenceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/property/ItemWrapperPropertyTester.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/CommandLineConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/Capability_InheritedCapabilities.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/merge/DefaultMergeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/registry/CapellaPackageRegistry.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/command/AbstractReadOnlyCommand.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/extpoint/IReportLogViewExtPointConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/org/polarsys/capella/core/ui/semantic/browser/sirius/handlers/Messages.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.migration/src/org/polarsys/capella/patterns/migration/contribution/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/UpdateCurHandler.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/quickfix/DeletePatternInstanceResolution.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/datas/SequenceLabelFeatureExtensionDescription.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datatype/EnumerationRule.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.migration/src/org/polarsys/capella/patterns/migration/PatternsCustomizeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/label/provider/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewDetailedInterfaceDiagramOnSystemAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/constants/ISystemConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.ui/src/org/polarsys/capella/core/transition/system/ui/preferences/OutputModelRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/trasferers/WizardPreferencesTransfererExportPage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/services/MissionExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/AbstractCapabilityIncludeSection.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/properties/AllElementsProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/dialogs/CapellaWizardDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/FunctionalExchange_Location.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/sirius/ViewPointDiagramPropertyPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/ContextServices.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/EnumerationLiteralDomainValueCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/StateMachineFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CategoryComponentExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/common/RegionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_ComponentInstance_Deployments.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/copyformat/keyproviders/IKeyProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentExchangeAllocatingPhysicalPath.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/filters/IsComponentFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_InterfaceUse_UsedInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Component_componentPorts.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/filters/DefaultFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Union_DefaultProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/la/LogicalComponentRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/resolver/DWF_DS_08_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/PropertyItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/property/IDefaultValueProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/ComplexValueSection.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/preferences/transferer/PreferencesProjectFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/CatalogElementSuffixProperty.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/helper/ProjectHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_FinalState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/epbs/NewScenarioDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/providers/CapellaModelLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchange_owner.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/commandline/RemoveHiddenElementsCommandLineConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/PartPropagationCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/StringType_MaxLength.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/InformationQuickFixActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CreateFECategoriesController.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/AbstractQueryBasedCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/providers/CapellaModelFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_Capability_ExtendedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/JustificationLinkSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionOutputPort_OutGoingExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/utils/EClassExt.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceLinkLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/handlers/merge/MergeUIDifferencesHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/SystemFunction_AvailableInstates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/NavigatorEditingDomainDispatcher.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractStateRealizedState.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/helper/SessionHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/ExecutionManagerRegistry.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/fields/KeyValueGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/fields/RequirementsPkgGroup.java [WARNING] * common/plugins/org.polarsys.capella.common.model/src/org/polarsys/capella/common/lib/Memory.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/core/DefaultMetricFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/EnumerationReferenceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/IsUnsetPhysicalComponentCheck.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/IReportLogViewMarkerIdsProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/SystemComponent_Super.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/DataTypeElement_RealizedInformation.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewAllocationPcPfMatrixAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/EclipseNodePreferencesChangeListener.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentExchangeCategoriesForDelegations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Service_ThrownException.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/org/polarsys/capella/core/data/information/communication/properties/sections/CommunicationLinkSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/InheritanceConstraintForExchangeItemElement.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/epbs/GetCurrent_ConfigurationItem_ImplementedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/controllers/DataTypeController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/RolePkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/ManyToOneCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/ExchangeItemAllocationForTechnicalInterfaceHasCommunicationLink.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/requirement/delegates/RequirementHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/renderers/DependenciesElementsRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/sa/MissionCapabilitiesBlankAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/SystemComponent_InvolvingCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/InterfacePkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/CreateReplicaHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/epbs/ConfigurationItem_InvolvingCapabilityRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.reportlog/src/org/polarsys/capella/core/ui/reportlog/DeleteMarkerListener.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/RemoveUnnamedElementFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/rules/fa/ComponentPortRule.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/SeverityLevel.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/provider/LibrariesDerivedSemanticResourceProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.commandline/src/org/polarsys/capella/core/validation/commandline/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/ProjectSeltctionFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/controllers/PhysicalQuantityUnitController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/org/polarsys/capella/core/data/common/ui/quickfix/resolver/DWF_SM_15Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/RealValueGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/CollectionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/intermodelInconsistencyDetection/LinkHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ComponentPortAllocationEndHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/RoleItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/LinksCommandRegistry.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/org/polarsys/capella/core/data/information/datatype/validation/datatypepkg/DataValueUnitconsistency.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_Capability_ExtendedCapabilities.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/CopyTextRenderer.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/manager/LibraryManager.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/capabilityRealization/MDCHK_CapabilityRealization_Location_1.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/activity/delegates/ActivityNodeHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/fa/provider/FunctionalChainInvolvementFunctionItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualCapabilityRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/AbstractFunctionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/util/CapellaPreferencesService.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/traceability/TraceabilityHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/BinaryExpressionItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_EnumerationLiteralDomainValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/delegates/EntityOperationalCapabilityInvolvementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/InterfaceExt.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/UnsetPhysicalComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ClassDiagramRefreshExtension.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/attributes/IAttributeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/physicalArtifact/PhysicalArtifactAllocated.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/scenario/MDCHK_Scenario_InvolvementComponents_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/dialogs/EIAllocationModelHelpers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/capability/MDCHK_Capability_Extension_1.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/argumentparser/ArgumentAnalyzer.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/Rule_FunctionOutputPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Collection_InheritedCollection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/AbstractFunctionAbstractCapabilityInvolvementHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/create/properties/ReplicaContentLocationProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalComp_Deployers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/aird/SiriusMigrationContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/AbstractFunctionAllocationHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/handlers/AddElementsScopeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionReuseComponentDialog.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/create/properties/ReplicaNameProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetIBShowHideComponent__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Union_Discriminant.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/view/BrowserComposite.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/CreateViewAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/services/InteractionNamingHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.resources/src/org/polarsys/capella/core/ui/resources/CapellaUIResourcesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/org/polarsys/capella/core/re/ui/quickfix/resolver/DeleteGivenElement.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/CapellaSearchSettings.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/controllers/StringTypeController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/delegates/CapabilityExploitationHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/helpers/delegates/CatalogElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_LogicalComponent_UsedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/sections/PhysicalArchitectureSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/capella/EOppositeMigrationContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractComponentFilteredComponentExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsInterfaceImplementationSource.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/SwitchIsHumanFlag_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/abstractCapability/MDCHK_Capability_FunctionalChains_Involvement.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/views/libraryManager/accessPolicyManager/AccessPolicyManagerWidget.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.reportlog/src/org/polarsys/capella/core/ui/reportlog/InformationView.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_StringReference_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_ControleNode_Transition.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/query/IMDEQueries.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/StringReferenceRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/CapabilityPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionalExchange_Source.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/CapellaElement_AppliedPropertyValues.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CommunicationMeanAllocatedInteractions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/ExchangeItem_RealizedInformations.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/TraceableElementTraceType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.selection.queries/src/org/polarsys/capella/core/data/selection/queries/cs/PhysicalLinkSelection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/CapellaGlobalActionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetAvailable_OperationalCapability_InheritedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/InterfaceTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/contribution/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/StringType_Property.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_PhysicalQuantity_MinValue.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/NewModelWizard.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/content/provider/impl/CurrentElementCP.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/AbstractModelElementRunnable.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/FunctionRealizationsController.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/manager/LibraryEditingDomainListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/controllers/UsedInterfacesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/epbs/provider/EpbsItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_SystemComponent_Super.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/CommandLineConsoleAppender.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/AbstractFunction_ConditionField.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/delete/CapellaDeleteActionHook.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/CommunityOfInterestSection.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/result/handlers/CapellaSearchResultPageHandlerSelect.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/EnumerationPropertyTypeSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/DeleteRepresentationCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.modeller.properties/src/org/polarsys/capella/core/data/modeller/properties/sections/FolderSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsAbstractCapabilityExtendTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsCapabilityExploitationTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/PhysicalLinkCategory_Links.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ExchangeLinkSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/ctx/MissionItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/FSToFSHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/property/AbstractCardinalityRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Collection_MinCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/label/provider/SemanticBrowserLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/CatalogElementScope.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/MDCHK_Interface_Usage_1.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/datas/SequenceDiagramDataHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/SelectOrCreateFunctionalExchangeWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_NumericType_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionModel.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewClassDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/delete/DeleteHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/services/ElementIdentifierService.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/wizards/filter/DefaultFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_StringType_RealizedStringType.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/MainWizardDialog.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/policy/IPolicifiedRendererContext.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/helper/EcoreHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellamodeller/CapellaModellerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/AbstractTransitionAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/DeploymentParentPCChecks.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/StateAndModeOutGoingTransition.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/oa/OperationalCapability_InvolvedOperationalProcess.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/LogicalComponentPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/ConvertPrimitiveCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ExchangeContainmentSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/PropertyExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnionProperty_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/queries/GetAllCompliancyDefinitionsQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/OperationalAnalysisRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacommon/CapellaCommonHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractStateAvailableElements.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacommon/delegates/GenericTraceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/pa/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Service_ReferencedMessage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/cs/provider/CsItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_SystemComponent_InvolvingCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration.ui/src/org/polarsys/capella/core/af/integration/ui/listener/CapellaExplorerUpdater.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Parameter_MinValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetCurrent_Constraint_ConstrainedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/project/ProjectReferencedLibrariesRule.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/PreDeleteStructureCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/SelectElementsFromCheckBoxWizard.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/data/convert/SingleRefDisplayConverter.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/CreateRecHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewStateMachineDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/core/IMetricFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/ctx/provider/CtxItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Connection_realizedFunctionalExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/AbstractDefaultPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/ExchangeItemElementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/generator/DWF_DS_18_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/DeleteReplicaAndRelatedElementsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetAvailable_CapellaElement_AppliedPropertyValues__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/controllers/Mission_ExploitedCapabilitiesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolver/PhysicalComponentNatureToUnsetResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/common/StateEventRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/model/SemanticBrowserModel.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetAvailable_OperationalCapability_InvolvedEntities.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/IDeleteCommandDelegation.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/commands/CreateReplicaCommand.java [WARNING] * common/plugins/org.polarsys.capella.common.menu.dynamic/src/org/polarsys/capella/common/menu/dynamic/util/INamePrefixService.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Enumeration_DomainType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Message_InheritedMessage.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/constants/MappingConstantsHelper.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalue/command/PropertyValuesDeleteCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/SequenceLinkSection.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/services/commands/ActionCommandDelegate.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionalExchange_FunctionalExchangeRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/messages/TraceUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/SignalPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Component_SubDefinedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Union_Discriminant.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ConnectionConvoyedInformation.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/org/polarsys/capella/common/tools/report/appenders/console/ReportManagerConsoleAppender.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/ValueOfNumericValueSwitch.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/SelectionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/wizards/EditCapellaCustomPropertyWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_LogicalComponent_ImplementedInterfaces__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_BooleanType_RealizedBooleanType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_EnumerationLiteralDomainValue.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/FieldEditorPropertyPreferencePage.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/renderers/NameCellModifier.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/helper/SemanticBrowserHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/modellingcore/delegates/AbstractTypedElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/systemAnalysis/MDCHK_SystemAnalysis_SaToOaRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/StateFragmentSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/PhysicalQuantity_Unit.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/commands/UpdateDefCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/CommandLineMode.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/utils/ScopeModelWrapper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Service_ReferencedMessage.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/helpers/CrossReferencerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/preferences/TitleBlockPreferencePage.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/editors/AbstractTabDescriptor.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/controllers/ExchangeItemRealizationsController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_ComponentInstance_Deployers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/parameter/ME01G_Parameter.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/handlers/uihead/UIHeadHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/AbstractReference_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/sections/RequirementsTraceSection.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/fields/SpacerFieldEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PropertyOwner.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/support/CapellaClipboardSupportPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/InterfaceProviders.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/queries/CatalogElementLinkReferencedElement.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/common/StateMachineRule.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/MarkerViewTree.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CIRealizedPhysicalComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/helpers/CapellaAdapterHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/ForkPseudoStateSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_ComponentInstance_Deployers.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/CheckboxRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/NewOperationalEntityBreakdownDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/danalysis/CapellaAnalysisSelector.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.ui/src/org/polarsys/capella/core/transition/system/ui/preferences/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/rules/IRuleTransformation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/fields/FeatureBooleanPropertiesCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Function_internalDataflows.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/policies/TabbedPropertiesWizardEditPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/CapabilityRealizationBlankRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Union_InheritedClasses.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractStateRealizingStateAndMode.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/CategoryContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionalChainInvolvementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/MDCHK_Function_FunctionAllocationConstency.java [WARNING] * core/plugins/org.polarsys.capella.core.re.project/src/org/polarsys/capella/core/re/project/SkeletonScopeFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/UnionKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/epbs/delegates/PhysicalArchitectureRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/org/polarsys/capella/core/common/ui/wizards/LCDecompositionWizardPage.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/menu/ContextMenuSelectionService.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/selection/CompoundSelectionContextHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/I_32_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ExchangeCategory_Exchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/core/AllocationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/ConstraintSection.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common.ui/src/org/polarsys/capella/core/projection/common/ui/resolver/UIResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/actions/CapellaDiagramCopyAction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainRealizedFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Property_MaxCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/controllers/MultiplicityElementLengthController.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsGeneralizationTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/SelectElementsFromTransferWizardIDB.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/State_Exit.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_LogicalComponentShortcut_ReferencedLC.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/UpdateReplicaHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/copyformat/CapellaDecoratorFormatDataKey.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/IModelIdentifier.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/ComplexValueRefReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/Messages.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalues/ui/page/PropertyValueTypeFilterViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/org/polarsys/capella/core/data/information/communication/CommunicationLinkkindRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/dialogs/EIAllocationTransfertDlg.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/ImpactDateFormater.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/PerformOpCapabilityToSystemCapabilityTransitionAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/EventProcessor.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/util/LayerUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CommunicationMean_AllocatedExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/SparseModelScope.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/sections/AbstractSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllSubDefinedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ModelElementConstraints.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/utils/SetProgressRunSetup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacore/AbstractPropertyValueItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/command/AbstractCompoundCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractCapabilityOwnedFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/DFServices.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideMSMTransitions.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/view/FilteringGridLayout.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/CsPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/model/algorithms/OptionsDefinition.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/IImageKeys.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/handlers/RemoveHiddenElementsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_StateTransitionTrigger.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/CapellaUISession.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/handlers/Label5Handler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/fields/ElementDescriptionGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/NewModelAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/StringReference_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/CapellaInterpreter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/ToolkitPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.re.validation/src/org/polarsys/capella/core/re/validation/design/consistency/DCON_08_detectNoSourceNoTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/scope/PropertyValuesScopeRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.re.project/src/org/polarsys/capella/core/re/project/handlers/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/CollectionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/org/polarsys/capella/core/data/pa/deployment/properties/sections/ComponentInstanceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/esf2esb/rules/Rule_Scenario.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceLinkTargetInvolvementFunction.java [WARNING] * core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaDiffMergeLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_StringValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_CapabilityRealization_InvolvedAbstractFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/InterfaceImplementationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/graph/InvolvementGraph.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/AbstractSemanticCheckboxGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.services/src/org/polarsys/capella/core/services/IItemsNumberChecker.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/ItemChangeEvent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionalExchangeSpecificationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/sections/DiagramRepresentationPropertySection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/DDiagramContents.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/ProjectionMessages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/pa/PhysicalArchitectureRule.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/handlers/GotoRelatedElementsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/NewRepresentationAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ComponentPortAllocationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/CapellaRightSearchForContainerArea.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/logicalComponent/LogicalComponent_RealizedSystemComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/providers/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/GenerateInterfacesDeallocateResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/la/CapabilityRealizationPkgItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/commands/DefaultCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Enumeration_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/oe2actor/EntityRule.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/RemoveEClassInstanceFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/utils/IFileRequestor.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/ReportManagerConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/PhysicalQuantity_Property.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/viewer/CapellaArchitectureContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/property/PropertiesServices.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/ComponentNoPart.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/AllocatedComponentExchangesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/EditContainterPCOfPhysicalPort.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/renderers/ReplicaRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/PhysicalComponentExt.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/IPropertyPersistentPreferenceStore.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualComponentDetailedInterfacesRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/capella/InvalidAirdReferenceMigrationContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/constants/ITransitionConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/la/LogicalArchitecturePkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/MigrationConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_StringType_RealizedStringType.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/configurationItemServices/GetAllRealizablePhysicalArtefacts.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions/src/org/polarsys/capella/common/ui/massactions/edit/CapellaMEView.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewExchangeScenarioAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/pa/services/PhysicalComponentPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/fa/FunctionInputPortItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/LogicalComponent_InvolvingCapabilityRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/EIAAllocatedItemLayerConsistency.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/pa/DeploymentAspectItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaModelDataListenerForDatas.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_PhysicalPath_AllocatedComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/SearchCaseSensitiveAction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchangeAllocatingCommunicationMean.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/SuffixProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/filter/CapellaConstraintFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/src/org/polarsys/capella/common/platform/eclipse/tools/report/ui/ReportManagerUI.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/org/polarsys/capella/common/ui/menu/dynamic/DynamicMenuActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/AbortedTransactionException.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessageExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/org/polarsys/capella/core/platform/sirius/sirius/validation/ddiagram/I_22_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/model/algorithms/CreationAlgorithms.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Property_MinLength.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewFunctionalScenarioAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/CapellaSearchPage.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/transformation/TransformationHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentRequiredInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/ExchangeItemAllocationProtocol.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CreateCECategoriesController.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/AbstractTransform.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/interaction/FunctionalChainCapabilityInvolvementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/EnumerationLiteralTypeResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/AbstractActorHelpers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/DirectDataValueNameCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/dialogs/DynamicCreateContributionItem.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/InteractionServices.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/re2rpl/activities/InitializeTransitionActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsTraceSource.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/handlers/CreateRecUiHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.model.helpers/src/org/polarsys/capella/common/model/helpers/IHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/FaPropertiesPlugin.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/loader/ILoadableRenderers.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/menu/ModalContextMenuExtender.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/controllers/CommunicationMean_AllocatedComponentExchangesController.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/activities/DifferencesComputingActivity.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/NullRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetAvailable_StateFragment_RelatedAbstractState.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/util/LogExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionInputPort_ProvidedInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/requirement/delegates/RequirementsTraceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/view/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/services/PlatformSiriusServiceFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/CapellaReplaceDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetCurrent_CapellaElement_AppliedPropertyValueGroups.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/MDCHK_Interface_Realization_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnionProperty_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.menu.dynamic/src/org/polarsys/capella/core/menu/dynamic/DynamicModelElementAction.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/level/DefaultLevelHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/providers/TargetElementContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/la/LogicalFunctionPkgRule.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/RestraintPropertyContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/model/AbstractCapellaModel.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/util/NamingUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/OperationalCapabilityPkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPortOutgoingDeletations.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/merge/SuffixedElementPropagationCategoryFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/schema/IPropertyOption.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_SystemComponent_ImplementedInterfaces.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/PropertyDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/CollectionValueSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/Abstract_MDCHK_NoteNotEmpty.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/tabbed/PropertiesSectionDescriptor.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/CapellaProjectPropertyContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/AddExchangeCategoryToPhysicalLinkCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/internal/RunInWorkspaceJob.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Scenario_refinedScenarios.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.validation/src/org/polarsys/capella/core/data/oa/validation/role/MDCHK_Role_RoleAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/view/FilteringGridData.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/PhysicalQuantity_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Property_MaxLength.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/preferences/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/handlers/SubCommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.reportlog/src/org/polarsys/capella/core/ui/reportlog/InformationViewSessionListener.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/StateFragmentRelatedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/OperationAllocationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/DiagnosticianProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/ExtensionPriorityComparator.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/app/CapellaWorkbenchAdvisor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_Mission_ExploitedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/InteractionUseSection.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/org/polarsys/capella/common/ui/menu/dynamic/AbstractModelElementAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.validation/src/org/polarsys/capella/core/data/epbs/validation/configurationItem/MDCHK_ConfigurationItem_PhysicalComponentRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalProcessChildren.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/NamingRuleSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/actions/RemoveElementAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/oa/OperationalCapability_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/RepresentationActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/delegates/SystemFunctionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/generator/DCOM_05_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/connection/MDCHK_Connection_Realization_1.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/queries/GenericGetForLibWithCorrespondingArchitectureElementAndParameter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/SystemAnalysisExt.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetCCIIShowHideActor__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetAvailable_SequenceMessage_ServiceInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/graph/InternalLink.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/org/polarsys/capella/core/re/ui/quickfix/resolver/I_43_Replace.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/delegates/RoleAllocationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionTargetViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Service_ExchangeItemRealization.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/scope/RuleRelatedElementsScopeRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/resolver/DWF_DS_12_EditResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.menu.dynamic/src/org/polarsys/capella/core/menu/dynamic/services/NamePrefixService.java [WARNING] * core/plugins/org.polarsys.capella.core.model.obfuscator/src/org/polarsys/capella/core/model/obfuscator/IResourceObfuscator.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/ctx/SystemFunctionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/dialog/MetricLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_TimeEvent_Expression.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPort_incomingInformationFlows.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/configuration/project/ConfigurationProjectContentsLocationArea.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.validation/src/org/polarsys/capella/core/data/oa/validation/operationalActivity/MDCHK_OperationalActivity_ActivityAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/commands/DeleteReplicaPreserveRelatedElementsCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/information/CommunicationLinkRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ExchangeSpecificationRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/InterfaceUseSection.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/ClearLogHandler.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/listener/AbstractProjectListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/OperationalActivitySection.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/CurrentCompliancyProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/controllers/BooleanTypeController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_NumericValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/org/polarsys/capella/core/ui/semantic/browser/sirius/actions/DiagramOpenAction.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/pages/OperationalAnalysisPage.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/queries/GenericGetForLibWithCorrespondingArchitectureElement.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Interface_provisionedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/viewpoint/ViewpointHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalComponent_AllocatedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.model.preferences/src/org/polarsys/capella/core/model/preferences/CapellaModelPreferencesInitializer.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/datas/SequenceLabelFeatureExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/properties/CatalogElementSelection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentExchange_Categories.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/handlers/ConvertPrimitiveHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/TabbedPropertiesLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideABPhysicalCategory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/capella/OpaqueExpressionMigrationContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/constraint/UniqueAbstractTraceConstraint.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_Kind.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/EValidatorAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.preferences/src/org/polarsys/capella/core/model/preferences/IDeploymentPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/class_/MDCHK_PropertyWithOutType_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/stateFragment/MDCHK_StateFragment_ES_OES_AllocatedFunction.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/QueryIdentifierConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/ConceptComplianceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentInternalOutgoingComponentExchanges.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/selection/EClassSelectionContext.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_Part_DeployedElements__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/accelerators/AcceleratorOnFCILinkHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/Capability_InvolvedSystemComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewStateModeFunctionsMatrixAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/EPBSLayerExchangeItemMechanismRestriction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionFunctionalChain.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_LiteralNumericValue_Unit.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/interaction/SequenceMessageItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/AddModeStateToCapabilityCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/AbstractPathInvolvedElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/controllers/StateRealizationsController.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/item/SearchForDiagramItem.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/view/ICapellaCommonMenuConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/util/PreferencesExtensionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/controllers/Entity_AllocatedActivitiesController.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/fa/provider/FunctionalExchangeItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/ExpressionValueFamilyTypeCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/PhysicalLinkEndRule.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalComponent_IncomingPhysicalLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/EntitySection.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/Rule_FunctionInputPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/PhysicalPortRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/IItemDescriptor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/UnaryExpressionItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Component_usedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/dialogs/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/handlers/CapabilitiesHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/editors/IPageContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/PhysicalLink_Categories.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_NumericType_Property.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/AbstractTraceSourceAndTargetNaming.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/utils/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacore/CapellaElement_AppliedPropertyValues.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/activities/DifferencesComputingActivity.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/IMarkerSource.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/views/libraryManager/referencesManager/ReferencesManagerWidget.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/SetVariable.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/oa/Role_AllocatedActivities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/PropertyHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/CadenceExtensions.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/rules/ReplicableElementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetAvailable_InstanceRole_RepresentedInstance__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/CFEA01_ConnectionFunctionalExchangeAllocation_Realization.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentIncomingComponentExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/CommunicationLinkHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/activities/FinalizeTransitionActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/oa/CommunicationMean_ConvoyedInformation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/org/polarsys/capella/core/data/information/datatype/validation/DataValuePattern.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/SequenceMessageSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacore/BooleanPropertyValueItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/rules/AbstractRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/part/Part_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentIncomingDelegation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_StringReference_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_StringType_MaxLength.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/result/providers/label/CapellaSearchResultLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Enumeration_InheritedEnumeration.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/SequenceMessageHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/InterfaceRequires.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/SequenceLinkExt.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/cs/BlockArchitectureRule.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/widgets/filter/CapellaPatternFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/AbstractStateSection.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/policies/match/ContextMatchPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/SystemComponent_RealizedEntities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/CapabilityRealization_InvolvedFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPathInvolvingPhysicalPath.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionalExchangeSpecificationSection.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/BrowserActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/export/RulesExporterProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/epbs/GetAvailable_EPBSArchitecture_AllocatedPhysicalArchitecture.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/generator/ComponentFunctionAllocationResoultions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/collection/CollectionType.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/updatecur/properties/ReplicableElementProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Pin_realizingFlowPort.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractDependenciesPkg_inverse_dependencies.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/GetShowableAllocatedFunctions.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/org/polarsys/capella/common/tools/report/appenders/usage/ui/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/traceability/LocationTraceabilityHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/intermodelInconsistencyDetection/InterModelCycle.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/fa/FunctionOutputPortItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionPreferenceOption.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/association/AssociationEndsPrimitive.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewBlankFunctionalDataflowDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quicfix/helpers/QuickFixNavigationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.ui/src/org/polarsys/capella/core/transition/system/ui/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/ForkPseudoStateItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/ShowHideMCComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/TypeHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/TextValueGroup.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/category/CategoryImpl.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/ExchangeItemAllocationOnPortsResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/TerminatePseudoStateItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/filters/ResourcesFolderItemFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/SystemComponentPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/pa/delegates/PhysicalComponentHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/ContributoryMigrationRunnable.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/preferences/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/merge/CategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_NumericValue_Unit.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/schema/IPropertyGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalCapability_InvolvedEntity.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/provider/CapellaReadOnlyDelegationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/TriggerPointAdvisor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/AbstractPhysicalArtifactHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideABComponentPortAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CreateCategoriesController.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/move/MoveDownAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/InstanceRoleHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Collection_Type__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/generator/ComponentPortOrientationResolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/fs2es/rules/Rule_InstanceRole.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Role_AllocatedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/AbstractSemanticGroup.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/org/polarsys/capella/common/tools/report/appenders/usage/ui/UsagePreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.modeller.properties/src/org/polarsys/capella/core/data/modeller/properties/sections/ProjectSection.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/edit/table/CapellaMEConfiguration.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/DataFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/StatusManagerExceptionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/nature/LibraryNature.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/launcher/ILoopActivityDispatcher.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/DataValueTypeResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/helpers/SelectionDialogHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/internal/domain/ExecutionManagerEditingDomainListener.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/util/UserProfileDescriptor.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ReferenceHierarchyContextSource.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionInputPort_ProvidedInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewScenarioDiagramAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/activities/InitializeDiffMergeFromTransformationActivity.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/data/validate/SingleRefDataValidator.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/handlers/GenerateConnectionsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/common/rules/Rule_Constraint.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/ControlActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionPort/FP01_FunctionPort_RealizingPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/epbs/GetCurrent_ConfigurationItem_InvolvingCapabilityRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/DCOV_11_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.common.ui.resources/src/org/polarsys/capella/common/ui/resources/prefs/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_EnumerationReference_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/TransformLiteralNumericValueAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/command/InvertComponentExchangeDirection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/SearchMenu.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/schema/IPropertyValueProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/FinalState_Exit.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/stateFragment/MDCHK_StateFragment_FS_OAS_StateModeAvailability.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/BrowseRenderer.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/column/SingleRefColumn.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/GeneralClassHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/EnumerationItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolution/DWF_DC_21_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/fields/MessageKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/util/XmlPreferencesConfig.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ExchangeLinkHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/InformationRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentPort_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/InterfacePkgSection.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/policies/merge/ExtMergePolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/aird/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/UpdateReplicaHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/interactionUse/MDCHK_InteractionUse_ReferencedScenario_1.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/handlers/CreateRecUiHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/CollectionExt.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/session/ISessionAdvisor.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/wizards/CapellaWizardDialog.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/internal/command/WorkspaceCommandStackImpl.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/Functional_Exchange_Transitioned.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/DWF_DC_36_Children_To_Closest_Valid_Ancestor_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/FC2FSHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/State_ParentState.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/es2is/ES2ISTransform.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/handlers/FunctionalChainHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/cs/PhysicalPortItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_PhysicalLink_RealizedPhysicalLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/ItemInConceptSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/constants/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetSubDefinedActors.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/RefreshAction.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/internal/IPrivateQueryContext.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/utils/CapellaLayerCheckingExt.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/ContainmentTableField.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/SimpleSemanticField.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/fs2es/rules/Rule_AbstractEnd.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/oa/OperationalCapability_InvolvedEntities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/Messages.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.migration/src/org/polarsys/capella/patterns/migration/contribution/PatternsMigrationContributor.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapabilityRealizingCR.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/DataNotifier.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.validation/src/org/polarsys/capella/core/data/oa/validation/operationalActivity/MDCHK_OperationalActivity_Realization_1.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/wizard/newLibrary/NewLibraryProjectWizard.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.services/src/org/polarsys/capella/common/ui/services/ISelectorInPackageExplorer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/AbstractBooleanValueHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/sections/RequirementsPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/query/IRootQueries.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/content/provider/impl/AbstractContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/MDCHK_DE_CE_PL_Naming_1.java [WARNING] * core/plugins/org.polarsys.capella.core.flexibility.wizards/src/org/polarsys/capella/core/flexibility/wizards/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/capellamodeller/validation/MDCHKClassWithAbstractAttributes.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/handlers/ModelMigrationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/provider/CapellaWorkspaceProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/internal/session/CapellaSavingPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessageFunctionTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/scenario/MDCHK_Scenario_SequenceMessageOrderedConforms_1.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/merge/EmptyPackageCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/commands/AbstractLongRunnable.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/ISkeletonServices.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/util/IReportManagerDefaultComponents.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/ExtendedCadenceLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.commandline/src/org/polarsys/capella/core/validation/commandline/CapellaValidateComlineAction.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/selection/ILinkSelection.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/ExporterProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/graph/GraphNode.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/BlockArchitectureExt.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/providers/CapellaModelTreeContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ModelElementPreCondition.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/selection/SelectionContextHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/org/polarsys/capella/core/platform/sirius/sirius/validation/ddiagram/CapellaElementInDescriptionExistanceCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/commands/CommandUIHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/CapabilityRealization_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/ParameterDirectionGroup.java [WARNING] * common/plugins/org.polarsys.capella.common.model/src/org/polarsys/capella/common/lib/PseudoRandomGenerator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/handlers/AirdMigrationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/internal/UncontrolMessageDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/physicalPathInvolvement/PhysicalPathInvolvement_NextAndPrevious_1.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetIBShowHideComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_LiteralBooleanValue_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.model.detachement/src/org/polarsys/capella/core/model/detachement/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentCommunicationLink.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/properties/ExportPreferencesHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Property_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetCCEIShowHideComponent__Lib.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/ExtendedScheduler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/fields/TimeEventKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/CommonRule.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/handlers/merge/ReMergeUIDifferencesHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/IBServices.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/wizards/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ComponentExchangeHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/InstanceRole_parentScenario.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/SelectionFilterHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/actions/MDGenerateLinksAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_PhysicalPath_RealizedPhysicalPaths.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/la/MDCHK_LogicalArchitecture_laRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/ConceptSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalComponent_ImplementedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/af/ViewpointMigrationContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/ComplexValueReferenceRule.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/services/AbstractUIActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/internal/session/CapellaSessionListener.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/merge/AppliedPropertyValuesCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/StateTransitionEffect.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/LALayerExchangeItemMechanismRestriction.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/la/lc2pc/PartRule.java [WARNING] * core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaDiffPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/es2is/rules/Rule_AbstractEnd.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/DataValueSection.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/RichtextManager.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/FieldsViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ExceptionExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/CommunicationMeanItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ClassPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/CommandLineExtensionConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/ModelSelectionHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/merge/IMergeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/helpers/DDiagramHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/UnionPropertyRule.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/dialogs/AbstractMdeElementListSelectionDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration.ui/src/org/polarsys/capella/core/af/integration/ui/listener/SemanticBrowserUpdater.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_SequenceLink_Links.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_AbstractExpressionValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/CommonPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/ParameterRule.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.ui/src/org/polarsys/capella/common/tools/report/ui/pref/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/actions/SelectInSemanticBrowserAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/cmdline/MigrationCommandLine.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/MDTraceViewEditAction.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/crossreferencer/CapellaCrossReferencerProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CommunicationLinkComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/IMultipleSemanticFieldController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/controllers/CapabilityRealization_InvolvedComponentsController.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/CapellaNature.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/ExchangeItemKind.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacore/EnumerationPropertyValue_Value.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/StructureExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_Mission_InvolvedSystemComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/fields/ChangeEventKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/AbstractSemanticFieldController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/AbstractDataValueTypeCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/la/LogicalFunctionsSystemFunctionsAction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/LAAbstractCapabilityInvolvedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/epbs/delegates/ConfigurationItemHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/StateTransition_StateTransitionRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentExchange_RealizedComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/topdown/rules/Rule_InstanceRole.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericType_MaxValue.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/replicable/IReplicableElementHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/IExchangesCreator.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/commands/DeleteReplicaAndRelatedElementsCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/FastLinkerActivator.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/preferences/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractTypeTypedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaElement_requirement.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CapellaPasteAction.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/CapellaNavigatorPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/AbstractNewPAScenarioDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/commands/TransitionCommandHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/preferences/ICapellaPreferences.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/resolver/IResolverHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core.ui/src/org/polarsys/capella/core/commandline/core/ui/AbstractWorkbenchCommandLine.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/PC2CITransitionHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/constants/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/OneToManyCategoryFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/query/IQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetABInsertComponentActor.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/propertysheet/CapellaPropertySheetProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/delegates/SystemAnalysisHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetClassesInBlockDataPackage.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/helpers/ScenarioExt.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllInterfacesForActor.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/properties/ConnectionMatcherStrategy.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/widgets/handler/SelectionChangedHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionModelListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/LocationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_NumericType_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/actions/StartLinkAction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Function_ownedFunctionalChains.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/detach/properties/ElementNameProperty.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/data/MultipleValidElementsListData.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/MigrationJob.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/sirius/annotation/DAnnotationReference.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/preferences/DiagramProcessChainPathPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/CapabilityRealizationInvolvementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/activities/InitializeTransitionActivity.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/launcher/CreateRecLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentPort_MaxCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Signal_InheritedSignals.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/crossreferencer/CapellaECrossReferenceAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsAllocationSource.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/oe2actor/CommunicationMeanRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/DFW_I_11_Delete_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/MultiplicityElementItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionInternalOutGoingDataflows.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/controllers/EnumerationController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/StringType_MinLength.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/schema/IRenderers.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/epbs/NewEpbsArchitectureBlankAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/handlers/ArchitectureHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacore/ConstraintItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/sa/MissionBlankAction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CommunicationLinkExchangeItem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/sections/LogicalArchitecturePkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/Part_DeployedElements.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/modellingcore/delegates/ModelElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/datas/SequenceFilterLabels.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/MDCHK_FunctionalExchange_FunctionalExchangeRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/Port_AllocatedPort.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/wizards/EditCapellaCustomPropertyWizardPage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/pa/delegates/ComponentInstanceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/FastLinkerManager.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/handlers/merge/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_InterfaceImplementation_ImplementedInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/State_OwnedEntryExitPoints.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/core/OpaqueExpressionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/prefs/ExportValidationPreferenceInitializer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/InvolvementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllEnumerations.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/IFieldEditorPropertyPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/rules/AbstractCommonRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/org/polarsys/capella/core/data/common/ui/quickfix/CommonQuickfixPlugin.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/modellingcore/delegates/AbstractTypeHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/queries/ReferencingReplicableElements.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/naming/DAnnotationSourceConstants.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/properties/SourceNameProperty.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/data/DataViewerLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/AllocationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/logicalComponent/LogicalActor_RealizedSystemActor.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/AssociationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/CloneAction.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideInvisibleExchangeCategory.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/StackCompartmentEditPart.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/viewAndController/SelectOperationDialogForSharedDataAndEvent.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/AllocationManagementData.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/AbstractCapellaDeleteHook.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/util/SlavePopulatorMenuService.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/NamedElementHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.services/src/org/polarsys/capella/common/ui/actions/AbstractTigAction.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/queries/CatalogElement_AllUsedElementLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/intermodelInconsistencyDetection/DependencyViolation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/sequenceLink/SequenceLinkWithInconsistentAssociatedLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/capabilityRealization/MDCHK_CapabilityRealization_Refinement_2.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/PhysicalLinkFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_UnlinkJustification.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/drop/IDropAssistant.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/impl/cmd/CreatePhysicalArchiCmd.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionalChain_RealizedFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ComponentExchangeEndHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.services/src/org/polarsys/capella/core/services/IProjectServices.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/SequenceMessage_ExchangedItems.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Mission_InvolvedSystemComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/sequenceLink/SequenceLinkBetweenAdjacentControlNodesWithoutFCIFunction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessage_AllocatedFunctionalExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/fields/ControlNodeKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/clipboard/RichTextLinksClipboard.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/LiteralBooleanValueType.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/CreateFunctionalAllocationCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/AbstractPreferencesInitializer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/OALayerExchangeItemMechanismRestriction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/abstractCapability/MDCHK_Capability_Components_NotInvolved.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/CommandSelectionContainer.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CheckAction.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/PhysicalActorExchangesCreator.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/attachment/DefaultAttachmentHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/capability/MDCHK_Capability_Location_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/UnknownEStructuralFeature.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewComponentBreakdownDiagramAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/scope/CompoundScopeRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/IImageKeys.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/configuration/project/WizardProjectCreationPage.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/scope/CapellaComplementaryScopeRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui/src/org/polarsys/capella/core/validation/ui/actions/EPFValidationAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/interaction/provider/SequenceMessageItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeAllocatingLogicalComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/OperationalActivityPkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/fields/FallbackDescriptionGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/la/provider/LogicalComponentItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/ISToISHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ItemQuery_Pin_sourceOwner.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalEntity_IncomingCommunicationMean.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/helpers/FilterHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.menu.dynamic/src/org/polarsys/capella/common/menu/dynamic/util/DynamicCommandParameter.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/traceability/ITraceabilityHandler2.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalArchitecture_AllocatedLogicalArchitecture.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainInvolvingCapability.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/InheritanceConstraint2ForExchangeItemElement.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/SequenceLink_Links.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/handlers/SynchronizeExchangeItemAllocationsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbsEntityCommunicationMean.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangeSpecification_realizingDataflow.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/CapellaReplaceQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionOutputPortHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/LogicalComponentExt.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/AbstractFunctionExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/InitialPseudoState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetCurrent_EnumerationPropertyValue_Value.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/src/org/polarsys/capella/core/data/la/ui/quickfix/resolver/LogicalComponentRealizedSystemComponentsResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/team/TeamPropertyPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/AbstractSimpleSemanticFieldController.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchangeCategory.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/filters/IsActorFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/decorators/ReplicableElementLabelDecorator.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/scope/ContainmentScopeFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/pa/PhysicalFunctionItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Function_functionBreakdown.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsAbstractCapabilityIncludeTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionDragAndDrop.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/pa/PhysicalArchitectureItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_CommunicationLink_ExchangeItem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/ExchangeItemElementBooleanPropertiesCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_LogicalFunction_AvailableInstates.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/BreakdownRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/AbstractExchangeItemPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ClassExt.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/app/CapellaStatusHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ObjectFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/validation/CapellaDiagnostician.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/RenameResourceAction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Part_type.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/IDiagramNameConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/ClipboardStatusHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/ItfTransfo.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/FunctionPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/epbs/EPBSArchitectureItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/ExtendedRuleMappingExtensionService.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/data/AbstractData.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/merge/AvoidUnsynchronizedFeatureCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/messages/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/PropagateExchangeItemAllocationsAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetAvailable_StateFragment_RelatedAbstractFunction.java [WARNING] * core/plugins/org.polarsys.capella.core.re.validation/src/org/polarsys/capella/core/re/validation/integrity/I_43_ReferencingToAnAirdElement.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/merge/PartOwnedTypeCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/DataPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/AbstractSimpleEditableSemanticFieldController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/interaction/TimeLapseItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/fields/BasicElementGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/internal/session/CapellaSavingPolicyHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllCollections.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/helpers/PredefinedTypesHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Parameter_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/sections/CapellaExtensionsPropertySection.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/handlers/SelectionDependenciesScopeHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/ReportMarkerResolution.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/fs2es/FS2ESHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacore/CapellaElement_OutgoingRequirement.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnaryExpression_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalComponent_deployingPhysicalComponents.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/handlers/options/ReUIOptionHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/rules/IRuleUpdateAttribute.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentExchange_AllocatedFunctionalExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/ServiceRule.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractStateParentActiveElements.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/CapellaEngine.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/InvolvedElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacore/FloatPropertyValueItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/handlers/LabelFilterForSequenceHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_LogicalComponent_ImplementedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_SystemComponent_InvolvingCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/preferences/CapellaValidationPreferencesInitializer.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/CapellaFieldEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ModelElementExchangeContext.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/handlers/Label4Handler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_Mission_IncludedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/InstanceRoleSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_ExchangeItemElementMinCard.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/DWF_I_21_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/decorators/ProtectedElementsDecorator.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/domain/IEditingDomainListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalArchitecture_AllocatedLogicalArchitecture.java [WARNING] * core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaScope.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/la/LogicalArchitectureRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/Messages.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.obfuscator/src/org/polarsys/capella/patterns/obfuscator/PatternObfuscator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/Mission_InvolvedSystemComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/DWF_D16_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/constants/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/preferences/TitleBlockDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_ExchangeItemElement_ReferencedProperties.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/LogicalAndPhysicalFunctionInvolvingCapabilityRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewLogicalArchitectureDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/drop/CapellaDragAndDropCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/delegates/RoleHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/widgets/filter/CapellaFilteredTree.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Property_MinCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionAllocatingComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.selection.queries/src/org/polarsys/capella/core/data/selection/queries/capellacore/GeneralizationSelection.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/uml2/rules/Rule_InteractionUse.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/preferences/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/renderers/ReplicaContentRenderer.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/content/provider/impl/ReferencingElementCP.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/MDCHK_Function_ActivityAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/PhysicalLinkEndHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/properties/CapellaCommandsPreferencesPropertyTester.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/OE2SystemTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/rules/cs/PhysicalPortRule.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/data/IMoveableData.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CapellaCopyAction.java [WARNING] * common/plugins/org.polarsys.capella.shared.id.handler/src/org/polarsys/capella/shared/id/handler/IScope.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ModelQueryHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/contribution/BackupResourceContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/modellingcore/delegates/TraceableElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalEntityAllocatedRoles.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_LogicalComponent_InvolvingCapabilityRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.menu.dynamic/src/org/polarsys/capella/core/menu/dynamic/services/DynamicServiceFactory.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/export/utils/ITextConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/ComponentExchangeFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/viewers/NamedElementLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/IntegerPropertyValueSection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetIBShowHideActor.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/SynchronizeExchangeItemAllocationsAction.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/OA2SMTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/ViewCapellaModelPage.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/Activator.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/util/ReportManagerDefaultComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewStateMachineDiagramAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/renderers/TargetTextRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/AbstractEnumerationValueHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/GeneralizableElementAllSuperGE.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/PropertyStore.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/utils/ListExt.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionPortAllocatedExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/item/SearchForItem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/AbstractCapabilityExtensionPointHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/UpdateCECategoriesController.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/IAbstractDefaultPreferencePage.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/scope/SharedElementsScopeRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_DeployConf_Deployments.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/LiteralNumericValueRule.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/commands/DiagramTransitionRunnable.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/merge/scope/TargetModelScope.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/PreferencesFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/location/LocationHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/CheckboxFilteredTree.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/ITransfo.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Parameter_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/helpers/ReHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/State_Entry.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/capellamodeller/validation/MDCHK_Class_FinalSuperClass.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolver/PhysicalComponentNatureToBehaviorResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentProvidedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/SwimlaneSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ClassifierExt.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/la/lc2pc/LogicalComponentRule.java [WARNING] * core/plugins/org.polarsys.capella.core.re.validation/src/org/polarsys/capella/core/re/validation/design/consistency/ComplianceValidationContext.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPath_PhysicalLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/view/FastLinkerFigureCanvas.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/providers/IImageKeys.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/argumentparser/BasicArgumentAnalyzer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/la/LogicalFunctionItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionalChainHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/location/ILocationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacore/BusinessQueriesProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/org/polarsys/capella/common/platform/sirius/customisation/uicallback/SiriusUiCallBack.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/RefinementLinkExt.java [WARNING] * core/plugins/org.polarsys.capella.core.menu.dynamic/src/org/polarsys/capella/core/menu/dynamic/services/CustomNamePrefixes.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchangeAllocatingComponentExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Collection_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/IMultipleEditableSemanticFieldController.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/RepresentationPackage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/la/LogicalFunctionPkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceLinkTargetControlNode.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolver/PhysicalArchitectureRealizedLogicalArchitectureResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/util/PreferencesHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/common/rules/Rule_InteractionElement.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/ItemInConceptItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/property/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/ESFtoESBCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/OperationalActivityItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentPort_RequiredInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cache/ModelCache.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/handlers/AbstractDiagramCommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_StateTransition_StateTransitionRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_BooleanType_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangesItemExchangeItemElements.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/perspective/CapellaSplashHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ComponentArchitectureBlankRefreshExtension.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/CanonicalContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/utils/QueriesFilters.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/DFW_DC_08_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_Part_TypePorts.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Component_implementedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/ExchangeItemInstanceItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/launcher/CreateReplicaLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainParent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/union/UnionDiscriminantDataValue.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/helpers/TraceabilityHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/internal/ProjectContentsLocationArea.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/CapabilitySection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/commands/AddSrcElementToTrace.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_State_ReferencedStates.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/update/properties/ReplicableElementProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_BooleanType_Property.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/IImageKeys.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewSystemCapabilitiyFromOperationalCapability.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchange_realizedDataflow.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnionProperty_MinLength.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/ESToISHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/cs/PhysicalLinkItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/utils/ConnectionsUtils.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/State_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/LogicalFunction_AvailableInstates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_AbstractStateProperties.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/DataValueContainerSection.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/log/ILogHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetCurrent_OperationalCapability_InvolvedActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPortOutgoingComponentExchanges.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/ext/CapellaIdProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/AbstractSemanticField.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetSubUsedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/ShowHideStates.java [WARNING] * core/plugins/org.polarsys.capella.core.model.preferences/src/org/polarsys/capella/core/model/preferences/ISynchronizationPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/preferences/OutputModelPreference.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/viewAndController/SelectInvokedOperationView.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/AbstractCapellaNewDiagramHyperlinkAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/org/polarsys/capella/common/tools/report/appenders/usage/util/UsageFormatter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/runnable/OpenRepresentationsRunnable.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/constraint/ReferentialConstraintsValidationRule.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/scope/LibraryValidSharedElementsFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/RemoveSubTypesFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/ModeStateMachineServices.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/SequenceDiagramServices.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/OaHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolver/PhysicalComponentNatureToNodeResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/merge/scope/ReferenceModelScope.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/InteractionStateSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/handlers/ShowRelatedElementsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/LiteralNumericValueSection.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/dialog/MetricDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/queries/GenericGetForLibWithSystemEngineering.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/gen/edit/decorators/ForwardingItemProviderAdapterDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/GeneralizableElementAllSubGC.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/datas/LabelToggleState.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_Capability_InvolvedSystemComponents.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/AbstractRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/services/NamedElementExt.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/AttributeNameValueFromSource.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/export/ExportUtils.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/UpdateDefHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/ConceptPkgSection.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/SelectListRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.model.semantic/src/org/polarsys/capella/core/model/semantic/LogHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/commands/MDGenerateLinksCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/internal/quickfix/ICapellaQuickFixExtPointConstants.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/ext/ModelElementPatternInstancesQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/OperationalAnalysisItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/activities/InitializeDiffMergeActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/impl/cmd/CreateLogicalArchiCmd.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/ScenarioService.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.properties/src/org/polarsys/capella/core/data/epbs/properties/controllers/RealizedPhysicalArtifactsController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/InteractionOperandSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/DomainElementItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/services/helper/UserEnforcedHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/viewers/NamedElementFullLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Enumeration_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/scope/CapellaRelatedElementsRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.model.semantic/src/org/polarsys/capella/core/model/semantic/prefs/SemanticModelPreferencesMock.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/location/CapellaLocationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/Mode_Exit.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Collection_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/GenerateInterfacesAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/EnumerationLiteralItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.model.semantic/src/org/polarsys/capella/core/model/semantic/AbstractMetaData.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/sequenceLink/SequenceLinkHasEmptyCondition.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/logicalComponent/MDCHK_LCDecompInvolvedScenarioConforms.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Collection_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/ArmTimerEventSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/epbs/GetAvailable_ConfigurationItem_ImplementedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/services/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.model.semantic/src/org/polarsys/capella/core/model/semantic/prefs/ISemanticModelPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_AbstractFunctionalBlock_AllocatedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellamodeller/SystemEngineering_ReusedSharedPkg.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/view/CapellaCommonNavigator.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/data/validate/ManyRefDataValidator.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/current/IRuleMappingExtensionConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/NumericReferenceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/activities/InitializeDiffMergeActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/ShowHideMSMStates.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/resolver/ResolverHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.linkedtext.ui/src/org/polarsys/capella/common/linkedtext/ui/EmbeddedLinkedTextEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_LiteralStringValue_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_NumericType_NullValue__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_ComplexValueReferenceType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/controllers/TypedElementController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/ComplexValueReferenceItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalProcessInvolvedOperationalActivities.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/sirius/annotation/eoi/RepresentationToElement.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/ABServices.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/ChoicePseudoStateItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/epbs/NewComponentBreakdownDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/wizard/AirdFragmentCreationWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/AbstractNewSAScenarioDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/GenericShowHide.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalInterface_InheritedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/ComponentExchangeThroughDelegationsAction.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangeItemAllocatingOutPutFunctionPorts.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/schema/IRestraintProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/configuration/project/IConfigurationProject.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/notify/INotifyChangeEvent.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/property/PropertyContext.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/RoleAllocationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ItemQuery_Scenario_getReferencingScenarios.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainInvolvedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/constants/IDNDToolNameConstants.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/GroupHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/drop/BasicDropConstraints.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/move/MoveUpAction.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/preferences/ExportCSVPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/ActorTransitionHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/handlers/AllElementsScopeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/delegates/MissionInvolvementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/merge/NoLeafFunctionalAllocationCategoryFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/merge/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_State_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalChainInvolvement/FunctionalChainInvolvementLink_ExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_EnumerationLiteralDomainValue__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/UnaryExpressionSection.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/activities/MakeTraceabilityActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/interaction/provider/InteractionItemProviderDecoratorAdapterFactory.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.ui/src/org/polarsys/capella/common/tools/report/ui/pref/IReportManagerPrefPage.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration/src/org/polarsys/capella/core/af/integration/CapellaContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/common/rules/Rule_CapellaElement.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_Part_TypePorts.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalues/ui/page/PropertyValueLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/controllers/Entity_AllocatedRolesController.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/IFinalizer.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/transformation/ITransformationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/helpers/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/MDCHK_Interface_Usage_2.java [WARNING] * core/plugins/org.polarsys.capella.core.re.project/src/org/polarsys/capella/core/re/project/ReProjectActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/AffectToMessage2.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/UndoRedoActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentExchangeSourceAndTargetComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellamodeller/delegates/SystemEngineeringHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/controllers/RealizedPhysicalPortsController.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaElementReferencingScenario.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/org/polarsys/capella/core/data/information/communication/ME01G_CommunicationLink.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnionProperty_MinValue.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/location/DefaultLocationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/AllocationManagementWizardAction.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/refactoring/WorkspaceImagePathChange.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/CollectionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/StringReferenceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/tester/CommandTester.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/StateTransitionOutGoingIState.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/query/QueryAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/internal/CapellaProjectContentsLocationArea.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.ui/src/org/polarsys/capella/core/transition/system/ui/preferences/TransitionsPreferencesInitializer.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/SystemEngineeringExt.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaContainmentTreeListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/PortAllocationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_CapabilityRealization_InvolvedAbstractFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/SystemFunctionPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Enumeration_MinValue.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/RefreshElement.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ExchangeCategorySection.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/predicate/CapellaActivityExplorerPredicate.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNode_OutgoingInteractions.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/Activator.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/contextscope/ContextScopeHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/refactoring/CapellaRenameParticipant.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Capability_extendingCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/preferences/ITransfertViewerPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/AbstractFragmentExt.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/activities/PostTransformationActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentExchange_Categories.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentPort_MinCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/systemComponent/SystemComponent_InvolvedMissionsAndCapabilitiesConforms.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_ExchangeItemElementMaxCard.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/CollectionBooleanPropertiesCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/EnumerationReferenceTypeCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/PhysicalPathRule.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractStateRealizationStateAndMode.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/validation/ValidatorAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/validation/xml/XHTMLEntities.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/move/representation/MoveRepresentationAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_NumericType_MinValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/ExchangeItemDirection.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/view/IDoubleClickListener.java [WARNING] * common/plugins/org.polarsys.capella.common.linkedtext.ui/src/org/polarsys/capella/common/linkedtext/ui/EmbeddedLinkedTextEditorConfiguration.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/RepresentationAnnotationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/PropertyRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/componentPort/ComponentPortOnNodePC.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_NumericType_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/uml2/rules/Rule_CombinedFragment.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/LiteralBooleanValueSection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualComponentDetailedInterfacesRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_ValuePart_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/delegates/ActivityAllocationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/handlers/Label7Handler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/StateTransitionEffect.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainInvolvmentLinkExchangeContext.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalLinksRealizedConnection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/information/provider/InformationItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ComponentExchangeAllocationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/configuration/project/actions/NewProjectAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Property_Cardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/merge/ArchitectureLinkCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration/src/org/polarsys/capella/core/af/integration/listener/MetadataViewpointUpdater.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_ValuePart_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/EnumerationLiteralSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionalChainInvolvementLinkSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/sirius/diagram/AbstractModelElementRelatedRepresentationQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Component_parentComponent.java [WARNING] * common/plugins/org.polarsys.capella.common.linkedtext.ui/src/org/polarsys/capella/common/linkedtext/ui/LinkedTextCompletionProposal.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/ByNameMatcher.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/AbstractDependenciesPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/graph/InvolvementHierarchyGraph.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/handlers/DataflowHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/physicalPort/PhysicalPortOnBehaviourPC.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewInternalInterfaceDiagramOnPSAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/actions/ProgressMonitoringActionsHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/SwitchHumanActorLabels_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/helpers/NotificationHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/replicable/ReplicableElementHandlerHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.model/src/org/polarsys/capella/common/model/copypaste/SharedCutPasteClipboard.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/providers/TitleBlockItemDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_Capability_InvolvedFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/CapabilityExploitationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.linkedtext.ui/src/org/polarsys/capella/core/linkedtext/ui/CapellaLinkedTextUIActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/OperationalActivityPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/MultiplicityElementBooleanPropertiesCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/move/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_FS_OAS_InvokedOperation.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.migration/src/org/polarsys/capella/patterns/migration/PatternsMigrationPlugin.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/transaction/ContainmentTreeListener.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/helpers/DiagramTransitionTraceability.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetCurrent_SequenceMessage_InvokedOperation.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/CapellaBrowserActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.menu.dynamic/src/org/polarsys/capella/core/menu/dynamic/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_JoinPseudoState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/Rule_ComponentExchange_Interface.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/IHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/ViewerRefresh.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_State_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/MDCHK_Component_PartTypeLevel.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalProcessParent.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/fields/IsHumanCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/resolver/I_44_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetCCIIShowHideActor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/UnionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.linkedtext.ui/src/org/polarsys/capella/core/linkedtext/ui/OpaqueExpressionItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DCOM_20_Resolver_Target.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/handlers/merge/DiffComparisonViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_State_Mode_Hierarchy.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/GeneralViewer.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/export/IExporterProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/scope/RuleContainersScopeRetriever.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/helper/container/CommonBQInput.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/fa/FunctionalExchangeSpecificationItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/la/LogicalComponentPkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/AbstractCapellaHyperlinkAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/DAnnotationReferenceController.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/activities/DifferencesMergingActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/AbstractFunction_OneIncoming.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetCurrent_OperationalCapability_InheritedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ConnectionEndComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalNode_Deployments.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/information/CommunicationLinkForComponentIsDefinedInItsParent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/capella/ModelMigrationRunnable.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionInputPort_InComingExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/LogicalComponentShortcut_ReferencedLC.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/InterfaceAllocationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/provider/IReadOnlyListener.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/location/SpecificPackageLocationAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/edit/table/CapellaMETable.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/CapabilityConfigurationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/PhysicalQuantity_InheritedType.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/ActivityAllocationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/EntityOperationalCapabilityInvolvementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/DataValueReferenceResolver.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/activities/InitializeDiffMergeFromScopeActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/controllers/PhysicalPathAllocatedComponentExchangesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Enumeration_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/StateFragmentRelatedStates.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/actions/ListenToSelectionEventsAction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeDefaultLevelOutgoingInteraction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/RelationshipHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/services/PatternHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/app/CapellaExpressionSourceProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/operation/OperationReturnParameter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/abstractqueries/CapellaElement_CurrentAndHigherLevelsQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/org/polarsys/capella/core/data/information/communication/properties/fields/CommunicationLinkProtocolGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionalExchange_ExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/PhysicalComponentFunctionAllocation.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/org/polarsys/capella/common/tools/report/appenders/usage/util/UsageLogger.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/PropertyGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/ctx/SystemAnalysisRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/ParameterItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/ComponentRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/MDCHKInterfaceExchangeItemAllocationConsistency.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/physicalPath/PhysicalPathComponentExchangeAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OwnedSpecification.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Property_MinValue.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/editors/Editor.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.model.obfuscator/src/org/polarsys/capella/core/model/obfuscator/ObfuscatorHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/CapellaElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.re.project/src/org/polarsys/capella/core/re/project/ReProjectPropertyTester.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/model/CategoryPreferencesManager.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalues/ui/page/PropertyValueHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/UpdateCategoriesController.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/FileHelper2.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/TechnicalInterfaceRepresentAllCommunicationLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericValue_Unit.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/TraceableElementOutgoingTrace.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/sorter/ViewpointItemSorter.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/Rule_FunctionalExchange_Interface.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/handlers/CopyPathHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/services/DataTypeExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_BooleanType_InheritedBooleanType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/TechnicalInterfacesShouldNotBeUsedByMoreThanOneComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PropertyAssociation.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/AbstractContextMenuFiller.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/EcoreUtil2.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangeItemAllocatingInputFunctionPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/EnumerationReference_ReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/BinaryExpressionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/messages/CsQuickFixMessages.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/components/TraceTreeViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/AbstractStringType_Value.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/cs/PhysicalPathItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/services/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/preferences/PreferenceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/providers/TraceStore.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/PerformAutomatedTransitionOfLogicalComponentsAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/cs/PhysicalLinkRule.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/PropertyWizardPage.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/AbstractCapabilityPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/SessionLabelProviderHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/PartSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_AbstractExpressionValue_Operand__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetCurrent_InstanceRole_RepresentedInstance.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/NameValuePair.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_Capability_InvolvedAbstractFunctions.java [WARNING] * core/plugins/pom.xml [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions/src/org/polarsys/capella/common/ui/massactions/shared/menu/AbstractSendToCommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/AssociationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/sections/ContextInterfaceRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/InteractionQuickFixActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/SystemCommunicationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/view/SemanticBrowserView.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/controllers/ImplementedInterfacesController.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CapellaDeleteAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/sequenceLink/SequenceLinksBetweenNodesWithNoConnectingFE.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/sequenceLink/SequenceLinkOppositeDirectionToFE.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/EObjectNotificationMap.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/PortRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.re.project/src/org/polarsys/capella/core/re/project/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/MDCHK_RootFunction_FunctionRealization.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/AbstractQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/rules/fa/FunctionOutputPortRule.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessage_refinedSequenceMessage.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/ITransfoEngine.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/logicalComponent/MDCHK_LCDelegationConforms_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/FE01_FunctionalExchange_RealizingPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Property_Type__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualComponentExternalInterfacesRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/commands/MDTraceViewListener.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/propertyTester/ActivationPropertyTester.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/ValuePart_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/common/InvolvementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration.ui/src/org/polarsys/capella/core/af/integration/ui/provider/CapellaSelectionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/queries/GetAllCatalogPkgQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/NavigatorCommandStackListener.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/utils/ReflectUtil.java [WARNING] * common/plugins/org.polarsys.capella.common.model.helpers/src/org/polarsys/capella/common/model/helpers/internal/IInternalModelConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbsFunctionalExchangeRealizedFunctionalExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/cs/ComponentRule.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainAvailableInState.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Class_InheritedClasses.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_State_ReferencedStates.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/detach/properties/InitialSourceProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnionProperty_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/AbstractCapability_RealizedCapabilitiesController.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/wizards/filter/IdentityFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/JoinPseudoState_StateRealizations.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/scope/DependenciesHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/fa/FunctionalChainInvolvementItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionPort/DCOM_22_UnsynchronizedExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/filters/ViewpointsFolderItemFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/PluginActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/CollectionValueRefReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/PhysicalLinkRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/interaction/InteractionFragmentItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/modellingcore/ModellingCoreHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionalChain_RealizedFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/property/PropertyMaximumCardinalityIsNatural.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/ComponentFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/KeepRealActorsFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SAFunctionalChainInvolvingCapability.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/rules/IRuleUpdateReference.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractStateRealizingState.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/ext/CapellaSemanticMapping.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/traceability/IDiagramTraceability.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/fa/ComponentFunctionalAllocationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionInputPort_ProvidedInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/MDTrace.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/SequenceMessage_ServiceInterface.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/argumentparser/ArgumentAnalyzerException.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/EStoESCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/impl/Transfo.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/scope/ExtendedScopeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalFunction_RealizedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/class_/MDCHK_PropertyKindWithPrimitiveClass_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/ChangeEvent_Expression.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/activities/InitializeTransitionActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/SelectOperationDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/helpers/HoldingResourceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/ScopedCapellaPreferencesStore.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/EnumerationValueGroup.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/AbstractStructuredContentProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/visualize/table/CapellaMVFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_ChangeEvent_Expression.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/handlers/DeleteReplicaAndRelatedElementsUiHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalComp_Deployments.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaModelDataListenerForAssociations.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/PerspectivePlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/wizard/SelectRepresentationsWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/controllers/Mission_InvolvedSystemComponentsController.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/updatecur/properties/ReplicaProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_EntryPoint_Transition.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ComponentExchangeAllocatorHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideExchangeCategory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/controllers/PhysicalLinkAllocatedComponentExchangesController.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/fields/CapellaElementDescriptionGroup.java [WARNING] * common/plugins/org.polarsys.capella.shared.id.handler/src/org/polarsys/capella/shared/id/handler/AbstractIdHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/la/provider/LogicalComponentPkgItemProviderDecorator.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/property/PropertyPreference.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/EntryExitPoint_ParentRegion.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/LinkInfo.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/pom.xml [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/AbstractState_Properties.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalChainInvolvement/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/fc2fs/FC2FSExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalComponent_RealizedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllDataTypes.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/manager/LibraryManagerExt.java [WARNING] * core/plugins/org.polarsys.capella.core.model.obfuscator/src/org/polarsys/capella/core/model/obfuscator/actions/ObfuscateRepresentationCommand.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/context/TransitionContext.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/InterfaceImplementors.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/FunctionalChainRealizationsController.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/handlers/UpdateDefUiHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/CapellalEditingDomainListenerForPropertySections.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/DefaultChildrenCompliancyProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/oe2system/CommunicationMeanRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/ConstraintController.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalues/ui/page/PropertiesComparator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentPort_RealizedComponentPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalComp_Deployers.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/activities/InitializeTransformationActivity.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/commands/CreateRecCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/viewAndController/SelectInvokedOperationFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/commands/UpdateDefCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/query/ICapellaQueries.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_StringType_InheritedStringType.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeOALevelOutgoingInteraction.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/PhysicalLinksCreator.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/provider/CapellaSemanticEditingDomainProviders.java [WARNING] * core/plugins/org.polarsys.capella.core.model.preferences/src/org/polarsys/capella/core/model/preferences/IProtectedElementsPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/RotativeImageEditPartProvider.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.ui/pom.xml [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/queries/CatalogElement_AllUsedCatalogElements.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_NumericType_DefaultValue.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/traceability/MappingTraceability.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/services/ExchangeItemElementExt.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/activities/InitializeTransitionActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractFunction_outgoingInteraction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/sirius/annotation/eoi/RepresentationToContextualElement.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/properties/TargetNameProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/MultipleEditableSemanticField.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/PartNotNull.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/properties/SourceElementProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_BooleanReference_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetAvailable_InteractionUse_ReferencedScenario.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/system/MDCHK_SystemUsedInterfacesDelegation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/services/FunctionPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/la/LaHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/graph/BasicGraph.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/DWF_I_22_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_LogicalComponent_UsedInterfaces__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/ActivityExplorerActionProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/org/polarsys/capella/common/ui/menu/dynamic/AbstractNavigatorAction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbsFunctionalChainRealizedFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_LogicalComponentShortcut_ReferencedLC.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeAllocatingEntity.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/DeleteCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/Rule_FunctionPort.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/filter/group/ConstraintGroupServices.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/PropertyChangeListener.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/create/properties/ReplicaContentProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/dialog/ProgressMonitoringLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/DataTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/ExchangeItemSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/generator/Helper_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/app/CapellaApplication.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/DefaultNamedElementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/ConstraintHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/intermodelInconsistencyDetection/InterModelInconsistency.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/PropertyControl.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Enumeration_DomainType.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/property/PropertyGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/capability/Capability_InvolvingActors.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/sirius/diagram/ModelElementRelatedTablesQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacore/EnumerationPropertyValue_Type.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/services/helper/FormHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/topdown/TopDownExt.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractPhysicalPortPhysicalLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/wizard/ExtractRepresentationsWizard.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/activities/InitializeReMgtActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/constraint/ReferentialConstraintsValidationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/capability/MDCHK_Capability_Refinement_1.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaPropertyType.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/AttributeDescriptionValueFromSource.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/org/polarsys/capella/core/ui/properties/descriptions/CapellaUIPropertiesDescriptionPlugin.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/TableColumnResizeListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/Mode_ReferencedStates.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/FunctionInputPortRule.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/CapellaPreferenceNode.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/result/providers/content/CapellaSearchResultTreeContentProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/queries/CatalogElementRelatedSemanticElements.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/DragAndDropServices.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ConstraintExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/controllers/Collection_ValueController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/af/ViewpointMigrationContributor.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/item/SearchForAttributeItem.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/actions/ProgressSetDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/fields/TitleBlockBasicElementGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainRealizedOperationalProcess.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionalExchange_Target.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/rules/fa/ComponentExchangeRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/controllers/Class_InformationRealizationsController.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/AbstractTooltipLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Generic_ReferencedValue__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/MDCHK_Component_InterfaceLevel.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/PhysicalComponent_RealizedLogicalComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/ESToISCommand.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/traceability/CompoundTraceabilityHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/traceability/ITraceabilityHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/CapellaCloneDiagramCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/resolver/I_03_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/preferences/DeletePreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/interaction/ConstraintDurationItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/InterfaceRequirer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Enumeration_DefaultValue__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/CapellaDataListenerForPropertySections.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/ExtendedPurposeRegistry.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnionProperty_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/operations/CapellaOverrideCopyOperation.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/rules/ReplicableElementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/filters/PartFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/generator/DWF_DS_19_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/item/SearchForNoteItem.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetDataValues.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/CreateRecHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetAvailable_SequenceMessage_ServiceInterface__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/controllers/ExchangeItemElementController.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/services/commands/AbstractUiHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualComponentInternalInterfacesRefreshExtension.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/create/properties/ReplicableElementProperty.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/category/ICategory.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/refresh/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/RepresentationContextualElementsField.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/ext/CapellaRuleProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_SystemComponent_RealizedEntities.java [WARNING] * core/plugins/org.polarsys.capella.core.model.preferences/src/org/polarsys/capella/core/model/preferences/DeletePreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/internal/NavigateForwardHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/NodePhysicalComponentExchangesCreator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/resolver/Abstract_TJ_G_05.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/abstractqueries/AbstractSystemEngineeringQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/ElementKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/PhysicalActor_RealizedLogicalActor.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangeItemAllocationExchangeItem.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/sirius/diagram/RepresentationDescriptorTargetElement.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentExchange_RealizedComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentPort_RealizedComponentPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/NumericValueFamilyTypeCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/model/CategoryPreferences.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/activities/AbstractActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/handlers/merge/MergeCategoryManager.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/State_ReferencedStates.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/utils/graph/IDirectedGraph.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/dialogs/TransitionDiffMergeDialog.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/activity/delegates/ActivityPartitionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ComponentExchangeRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/CreateAssociationCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/Scenario_RealizedScenario.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Union_DiscriminantType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/AbstractCapabilityInclude_Included.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/DAnnotationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/NewActivityScenarioAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/controllers/UnionPropertyController.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/activities/InitializeTransitionActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_SystemComponent_UsedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/commands/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/State_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/graph/Graph.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalComponent_ImplementedInterfaces__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/capella/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/CapellaUIPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionTreeNodeContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/AbstractFunction_TransitionFunctionKind.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/model/ICategoryTreeNode.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/scenario/MDCHK_Scenario_KindVSLevelConsistency.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/PackageDependenciesRefreshExtensionProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/extensions/columnprovider/SemanticBrowserColumnProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/impl/cmd/CreateEPBSArchiCmd.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainInvolvmentLinkSource.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/sections/DiagramDescriptionPropertySection.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/EObjectCouple.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionSourceViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/CollectorVisitor.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/internal/quickfix/MarkerResolutionCache.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/LinkCreatorFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CapellaCutAction.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/GetImagesFromEClassUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/AbstractCapabilitySection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetAvailable_Entity_AllocatedActivities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/generator/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/services/ExchangeItemExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/physicalLink/PhysicalLink_Location.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/org/polarsys/capella/core/common/ui/wizards/IsLogicalComponentNotHuman.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/properties/ActiveStateProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/interaction/AbstractCapabilityPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/DataTypePkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/properties/ProviderChangeEvent.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/traceability/LinkTraceabilityHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/PropertyWizard.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/AbstractRegExpViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/la/LogicalArchitectureItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/capellacommon/provider/CapellacommonItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/association/MDCHK_Association_OwnedMembers.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/ComponentRule.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/provider/ILibraryProviderListener.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPortIncomingComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/services/OperationalCapabilityExt.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/RemoveIndirectSuperTypesFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Collection_Index.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_LogicalComponent_UsedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_PhysicalQuantity_InheritedType__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/StateMachineExt.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/fs2es/rules/Rule_Execution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/InterfaceImplementationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacommon/delegates/StateEventHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/sections/NumericTypeSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/BooleanReference_AbstractType.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/properties/SelectionDependenciesProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionTreeCellModifier.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/CapabilityTransitionHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/widgets/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/generator/DWF_DS_22_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/AbstractCapabilityRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionPort/FP03_FunctionPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/la/delegates/LogicalComponentHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewTraceabilityMatrixAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/AbstractMultiplicityElement_MinValue.java [WARNING] * common/plugins/org.polarsys.capella.common.linkedtext.ui/src/org/polarsys/capella/common/linkedtext/ui/LinkedTextCompletionProcessor.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/oe2actor/PartRule.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datatype/BooleanTypeRule.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datatype/PhysicalQuantityRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_PhysicalPort_AllocatedFunctionPorts.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/options/IOptionsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractCapabilityInvolvedFunctionalChains.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/renderers/SelectionElementsRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/OpenRepresentationsAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/CapabilityRealization_RealizedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_NumericType_RealizedNumericType.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/renderers/ReplicaLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/common/rules/Rule_OpaqueExpression.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetCCIIShowHideComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/model/algorithms/SelectionAlgorithms.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/handlers/merge/MergeEMFDiffNode.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/dialog/MetricContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_LogicalComponent_ImplementedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Union_Discriminant.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/DWFD41Resolver.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/queries/CatalogElementOrigin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionPort/FP02_FunctionPort_RealizingPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/org/polarsys/capella/core/data/pa/deployment/properties/sections/InstanceDeploymentLinkSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/nameconflict/signatures/CapellacoreSlots.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/AbstractExpressionValueHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/UpdateCurHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_CapabilityRealization_InvolvedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/MDCHK_PhysicalComponent_InterfaceUseAndImpl_2.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/level/ILevelHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/org/polarsys/capella/common/tools/report/appenders/usage/UsageMonitoringLogger.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/commands/TransitionUICommandHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/MarkerViewColumns.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/StringType_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/controllers/Component_RealizedComponentsController.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/PhysicalPathInvolvementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/fields/FunctionKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/handlers/ShowInDiagramHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/services/ActivityToolFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/ViewpointsSelectionAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionOutputPort_RealizedFunctionOutputPort.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Interface_userScenarios.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/IImageKeys.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/dialogs/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/AbstractFunction_OneOutgoing.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/AllocatedFunctionPortsController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_BooleanType_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/GenerateInterfacesAllocateResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/topdown/rules/Rule_Message.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.validation/src/org/polarsys/capella/core/data/oa/validation/operationalActivity/MDCHK_OperationalActivity_ComponentFunctionalAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/NewOperationalEntityBlankDiagramAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/edit/table/CapellaMEFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideIDRelationships.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/loader/PropertiesLoader.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/UnionHelper.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.migration/src/org/polarsys/capella/patterns/migration/contribution/PatternsMigrationContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/PropertyPreferencePage.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/ExecutionManager.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ComponentPortAllocationExt.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/group/renderer/CTabGroupRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_CapabilityRealization_RealizedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/project/UnkownFeaturesRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/ExecutionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/DiffmergeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentExchangeSourceComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core.ui/src/org/polarsys/capella/core/commandline/core/ui/CloseWorkbenchJob.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/LogicalComponent_UsedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/handlers/ShowImpactAnalysisHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetABInsertComponent__Lib.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/rules/AbstractRuleContext.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/messages/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/RemoveSequenceLinksAssociationsResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/EnumerationReferenceRule.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchangeOperationalProcess.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ReportConfigurationFile.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_UnionProperty_Qualifiers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalComp_Deployments.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/org/polarsys/capella/detachment/version/precondition/util/SAXModelsElementsParser.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CapellaValidateAction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsAbstractCapabilityGeneralizationTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/merge/scope/TargetModelScope.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionPortHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/category/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.res.editor/pom.xml [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/AbstractCapabilityGeneralizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PropertyValue_applying_valued_element_Primitive.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Property_NullValue__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_PhysicalPort_AllocatedComponentPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/actions/MDGenerateConnectionsAction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPort_relatedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_StringType_MinLength.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetABInsertActor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/constraint/UniqueModelElementIDs.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/DataValueContainingFeatureCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_NumericType_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/RenameDecompositionDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/PhysicalLinkEndSection.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/RepresentationContextualElementsController.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/match/ListElementSearchMatchChild.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/modellingcore/delegates/AbstractConstraintHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/AbstractFunction_LeafFunctionKind.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentExchange_ConvoyedInformations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/CheckExchangeItemElementDirection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/handlers/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/UpdateConnectionsUIActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/handlers/DeleteHiddenElementsJob.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/PropertyValueFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalActivityOperationalProcess.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/CapellaReplaceRunnableWrapper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/fields/ComponentExchangeKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/AbstractExternalJavaAction.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/RefactorActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/ModelElementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/NamedElementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_Part_Type__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/ScenarioSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/ctx/SystemComponentItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideFunctionalExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/NewOperationalCapabilityBlankDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/LaPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetAvailable_CommunicationMean_AllocatedFunctionalExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/fa/FunctionalChainItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_LogicalComponent_FunctionalAllocation.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/validation/ConstraintStatusDiagnostic.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/LiteralNumericValue_Unit.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/interaction/AbstractCapabilityRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/navigation/CapellaNavigationModelElement.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/sections/LogicalArchitectureSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/CreateComponentExchangeAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_NumericReference_ReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapabilityAvailableInMode.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/AbstractCapellaSearchForContainerArea.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalComponent_UsedInterfaces.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/queries/GetAllCatalogElementQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/pages/PhysicalArchitecturePage.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/DeleteHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacore/CapellaElement_AppliedPropertyValueGroups.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewPhysicalComponentLogicalComponentMatrixAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetABInsertActor__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/renderer/ToolkitBrowseRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/ForkPseudoState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/wizard/newLibrary/CreateCapellaLibraryCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/ActionResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/RootCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Parameter_MinValue.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/handlers/BrowseScopeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/MDCHK_OperationalActorCheckHuman.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Service_ThrownException.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Connection_connectedParts.java [WARNING] * core/plugins/org.polarsys.capella.core.re.validation/src/org/polarsys/capella/core/re/validation/design/consistency/DCON_05_RecWithoutRpl.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapabilityRealization_RealizingCapabilityRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/actions/ProgressMonitoringActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/GenericTraceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/esf2esb/rules/Rule_Execution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/property/TypeOfDefaultAndNullValueForProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Interface_involvingScenarios.java [WARNING] * core/plugins/org.polarsys.capella.core.menu.dynamic/src/org/polarsys/capella/core/menu/dynamic/DynamicCreationAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_Capability_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/FunctionalExchangeExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/ExchangeItemBooleanPropertiesCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/NewStateModeFunctionsMatrixAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/result/handlers/CapellaSearchResultPageHandlerReplaceSelected.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/model/ICapellaModel.java [WARNING] * core/plugins/org.polarsys.capella.core.services/src/org/polarsys/capella/core/services/IEditingServices.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/internal/ResourceSelectionUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/AddExchangeItemToFunctionExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Collection_DefaultValue.java [WARNING] * common/plugins/org.polarsys.capella.common.linkedtext.ui/src/org/polarsys/capella/common/linkedtext/ui/DefaultLinkedTextContentProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/activities/InitializeTransformationActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/ExchangeItemInstanceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/OE2ActorTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/IMappingNameConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.linkedtext.ui/src/org/polarsys/capella/core/linkedtext/ui/CapellaLinkedTextConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/physicalPath/MDCHK_PhysicalPath_InvolvedLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/drag/CapellaCommonDragAdapterAssistant.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/LiteralBooleanValue_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalComponent_ImplementedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/StringType_InheritedStringType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_LogicalComponent_Super.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/org/polarsys/capella/core/common/ui/wizards/LCDecompositionValidateWizardPage.java [WARNING] * core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/CapellaBrowserPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/preferences/ICapellaNavigatorPreferences.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/queries/ReferencingReplicas.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchange_dataflowSource.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/schema/IEditableProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/fa/FunctionalChainInvolvementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_Part_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_BinaryExpression_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/StringType_RealizedStringType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Service_ThrownException.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/AddModeStateToFunctionCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/NavigatorSessionManagerListener.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/debug/LoggerHelpers.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/quickfix/SoftPatternCapellaMarkerResolution.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/view/CapellaStatusLineContributionItemProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/handlers/GenerateLinksHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/sections/PhysicalArchitecturePkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/FeatureHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/BooleanReferenceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DWF_DF_18_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnaryExpression_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/activities/InitializeTransformationActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/view/CapellaCommonNavigatorPatternFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/RendererContext.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/policy/ResourceAccessPolicyListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/InterfaceAndExchangeItemsLocationConsistency.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration/src/org/polarsys/capella/core/af/integration/services/CapellaServiceImplementation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalComponent_Super.java [WARNING] * core/plugins/org.polarsys.capella.core.re.validation/src/org/polarsys/capella/core/re/validation/design/consistency/BlackBoxComplianceWithExceptions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/DCOM_17_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ExceptionPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/generator/DWF_CA_08_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/nameconflict/signatures/FaSlots.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/IFileImporter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaElement_applied_property_value_groups.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/ComponentSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/information/ExchangeItemRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/OperationalActivityPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/NewModelActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/common/StateMachineRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/Capability_InvolvedFunctionalChains.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/transformation/DefaultTransformationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewFunctionalScenarioAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.semantic/src/org/polarsys/capella/core/model/semantic/SemanticModelUtil.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/AbstractContextProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/sorter/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/epbs/EPBSArchitecturePkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/operations/ProjectSessionCreationHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/transformation/ITransformationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/helpers/FunctionalChainReferenceHierarchyHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/move/StageListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/EnumerationPropertyLiteralSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/abstractqueries/CapellaElement_AbstractCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/model/IItemNode.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentInternalIncomingComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/ComponentInterfaceAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_PhysicalQuantity_InheritedType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/scenario/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/cs/PhysicalLinkEndItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/properties/FlexibilityIds.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/helpers/InvolvementHierarchyContext.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/PropertyChangedEvent.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/fa/ComponentPortRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/services/CapabilityPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_EnumerationLiteralAbstractType.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions/src/org/polarsys/capella/common/ui/massactions/visualization/contributionitem/SendToMVMenuContributionItem.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/handlers/DeleteHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/capellamodeller/validation/PkgDependenciesCycleLiveValidationRule.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/validation/PatternConformanceConstraint.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/utils/saxparser/WriteCapellaElementDescriptionSAXParser.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/actions/QuickPasteCommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/generator/DWF_DS_04_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/CapellaModelSkeleton.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/merge/scope/ReTargetScope.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetCurrent_OperationalCapability_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Property_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DWF_DF_04_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/connection/ComponentExchangeFEAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_JoinForkState_Region.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/PhysicalLink_LinkEnds.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractCapabilitySuper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetAvailable_CapellaElement_AppliedPropertyValueGroups__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_LiteralBooleanValue_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/epbs/ConfigurationItem_RealizedPhysicalArtifacts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/nameconflict/signatures/ModellingcoreSignatures.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaModelDataListenerForAssociationProperties.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/session/ISessionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/move/StageResourceSetListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnionProperty_MaxCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/CreateFunctionalExchangeAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/MDCHK_Interface_Realization_2.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/provider/LibrarySAXXMIHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/ExchangeItemFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/AddExchangeItemToFunctionPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/command/EditComponentExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/AbstractNewOAScenarioDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/org/polarsys/capella/core/platform/sirius/ui/MetaclassPropertyTester.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/rules/cs/PhysicalLinkRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/association/MDCHK_Association_NavigableMembers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/EnumerationLiteralAbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ComponentArchitectureBlankRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/PerformAutomatedTransitionAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/FinalStateItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/topdown/TopDownHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/model/communications/CommunicationInfo.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/contextscope/DefaultContextScopeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CreateCategoriesWizardAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/StringReference_ReferencedValue.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/MdeCommonActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionalExchangeRealizationHelper.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/helper/FileHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/PlatformSiriusTedActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalChainInvolvement/FCI01_FunctionalChainInvolvement_RealizingFunction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/actions/EIAllocationManagementWizardAction.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/PhysicalLinkExt.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/ActorFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/ConvertPrimitiveAction.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/selection/TransformationSelectionContextsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/AbstractTypeHelpers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/LogicalComponent_RealizedComponents.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/RuleIdContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/util/IUserProfileDescriptor.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/org/polarsys/capella/core/transition/diagram/ui/CommandTester.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/renderers/ReplicaContentLocationRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui/src/org/polarsys/capella/core/validation/service/EPFConstraintFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/EnumerationReferenceItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/LiteralNumericValueItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/helper/ResourceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/core/PropertyValueRule.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/model/ISemanticBrowserModel.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsAbstractCapabilityIncludeSource.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/schema/IProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/generator/DWF_I_21_Generator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ComponentExchangeCategorySection.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/export/AbstractExporter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/OA2SCTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/ControlAction.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/policies/merge/IMergePolicy2.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/NavigableCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/CommunityOfInterestCompositionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.re.validation/src/org/polarsys/capella/core/re/validation/design/consistency/BlackBoxComplianceWithRealizationLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/pa/delegates/LogicalArchitectureRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/ItemChangeEventType.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/TransfoException.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Capability_purposeMissions.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/visualize/table/CapellaMVTable.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/ClassifierHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/ComplexValueRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/fields/UnaryOperatorGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/org/polarsys/capella/core/data/information/communication/properties/sections/MessageSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/sections/EnumerationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacommon/delegates/StateEventRealizationHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/launcher/UpdateDefLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainRealizingFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DWF_DF_16_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Parameter_NullValue.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/exception/TransitionException.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/PreferenceField.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/ExchangeItem_InheritedExchangeItem.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewPhysicalFunctionLogicalFunctionMatrix.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/ExchangeItemUpdater.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalues/ui/page/PropertyValueContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_Part_DeployedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/dialogs/EIAllocationContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/team/TeamIgnorePropertyPreferencePage.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.ui/src/org/polarsys/capella/patterns/ui/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/FloatPropertyValueSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/capellamodeller/validation/MDCHKPackageVisibility.java [WARNING] * common/plugins/org.polarsys.capella.common.menu.dynamic/src/org/polarsys/capella/common/menu/dynamic/CreationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_CancelTimer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/MDCHKFunctionPortExchangeItemAllocationConsistency.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/RequirementTracedElements.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/data/TreeData.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/core/PropertyValueRule.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/BasicCapellaDeleteCommand.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/current/GenericPurposeRegistry.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/pa/MDCHK_PhysicalArchitecture_PaToLaRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/es2is/rules/Rule_Scenario.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/adapter/AdapterDescriptor.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/quickfix/AbstractDeleteCommandResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/Capability_RealizedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalComponent_DeployedComponents.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/content/provider/wrapper/EObjectWrapper.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/preferences/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/viewers/IDelegatedViewer.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalComponent_ImplementedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/AbstractCapabilityRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/OperationAllocationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui/src/org/polarsys/capella/core/validation/ui/export/prefs/PrefsMessages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/sections/SystemNonFunctionalRequirementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/OperationalAnalysisRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/capella/FunctionalChainMigrationContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/epbs/PhysicalComponentEpbsComponentAction.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/NewInteractionScenarioAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/information/datatype/provider/DatatypeItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/FunctionFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/fields/LabelFieldEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/RequirementPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/launcher/UpdateCurLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_InitialPseudoState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/services/AbstractCapabilityExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionInputPort_RequiredInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/resolver/DWF_D27_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/MDCHK_Component_Interfaces_Level.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnaryExpression_Operand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/org/polarsys/capella/core/data/sharedmodel/properties/sections/SharedPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/PhysicalPort_AllocatedFunctionPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Enumeration_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/StateItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DWF_DF_06_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/services/FunctionalExt.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SystemComponent_InvolvingMissions.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/ExchangeCategoryRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/listeners/FastLinkerLongRunningOperationListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_ForkPseudoState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/DataFlowHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/tabbed/DiagramTabDescriptorProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/sections/CapellaDescriptionPropertySection.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/BrowseSemanticField.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentPort_AllocatedPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/services/ScenarioExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetAvailable_CapellaElement_AppliedPropertyValueGroups.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/services/InformationNamingHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/preferences/WizardPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/systemComponent/SystemComponent_CapabilityAndScenarioConforms.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/session/DefaultSessionHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/org/polarsys/capella/common/tools/report/appenders/usage/preferences/PreferencesInitializer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/StateEventSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/nameconflict/ContainerDelegation.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/commands/RemoveTargetTraceElement.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/IQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/pa/PhysicalComponentPkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/InterfaceUseRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/StringValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/fields/StateTransitionTriggerField.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/generator/ComponentExchangeFunctionalExchangeResoultions.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPortAllocatedComponentPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/sections/PhysicalFunctionPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/contribution/DAnnotationDescriptorContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/ServiceItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/InvolverElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/org/polarsys/capella/core/ui/properties/descriptions/fields/CapellaElementDescriptionGroup.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/FlexibilityColors.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/WizardActionHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/CurrentTargetProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/ModelDropTargetAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_PhysicalQuantity_RealizedPhysicalQuantity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.validation/src/org/polarsys/capella/core/data/epbs/validation/configurationItem/MDCHK_ConfigurationItem_Allocation.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/CreateRealizationLinksCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_ExchangeItemElement_Type__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/ConfigurableFieldEditorPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/accelerators/SelectOrCreateFunctionalExchangeDialog.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/constants/ITransitionSteps.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_NumericReference_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/services/LinkCompatibilityDefinition.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewExternalInterfaceDiagramOnSystemAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/activities/InitializeReMgtActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/CommunicationLinkExchangerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/pages/LogicalArchitecturePage.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/validation/AbstractDiagnosticianProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/services/wizard/AbstractWizardPage.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/merge/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/SaveLogHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/oa/provider/EntityItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/Rule_Component.java [WARNING] * core/plugins/org.polarsys.capella.core.data.selection.queries/src/org/polarsys/capella/core/data/selection/queries/information/PortAllocationSelection.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/rpl2re/activities/InitializeDiffMergeUpdateReActivity.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/scope/UnmodifiableElementsScopeRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/FaValidationActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPortOutgoingFunctionPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_LogicalComponent_RealizedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/NewProjectWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/copyformat/keyproviders/TraceabilityKeyProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/PerformOpEntitiesAndActorsTransitionAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaComparisonMethod.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/providers/ElementLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/tool/HashMapSet.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/update/properties/ReplicaProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/delegates/OperationalActivityHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/ExchangeItemAllocation_AllocatedItem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/sections/StringTypeSection.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/quickfix/CapellaElementEditResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/oa/provider/OaItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/properties/PreferencesHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/SeverityContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/class_/MDCHK_Class_Generalization_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/logicalComponent/MDCHK_Component_providedItf_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionOutputPort_ProvidedInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/InterfaceExchangesItems.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/ExchangeItemAllocationOnPortsAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/model/algorithms/CompatibilityDefinition.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/move/MoveHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/OperationalAnalysisSection.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/es2is/rules/Rule_InstanceRole.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionalExchange_FunctionalExchangeRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_StringType_InheritedStringType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/TraceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/TitleBlockRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/move/representation/MoveRepresentationMenuManager.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/OAServices.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/command/AbstractReadWriteCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.validation/src/org/polarsys/capella/core/data/oa/validation/operationalActivity/MDCHK_OperationalAnalysis_OperationalAnalysisRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalArchitecture_AllocatedLogicalArchitecture.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionalChainReferenceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Component_RealizingComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/viewAndController/SelectInvokedOperationController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Collection_Index.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/LogicalServices.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/preferences/commands/exceptions/ItemExistsException.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetCCEIInsertInterfaceForLib.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/UserProfileModeEnum.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/AbstractMultiplicityElement_NullValue.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/fields/IMdeFieldEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/ExchangeItemElementMinCard.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/views/libraryManager/accessPolicyManager/AccessPolicyLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPath_RealisedConnection_PhysicalComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/ComponentExchangeFunctionalExchangeAllocationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Union_InheritedClasses.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_PhysicalLink_AllocatedComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/ComponentFunctionalAllocationRule.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/query/IGetAllQueries.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionInputPort_InComingExchangeItems.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/NoMetadataException.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/aird/AirdMigrationRunnable.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/BooleanValueFamilyTypeCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionalChain_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/StringPropertyValueSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/utils/CSVExporter.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/DefaultTableContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllInterfacesFromArchitectureForActor.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/PhysicalPortRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/services/CommunicationLinkExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_ComplexValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/AbstractTransitionCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/org/polarsys/capella/core/transition/diagram/ui/Activator.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/create/properties/SourceElementProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/command/DeallocateExchangeItemCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui/src/org/polarsys/capella/core/validation/ui/CapellaValidationUIActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/sections/SystemFunctionalInterfaceRequirementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/services/BusPatternHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/drop/AbstractCapellaDropAdapterAssistant.java [WARNING] * core/plugins/org.polarsys.capella.core.model.semantic/src/org/polarsys/capella/core/model/semantic/FilteredSimplifiedCapellaMetaData.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/group/renderers/ReplicaGroupRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/sa/PerformOpCapabilityToSystemMissionAction.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/FSToESHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/LFCompAllocationLeastwise.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/MigrationHelpers.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/resolver/ResolverFinalizer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/LogicalFunction_RealizedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/AbstractExchangeItemMechanismRestriction.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/provider/AbstractCapellaProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/merge/MiscUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/SystemComponent_UsedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/AbstractCapabilityPkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/preferences/TopDownPreferencePage.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/Renderers.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/preferences/BooleanPropertyPreference.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalComponent_Super__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/refmap/VPair.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/AirdCommonActionProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/notify/INotifyHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/log/ILogHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/actions/ShowDiagramsAction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Connection_connectedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/datas/SequenceDiagramAspect.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/org/polarsys/capella/core/data/pa/deployment/properties/sections/ConnectionInstanceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/SortContentAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/MessageEndHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/resolver/Q3_Edit_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/PortRealizationPropagationFromFEResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewClassDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/DWF_D_38_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPortIncomingPhysicalLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionalChainInvolvementLink_ExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/JoinPseudoStateItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Enumeration_AbstractValue.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/preferences/transferer/PreferenceImportExportWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/StackGraphicalNodeEditPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/IItemListener.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/scope/IScopeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/ComponentExchangeThroughDelegationsResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/org/polarsys/capella/core/data/sharedmodel/properties/SharedModelPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/copyformat/CapellaEdgeFormatDataKey.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/merge/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnionProperty_MaxLength.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/model/AbstractCategoryTreeNode.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/MDCHK_Function_ComponentAllocationUnicity.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/es2is/rules/Rule_Execution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionalChain_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/ExchangeItemElementItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_StringType_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/CapellaReplaceHistory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionInputPort_RealizedFunctionInputPort.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/CollectionValueRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/AbstractCapabilityIncludeHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/EventHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/activator/CapellaMessages.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/provider/GroupedAdapterFactoryContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_CapabilityRealization_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/org/polarsys/capella/core/data/pa/deployment/properties/sections/DeploymentAspectSection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/ModelDragTargetAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/CoreQuickFixActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalComponent_Super.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/match/SearchMatchChild.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Property_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/traceability/ReconciliationTraceabilityHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/preferences/StringPropertyPreference.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionOutputPort_ProvidedInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/services/MissionPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/view/FastLinkerView.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/launcher/LoopActivityDispatcher.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/AddFunctionalExchangeToComponentExchangeCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetAvailable_CapellaElement_AppliedPropertyValues.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/internal/StringMatcher.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/mission/MDCHK_Mission_Interactions_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolver/PhysicalComponentRealizedLogicalComponentsResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/operations/CapellaPasteIntoParentOperation.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/ComponentPortInterfaceAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/IReportManager.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/tabbed/SubPropertiesTabDescriptorProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/SimpleEditableSemanticField.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_DeployConf_Deployments.java [WARNING] * core/plugins/org.polarsys.capella.core.menu.dynamic/src/org/polarsys/capella/core/menu/dynamic/DynamicActionContributionItem.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/schema/WizardsSchemaConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Property_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/EntityArchitectureBlankRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionInputPortHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/expressions/EObjectPropertyTester.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/org/polarsys/capella/core/platform/sirius/sirius/validation/ddiagram/CapellaElementInDescriptionNameCheck.java [WARNING] * common/plugins/org.polarsys.capella.common.id.handler/src/org/polarsys/capella/common/id/handler/ModelElementIdHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/viewAndController/SelectInvokedOperationLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionSpecificationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/PropertyBooleanPropertiesCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/services/AbstractEndExt.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/EmbeddedMessage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/ComponentRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_StringType_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_CollectionValueRefReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/Part_MinCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/sections/RequirementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/pa/PhysicalArchitecturePkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/oc2mission/AbstractCapabilityPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Enumeration_RealizedEnumeration.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/DataValueRefReferencedProperty.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/merge/scope/ReScope.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/generator/DWF_CA_07_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/commands/IntramodelTransitionCommand.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/NotificationAnalysis.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/modellingcore/delegates/ValueSpecificationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/advisor/DelegateWorkbenchAdvisor.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/EIActiveInConnectionsAndExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangeSpecification_relatedData.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/utils/graph/BasicDirectedGraph.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/internal/command/AbstractNonDirtyingRecordingCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/InteractionPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_PhysicalQuantity_InheritedType.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/AttributeSummaryValueFromSource.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/association/MDCHK_Association_NavigableAgggregationComposition.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/EditDataValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_BooleanReference_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangeItem_realizedEI.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/IImageKeys.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_StateMachine_InitialState.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/FunctionalChainRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/nameconflict/signatures/CsSlots.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolver/PhysicalComponentNatureToBehaviorResolverAll.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/impl/cmd/CreateEngSystemCmd.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/Port_AllocatedPortsController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ControlNodeSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/merge/OutsideArchitectureCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/esf2esb/rules/Rule_Event.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/ITransfoRule.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/UnaryExpressionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/common/AbstractStateRule.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/model/CapellaModel.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/AbstractRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionInputPort_RequiredInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/handlers/UpdateReplicaUiHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/CapellaCopyCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/src/org/polarsys/capella/core/data/pa/validation/deploymentAspect/MDCHK_DeploymentAspect_Location.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/TimeEventSection.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/helpers/ScenarioHorizontalHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/editor/CapellaDashboardEditorInputFactory.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/internal/helper/DefaultUserHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/UnionBooleanPropertiesCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/CapellaLeftSearchForContainerArea.java [WARNING] * common/plugins/org.polarsys.capella.shared.id.handler/src/org/polarsys/capella/shared/id/handler/IdManager.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/sections/CapellaAdvancedPropertySection.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/util/StatusLabelHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/resolver/DWF_DS_12_RenameResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_EnumerationLiteralAbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/union/UnionPropertyQualifierConsistency.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/DiagramHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/AddComponentExchangeToPhysicalLinkCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/fields/VisibilityKindGroup.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/domain/AbstractEditingDomainResourceSetListenerImpl.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/la/provider/LogicalFunctionItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalEntity_OutgoingCommunicationMean.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/editors/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/connection/ComponentExchange_UnsetKind.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.properties/src/org/polarsys/capella/core/data/epbs/properties/EPBSPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/Rule_ComponentPort.java [WARNING] * core/plugins/org.polarsys.capella.core.re.validation/src/org/polarsys/capella/core/re/validation/design/consistency/AbstractComplianceConstraint.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/FunctionalExchange_exchangeItemsOnFunctionPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/InterfaceImplementationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/EI01_ExchangeItemMechanism.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/graph/InternalLinksGraph.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/ExchangeItemInstanceRule.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewExchangeScenarioAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/Interface_ExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/helpers/ContextHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/MetadataException.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/CapellaElementReviewFieldNotEmpty.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/RotativeWorkspaceImageHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetAvailable_SequenceMessage_ExchangedItems.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/org/polarsys/capella/core/ui/properties/descriptions/sections/DiagramDescriptionPropertySection.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/quickfix/OpenAndShowInDiagramResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration.ui/src/org/polarsys/capella/core/af/integration/ui/services/DisplaySelectionServiceImplementation.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PropertyValue_applying_valued_element.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/resolver/DWF_D25_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/org/polarsys/capella/core/explorer/activity/ui/richtext/CapellaActivityExplorerRichTextActivator.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/ResourceMarkers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetAvailable_OperationalCapability_InvolvedActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/CapellaMDERichTextConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/SignalInstanceItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/Activator.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/constant/ICommonConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/attachment/AttachmentHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_CapabilityRealization_RealizedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/MDCHK_ModelElement_SummaryNotEmpty.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/BooleanValueGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/delegates/SwimlaneHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/tabbed/PropertiesTabDescriptorProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/tool/TreeMapSet.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui/src/org/polarsys/capella/core/validation/helpers/CapellaResourceHelper.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/export/TXTExporter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionInputPortSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/fa/FunctionPkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/preferences/CapellaValidationPreferencesPage.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/providers/TitleBlockAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/transformation/CapellaTransformationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/providers/TracePageContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/command/InvertComponentExchangePortOrientations.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/content/provider/wrapper/BrowserElementWrapper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/ComponentPortRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/OpenPropertyResolver.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/activities/InitializeDiffMergeUpdateReplicaActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/PhysicalQuantity_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceLinkEndSourceSequenceLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/services/ExecutionEndExt.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/esf2esb/rules/Rule_InstanceRole.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/AbstractMultiplicityElement_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/sequenceLink/SequenceLinkWithNoAssociatedLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractStateRealizingMode.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/IMarkerSourceListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_NotNullInvokedOperation.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/viewers/TreeDelegatedViewer.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.migration/pom.xml [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/epbs/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewSystemFunctionsOperationalActivitiesMatrixAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/ShowHideFunctions.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/schema/IProperties.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/merge/scope/ContextModelScope.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/traceability/config/MergeTargetConfiguration.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/BooleanType_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/UnitSection.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/AbstractMessageDialogWithViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Component_RealizedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/controllers/Capability_InvolvedSystemComponentsController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DCOM_20_PortResolver_Target.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/ComponentRealization_Consistency.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/intermodelInconsistencyDetection/TarjanAlgorithm.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/transformation/ReTransformationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/commands/AbstractProcessingCommands.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/StateEventRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionalChainInvolvementLink_ExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/resolver/DWF_DS_09_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/preferences/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/sharedmodel/provider/SharedmodelItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/traceability/CapellaTraceabilityHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/src/org/polarsys/capella/core/data/la/ui/quickfix/resolver/LogicalArchitectureRealizedSystemAnalysisResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapabilityRealization_RealizedCapability.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_PhysicalLink_Categories.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/MarkerViewComparator.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/utils/graph/CycleDetectionUtils.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/fa/FunctionalExchangeItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/edit/editor/single/SingleRefCellEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/wizard/newLibrary/LibrarySessionCreationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/CapellaNavigatorContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_ComplexValueRefReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/services/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllDataPkgs.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/CapellaInteractionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/core/GeneralizationRule.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/capellaHelpers/HashMapSet.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnionProperty_Qualifiers.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/EntityArchitectureBlankRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/match/LineSearchMatchChild.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/context/MigrationContext.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceLinkSourceInvolvementFunction.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/viewer/CapellaDiagramViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.model.obfuscator/src/org/polarsys/capella/core/model/obfuscator/CapellaModelObfuscatorActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/capabilityRealization/MDCHK_CapabilityRealization_Refinement_1.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/ExchangeItemAllocationRule.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/edit/control/many/ManyRefCellControl.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_PhysicalLinkCategory_Links.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/transfer/OrderedTransferTreeListViewer.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/data/convert/ManyRefDisplayConverter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_SystemComponent_ImplementedInterfaces__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/IRepresentationAnnotationConstants.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/contextscope/IContextScopeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/la/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_ExchangeItem_InheritedExchangeItem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/TC_DF_11_Resolver.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/scope/ReferencerScopeRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/sections/DataValueReferenceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/pages/EpbsPage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/resolver/DWF_DS_23_ScenarioReferencedResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/ConnectionMatcher.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/esf2esb/rules/Rule_AbstractEnd.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/FunctionalExchange_RealizedExchangesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_Part_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/traceability/ITraceabilityHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/sections/BooleanTypeSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/StateTransitionTrigger.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/TerminatePseudoStateSection.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/activities/InitializeScopeActivity.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.services/src/org/polarsys/capella/common/ui/services/IPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/services/CapabilityExt.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/LocateInCapellaExplorerAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentPort_RequiredInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/actions/ProgressMonitoringOverviewAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/ParameterSection.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/queryContext/QueryContextConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/preferences/transferer/CapellaPreferencesExportWizard.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/loader/ObjectPropertiesLoader.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacore/AbstractExchangeItem_RealizedInformations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/SequenceLocalHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/StateFragment_RelatedAbstractFunction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/AbstractFunction_RealizedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalNode_Deployers.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/impl/SkeletonServicesImpl.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/capellamodeller/validation/AbstractPkgDependenciesCycleValidationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchangeExchangesItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/LogicalComponent_ImplementedInterfaces.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.migration/src/org/polarsys/capella/patterns/migration/PatternsMigrationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetAvailable_OperationalCapability_InvolvedOperationalProcess.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_StateTransitionTrigger.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/fields/MdeFieldEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/AbstractRefreshExtension.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/org/polarsys/capella/common/tools/report/appenders/usage/UsageAppenderPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/org/polarsys/capella/core/explorer/activity/ui/richtext/page/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/SearchForItemCache.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/log/LogHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/core/EnumerationPropertyTypeRule.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/DefaultTreeContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Union_DiscriminantType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/epbs/GetAvailable_ConfigurationItem_ImplementedInterfaces__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/org/polarsys/capella/core/common/ui/wizards/action/LCDecompWizardAction.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/internal/LinkSelectionAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DCOM_20_Resolver_Source.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/loader/ILoadableProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapabilityRealizedOC.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/loader/RenderersLoader.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/CapellaSaveable.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/attributes/DefaultAttributeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/IDeleteHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/internal/navigate/NavigationAdvisor.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/group/renderer/DefaultGroupRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaModelDataListenerForExchangeItemsAndCommunicationLinks.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/ILibraryManager.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/ModelElementActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/AbstractSearchForContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_PhysicalQuantity_Property.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/RequirementServices.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/ComponentExchangeThroughDelegationsCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/PreferenceIntegerFieldEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/quickfix/EObjectMultiplicityResolver.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/selection/LinkSelectionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Generic_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/ExchangeItemsWithAnInheritanceRelationshipHaveTheSameExchangeMechanism.java [WARNING] * common/plugins/org.polarsys.capella.common.linkedtext.ui/src/org/polarsys/capella/common/linkedtext/ui/DefaultLinkedTextResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_BooleanType_DefaultValue__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/GetAvailableArchitectures.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions/src/org/polarsys/capella/common/ui/massactions/edit/contributionitem/SendToMEMenuContributionItem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_BooleanType_RealizedBooleanType.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/CapellaEFPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/contribution/CapellaEditorInputFeatureContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/AbstractComponentHelpers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalChain/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui/src/org/polarsys/capella/core/validation/ui/actions/ValidationActionProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/interpretor/QueryInterpretor.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/ITreeContentAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/naming/DiagramNamingConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/ComponentExchangeEndRule.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/cache/FunctionalChainCache.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/componentPort/CP01_ComponentPort_Realization.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/EnumerationReference_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/connection/CN01_Connection_RealizingBound.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/MDCHK_Interface_Operations.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/EObjectExt.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/ComboRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/org/polarsys/capella/core/re/ui/quickfix/resolver/DCON_06_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/capellamodeller/validation/SingletonModeWithMultipleParts.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/utils/RunnableWithBooleanResult.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/StateAndModeInComingTransition.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/handlers/CopyAsDescriptionLinkHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Property_MaxCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/EntitiesExchangesHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_State_Mode_Reuse.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/CapellaElementExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/services/BusPattern.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/controllers/CommunicationMean_AllocatedExchangesController.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/export/IFileExtensionConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/handlers/AbstractFilterHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Collection_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalActivity_IncomingInternalInteractions.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/fa/FunctionalChainRule.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/SharedElementsProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/services/PhysicalLinkExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/fields/RequirementBooleanPropertiesCheckbox.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/attachment/DefaultAttachmentHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/DiagramTitleBlockContainerSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/InterfaceAllocatorHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/services/MessageEndExt.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.ui/src/org/polarsys/capella/patterns/ui/util/CapellaUIExtender.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/viewer/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/provider/AbstractLibraryProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/BasicRepresentationDeleteCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/impl/TransfoRule.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration/src/org/polarsys/capella/core/af/integration/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/sirius/annotation/DAnnotationQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/pages/CapellaActivityExplorerWorkflowPage.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/org/polarsys/capella/core/re/ui/quickfix/resolver/DCON_02_Resolver.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/ExtensionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualComponentExternalInterfacesRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/BooleanType_Property.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetCCIIShowHideComponent__Lib.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/MarkerView.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/view/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_JoinNode_Transition.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/cs/InterfaceRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_PhysicalQuantity_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/handlers/PhysicalPathHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/model/SelectInvokedOperationModel.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/EditCapellaPropertyWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/DataValueReferenceReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/componentPort/MDCHK_ComponentPort_Orientation.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/util/MiscUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalComponent_Super.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/OperationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/util/ExtensionPointItemDescriptor.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/launcher/UpdateReplicaLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractFunction_mother_function_allocation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/I_29_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/configuration/project/NewModelWizardPage.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/FSToESCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_StateTransitionEffect.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/policies/match/TopDownMatchPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/preferences/transferer/CapellaExtensionFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ClassRealizingClass.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ItemQuery_Scenario_getReferencedScenarios.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/queries/CatalogElement_ReferencingElements.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsAssociationRoles.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/DataValuePropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/sirius/ViewPointRulerGridPropertyPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/ConstraintReferenceField.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/core/PropertyValuePkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/commands/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/views/libraryManager/activeStateManager/ActiveStateManagerWidget.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/TransitionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllBooleanTypes.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/configuration/project/nature/ConfigurationProjectNature.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/AbstractMarkerViewContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/traceability/ITraceabilityTraceHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/CtxPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractComponentPortOutgoingComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/PhysicalPathRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnionProperty_MaxCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ComponentPortHelper.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/misc/ExtensionClassDescriptor.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/SeverityFilterHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/ExchangeMechanismGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/commands/CapellaDiagramCopyCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/abstractCapability/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/EclipsePreferencesChangeListener.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.services/src/org/polarsys/capella/common/ui/actions/ModelAdaptation.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/NewScenarioRepresentationAction.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/commands/ITransitionCommandConstants.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/ExpandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/core/EnumerationPropertyLiteralRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/DeepHistoryPseudoStateItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/TransactionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/AbstractFunctionalBlockHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolver/PhysicalComponentNatureToNodeResolverAll.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/activity/delegates/AbstractActivityHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/wizard/AirdFileCreationWizardPage.java [WARNING] * common/plugins/org.polarsys.capella.common.menu.dynamic/src/org/polarsys/capella/common/menu/dynamic/contributions/IMDEMenuItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/ItemsPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/ComponentInstance_Deployers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacommon/delegates/CapabilityRealizationInvolvedElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/sections/DiagramManagementPropertySection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DWF_DF_14_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/capellacore/provider/CapellacoreItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_Capability_IncludedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CollectionType.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetCurrent_Entity_AllocatedRoles.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/fields/StateTransitionGroup.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/ext/CapellaModelEnvironment.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/group/renderer/SectionGroupRenderer.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/export/utils/CSVWriter.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/registry/ReportManagerRegistry.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/handlers/LocateInCapellaExplorerHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/sample/ZipFilenameFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/scope/RuleRequiredElementsScopeRetriever.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_InitialState_Transition.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/T01_StateTransition_RealizationBounds.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/IShowHide.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_SystemComponent_UsedInterfaces__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/DeployConf_Deployments.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/adapter/AbstractAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Scenario_refiningScenarios.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/create/properties/MergeSourceScopeProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/epbs/PhysicalComponentEpbsComponentAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/filters/TechnicalInterfaceFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/parameter/MDCHK_Parameter_Type_1.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/uml2/rules/Rule_FragmentEnd.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/AbstractCommandLine.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsInvolvementTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_NumericValue_Unit__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/LiteralStringValueItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SystemComponent_InvolvingCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/PhysicalLinkCategoryExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/AbstractCapability_InvolvedFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewAllocationLcLfMatrixAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/domain/DomainHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_Part_MinCardinality.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/InvalidSharedElementsProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/OperationalCapabilityPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Function_outFlowPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaComparisonMethodFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/AbstractCapability_RealizedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/ME01G_FunctionalExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/attachment/IAttachmentHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/property/PropertyTypeRuleWithContainerPrimitive.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/UpdateConnectionsHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/handlers/SelectionCommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/location/SpecificPackageSupplierFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/level/LevelHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/internal/AbstractNavigateBackHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/CapabilityRealization_InvolvedAbstractFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetCurrent_StateFragment_RelatedAbstractFunction.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/delete/RemoveInstanceRoles.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions/src/org/polarsys/capella/common/ui/massactions/activator/MACapellaActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/PhysicalPortOnRootPhysicalComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/NonLeafFunctionComponentAllocationRelsover.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/validation/xml/XMLValidationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/CombinedFragmentSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Component_componentBreakdown.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ComponentExchangeFunctionalExchangeAllocationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/dialog/ProgressMonitoringOverviewDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/dialog/ProgressMonitoringSorter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/fields/BinaryOperatorGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/PreDeleteHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_StringType_Property.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/PortSection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/interactionServices/GetISScopeInsertActors.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/sections/IAbstractSection.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/helpers/DialogHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/log/DefaultLogHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceLinkSourceControlNode.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/ExchangeItemAllocationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/OperationalCapabilitySection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/selection/LevelSelectionContext.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/wizards/OpenCustomWizardCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/part/ComponentPkg_RootComponentPart.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_PhysicalQuantity_Unit.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/pa/PhysicalFunctionPkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/commands/GraphicalAdjustmentCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_SystemComponent_Super.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/commands/RemoveSourceTraceElement.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/ctx/SystemFunctionItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ExchangeSpecificationHelper.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/StringExt.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/ParentLocatorProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/epbs/GetCurrent_ConfigurationItem_RealizedPhysicalArtifacts.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/helpers/IScenarioHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.properties/src/org/polarsys/capella/core/data/epbs/properties/sections/EPBSArchitectureSection.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/TextRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/impl/TransfoEngineImpl.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnionProperty_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_ReadSharedData.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/PerformAutomatedTransitionOfLogicalActorsAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/CommandLineArgumentHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.flexibility.wizards/src/org/polarsys/capella/core/flexibility/wizards/ui/CapellaPropertyPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/ExchangedItemsController.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/attachment/ActivityAllocationAttachmentHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllInterfacePcks.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/PerformAutomatedTransitionAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/AbstractCapabilityExt.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/QuickfixHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/org/polarsys/capella/common/tools/report/appenders/usage/preferences/IUsagePreferences.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/session/SessionHandlerHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/activities/InitializeDiffMergeUpdateReActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/DeleteAssociationResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewFunctionalBreakdownDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/nameconflict/signatures/InformationSignatures.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/action/SemanticBrowserHistoryAction.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/MetricActivator.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/policy/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Parameter_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.model.preferences/src/org/polarsys/capella/core/model/preferences/IInheritancePreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/CollectionKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/handlers/AbstractMigrationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/FunctionalChainAbstractCapabilityInvolvementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/tester/RePropertyTester.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideFunction.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/merge/scope/ITargetModelScope.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnionProperty_MinCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/physicalPathInvolvement/PhysicalPathInvolvement_NextAndPrevious_2.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/rule/TrueModelConstraint.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/delegates/OperationalCapabilityHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/union/MDCHK_Union_DiscriminantUnionPropertyQualifier.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/IntefaceDoesNotContainSimilarExchangeItemAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/actions/AbstractLinkAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/oa/provider/EntityPkgItemProviderDecorator.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/DeleteConstraintMarkersHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/controllers/MultiplicityElementValueController.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/src/org/polarsys/capella/common/platform/eclipse/tools/report/console/ReportConsole.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/IImageKeys.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractCapabilityInvolvedFunctions.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/queries/CatalogElement_UsedElementLinks.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/preferences/IExportCSVPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/InterfacesBlankRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/UserProfilePreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_UnionProperty_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/re2rpl/activities/InitializeDiffMergeUpdateReplicaActivity.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions/src/org/polarsys/capella/common/ui/massactions/shared/property/PropertyViewManager.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacore/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Property_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/TextAreaValueGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core.ui/src/org/polarsys/capella/core/commandline/core/ui/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_PhysicalQuantity_Property.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/handlers/merge/MergeCategoryProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/options/IPropertyHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/ctx/SystemAnalysisItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/preferences/ActionsPreferenceInitializer.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualOCRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnionProperty_MinCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionOutputPortSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/CapellaResourceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/StringValueFamilyTypeCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractComponentPortComponentExchanges.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/org/polarsys/capella/detachment/version/precondition/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_ExchangeItemAllocation_AllocatedItem.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/data/DataLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Parameter_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbsComponentExchangeAllocatingElements.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/logicalComponent/MDCHK_Component_requiredItf_2.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/CapellaDeleteCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/util/BusinessHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/sections/PhysicalComponentSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/systemComponent/SystemComponent_RealizingLogicalComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalEntity_Breakdown.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/GeneralizableElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/sirius/diagram/ModelElementRelatedDiagramsQuery.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/transfer/TransferTreeListViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core.ui/src/org/polarsys/capella/core/commandline/core/ui/ZipFileImporter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/resolver/TJ_G_05_SourceNameEqualsTargetName.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/PackageDependenciesRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetCurrent_CapellaElement_AppliedPropertyValues.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/session/ISessionActionListener.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/move/CollectionTreeFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/ctx/CapabilityItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/filters/EClassFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/PropertyValueGroupSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/componentPort/MDCHK_ComponentPort_PortAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeAllocatingActor.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/EntityRule.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/merge/MergeHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/AbstractClassInheritedClasses.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentPort_ProvidedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/queries/QueryExt.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/ESFToESBHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/EObjectCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/PortAllocationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/NumericValueRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/I_26_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_FinalState_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/actions/DeleteElementAction.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/IStoISCommand.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/LocationSourceProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/components/CapellaModelTreeViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/NavigatorModelDataListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentExchange_AllocatedFunctionalExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/InterfaceRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/ChoicePseudoStateSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/view/CapellaCommonNavigatorActionGroup.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/replicable/ReplicableElementHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/UpdateConnectionsMatchPolicy.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/org/polarsys/capella/common/ui/menu/dynamic/utils/ContributionItemComparator.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/EClassCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/CommandsPreferencesInitializer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/actions/SelectInProjectExplorerAction.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/util/CapellaDiagramClipboard.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/view/SemanticBrowserTree.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/viewers/AbstractDelegatedViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_ChoicePseudoState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/class_/MDCHK_DWF_D16.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/validation/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/InformationServices.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/preferences/TitleBlockPreferenceField.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ComponentFunctionalAllocationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/WorkbenchHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/ExportZipCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/InterfaceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/CapellaPasteCommand.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/util/BrowserElementUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/fa/FunctionSpecificationItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/ActiveSessionManager.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/behavior/BehaviorHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/interaction/AbstractCapabilityPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/la/MDCHK_LogicalArchitecture_LaToSaRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ExchangeCategory_Exchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_Part_MaxCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/physicalPathInvolvement/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/LocationTargetProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/constraint/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentExchangeAllocatedFunctionalExchanges.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/handlers/RemoveHiddenElementsCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewScenarioDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/extension/ITransfoEngineExecuteExt.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/ExtendedMappingHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/la/LogicalComponentItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/command/AbstractNonDirtyingCommand.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/pom.xml [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/util/SlavePopulatorHandlerService.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentExchange_Categories.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/commands/CreateRecCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentExchange_AllocatedFunctionalExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/systemAnalysis/MDCHK_CA_CARealization.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/property/EStructuralFeatureProperty.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/HelperPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_BinaryExpression_RightOperand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_ExchangeItemElement_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_LogicalFunction_RealizedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/generator/DWF_CA_09_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/delegates/CapabilityHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.preferences/src/org/polarsys/capella/core/model/preferences/IReuseComponentsPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/RequirementManagerWizardAction.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/commands/UpdateCurCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/MDCHK_Function_ComponentFunctionAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewModeStateMachineDiagramAdapter.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalues/ui/page/PropertyValuesFormPage.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/constants/IReConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/delegates/OperationalProcessHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_Capability_RealizedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/FinalState_StateRealizations.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/SimpleOrientedGraph.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/scope/RuleRootElementsScopeRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/org/polarsys/capella/core/common/ui/wizards/LCDecompositionOperations.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/commands/MDGenerateConnectionsCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/ctx/SystemFunctionPkgRule.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/OptionHorizontalRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/org/polarsys/capella/core/ui/properties/descriptions/sections/CapellaDescriptionPropertySection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/danalysis/CapellaAnalysisSelectorProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/CsQuickFixActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeOALevelIncomingInteraction.java [WARNING] * common/plugins/pom.xml [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_StateMachine_AvailableFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/AbstractCapabilityGeneralizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/ExchangeItemAllocationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Enumeration_RealizedEnumeration.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/ModeSection.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/topdown/rules/Rule_AbstractEnd.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/traceability/CapellaLocationTraceabilityConfiguration.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionPort/FP05_FunctionPort_OwningFunction.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ExchangeItemExt.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/handlers/DiagramDescriptionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/ExecutionEventSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaModelDataListenerForDataPkg.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/EditableSemanticFieldException.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/org/polarsys/capella/core/platform/sirius/sirius/validation/ddiagram/DeleteInValidHyperLinkInDescription.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/StateMachineTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_PhysicalPath_AllocatedComponentExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/handlers/DeleteReplicaPreserveRelatedElementsUiHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/Part_TypePorts.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/InterfaceInheritedExchangesItems.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/cs/PhysicalPathRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/ExchangeItemElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/move/CapellaMoveHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentPort_AllocatedPort.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/appenders/ReportManagerFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_ChoicePseudoState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/cs/PartItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/handlers/UpdateCurUiHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentPort_AllocatedPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/EntityPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Function_inFlowPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/StateFragment_RelatedAbstractState.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/ExchangeItemTransitionHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/renderers/ReplicableElementRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/BooleanReference_ReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_NumericType_DefaultValue__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/preferences/CapellaNavigatorPreferencesInitializer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/controllers/StateController.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionPortRealizingFunctionPort.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/StatusRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/InterfaceGenerationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/capellamodeller/provider/CapellamodellerItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/OpenRepresentationActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/DWFD57Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/AbstractShowHide.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/StateTransitionRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/UnionPropertyItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/connection/ComponentExchange_RealizingPortsConsistency.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/generator/DWF_DF_18_Resolutions.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/constants/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/TechnicalInterfacesShouldNotBeImplementedByMoreThanOneComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalFunction_AvailableInstates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/ModeItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/pa/PhysicalNodeItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/MigrationRunnable.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/GeneralizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_InterfaceUse_UsedInterface.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/operations/LongRunningListenersRegistry.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/provider/IDefaultProjectLocationProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/logicalComponent/MDCHK_LogicalComponent_Realization_1.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/query/impl/GetElementsQueries.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/helper/MiscHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/UpdateConnectionsSiriusHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/StateTransitionInComingIState.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/accelerators/AcceleratorOnSequenceLinkHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/selection/ISelectionContext.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_CapabilityRealization_InvolvedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/PreDeleteCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/actions/LimitateTreeExpansionAction.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.commandline/src/org/polarsys/capella/core/validation/commandline/ValidationCommandLineConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/org/polarsys/capella/core/data/sharedmodel/properties/sections/GenericPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/PhysicalQuantity_MinValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/InteractionStateHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_CommunicationLink_ExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetAvailable_OperationalActivity_AvailableInstates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/FunctionalChainAbstractCapabilityInvolvementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/org/polarsys/capella/core/data/information/datatype/validation/BooleanTypeLiteralsIncorrectValues.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CapellaActionsActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/constraint/Requirement_ID.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchange_relatedComponentDataflow.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractDependenciesPkg_dependencies.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/helpers/ReplicableElementExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/CtxHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/ExchangeItemElementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/helpers/HoldingResource.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractFunction_mother_activity_allocation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/services/CapellaElementExt.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualComponentInternalInterfacesRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_ExitPoint_Transition.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/commands/AbstractProcessingRunnable.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacommon/delegates/AbstractStateHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideABPhysicalLink.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/helpers/PackageHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/handlers/Label8Handler.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/KeepClassWithSamePrimitiveStateFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/commands/DeleteTrace.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/result/handlers/CapellaSearchResultPageHandlerReplaceAll.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/capella/HoldingResourceRemovalContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/constants/ITransitionConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/impl/TransfoRuleBase.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/queries/QueryIdentifierConstants.java [WARNING] * common/plugins/org.polarsys.capella.common.linkedtext.ui/src/org/polarsys/capella/common/linkedtext/ui/LinkedTextHyperlink.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/attributes/CapellaAttributeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/InterfaceFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/properties/RelatedElementsProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_PhysicalQuantity_RealizedPhysicalQuantity.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/CsServices.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/launcher/ActivitiesLauncher.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/queryContext/AbstractQueryContext.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/EnumerationLiteralDomainValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_LogicalComponent_RealizedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/MultiplicityElementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/StateSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/OperationalProcessItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/src/org/polarsys/capella/core/data/epbs/ui/quickfix/EpbsQuickFixActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/ctx/provider/SystemFunctionItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/MDCHK_Function_FunctionRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/controllers/Collection_IndexController.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/sa/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/fa/FunctionalExchangeRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/MDCHK_OperationalEntityCheckNotHuman.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/BusinessQueriesPlugin.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/internal/NoneValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/oa/Entity_AllocatedRoles.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/ITransfoRuleBase.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/LiteralStringValue_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.reportlog/src/org/polarsys/capella/core/ui/reportlog/LogDataHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.reportlog/src/org/polarsys/capella/core/ui/reportlog/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/aird/FCDDiagramMigrationContributor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/GeneralizableElement_AbstractInheritedType.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/extension/style/PartComponentStyleConfiguration.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/constants/ISchemaConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/fa/ComponentPortItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/sections/PhysicalQuantitySection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.selection.queries/src/org/polarsys/capella/core/data/selection/queries/interaction/AbstractCapabilityExtendSelection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/oa2capability/OperationalActivityPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/cs/InterfaceItemContribution.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/helper/IUserEnforcedHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/PhysicalQuantity_RealizedPhysicalQuantity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/DataFlowController.java [WARNING] * common/plugins/org.polarsys.capella.shared.id.handler/src/org/polarsys/capella/shared/id/handler/ResourceSetScope.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/selection/ISelectionContextsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/core/DefaultFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchange_relatedData.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/constants/ILayerNameConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Class_InheritedClasses.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/org/polarsys/capella/core/common/ui/wizards/LCDecompositionController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/AbstractCapabilityHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/services/FunctionExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_LiteralNumericValue_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalArtifactsRealizingCI.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/schema/PropertiesSchemaConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalComponent_RealizedComponents.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/scope/IDependenciesHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_Interface_InheritedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetSubDefinedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/LogicalComponent_Super.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/SearchInDescriptionAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Collection_MinCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/SwitchIsActorIsHumanFlag_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PAAbstractCapabilityInvolvedFunctions.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/activator/SolFaCommonActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/sorter/ModelElementViewerSorter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/FunctionalChainFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/ExchangeItemRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/configuration/project/ConfigurationProject.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/MultiInstanceRoleExtension.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/UI.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionSpecificationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewClassDiagramAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/debug/QueryDebugger.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/PhysicalPathExt.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllClasses.java [WARNING] * core/plugins/org.polarsys.capella.core.data.selection.queries/src/org/polarsys/capella/core/data/selection/queries/interaction/AbstractCapabilityGeneralizationSelection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/domain/CapellaTransitionDomainHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/Capability_IncludedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_StateTransition_StateTransitionRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/actions/CopyCommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Role_AllocatingEntity.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewInternalInterfaceDiagramOnLSAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/systemFunction/MDCHK_SystemFunction_Realization_1.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui/src/org/polarsys/capella/core/validation/ui/DynamicCreateContributionItem.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.obfuscator/pom.xml [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_Component_ImplementedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/provider/ReadOnlySectionHandlerDelegate.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionPort/FP03_FunctionPort_RealizingPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/KeyPartSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/scenario/MDCHK_Scenario_Ordering.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/providers/DependencyLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/fields/GeneralizableElementBooleanPropertiesCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/MoveStateEventProcessor.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/internalization/l10n/CustomPreferencesMessages.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/current/GenericRulesHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/DataValueReferencingReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/AbstractExpression_Operand.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/PartRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_Mode_ReferencedStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/TC_DF_15_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/utils/NamingHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/services/IElementIdentifierService.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ModelElementGuard.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/quickfix/PatternCapellaMarkerResolution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/BinaryExpression_RightOperand.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/core/ConstraintRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/CapellaActivityExplorerActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Parameter_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_Capability_RealizedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_NumericValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Capability_includedCapabilities.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/policies/diff/ExtDiffPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericReference_ReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/IResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/properties/ReferencesProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/services/InstanceRoleExt.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/CapellaGlobalActionHandlerProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/CreateXmlConfiguration.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/DisableConstraintHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/NumericReferenceRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericType_Property.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_CollectionValue_Type.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/activity/delegates/ActivityExchangeHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/filters/IQueryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/PhysicalPortRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/fields/DataValueBooleanPropertiesCheckbox.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SemanticEditingDomainFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ComponentPortAllocationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractFunction_realizingFunctions.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/services/commands/AbstractLocateInWorkbenchPartHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/capellamodeller/validation/MDCHK_Class_Generalization_2.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/log/DebugTraceLogHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Pin_owner.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ComponentExchangeExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/DataTypeHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/common/StateTransitionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/utils/EObjectExt2.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchangeRealizedInteractions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/controlNode/ControlNodeInconsistentOperations.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/handlers/CommonHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionOutputPort_OutGoingExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_InvokedOperation_2.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/team/ResourceModelPropertyPreferencePage.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/org/polarsys/capella/common/tools/report/appenders/usage/util/UsageAppender.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.properties/src/org/polarsys/capella/core/data/epbs/properties/sections/EPBSArchitecturePkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/Part_MaxCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/helpers/ReorderEnds.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Collection_MaxCardinality.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/merge/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/nameconflict/signatures/InformationSlots.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/oc2mission/AbstractCapabilityRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Property_MinCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/operations/SessionCreationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/InterfaceUsers.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SiriusSessionFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/association/ClassAssociationConsistency.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/AbstractNewScenarioDiagramAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/action/BrowserActionFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/internal/ControlResourceDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/AbstractCapability_InvolvedAbstractFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/la/delegates/ContextInterfaceRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionOutputPort_RequiredInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/controllers/Role_AllocatedActivitiesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/fields/ComponentPortKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/handlers/ManageReferencedLibrariesHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalNode_Deployments.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/actions/PasteCommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/LAAndPAFunctionalChainInvolvingCapabilityRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/ConfigurationItemServices.java [WARNING] * core/plugins/org.polarsys.capella.core.data.selection.queries/src/org/polarsys/capella/core/data/selection/queries/fa/FunctionalExchangeSelection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/MergeLinkExt.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/CategoriesPreferencesFilter.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/export/CSVExporter.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.adapter/src/org/polarsys/capella/core/platform/sirius/adapter/SiriusToCapellaAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_System_RealizedEntities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/componentPort/MDCHK_ComponentPort_All_Interfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewModeStateMachineDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Pin_type.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ClassDiagramRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/IntramodelTransitionHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/handlers/CreateReplicaUiHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/handlers/PropagateExchangeItemAllocationsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/UpdateDefHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/esf2esb/ESF2ESBHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/TC02_Region_History.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/internal/WizardNewProjectCreationPage.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/PreferenceRuleSetLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPath_RealisedConnection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/FunctionalChainInvolvementRule.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalues/ui/page/Constants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/SequenceMessageController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentExchangeCategory_Exchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/ExitPointPseudoStateSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/MDCHKComponentInterfaceFunctionPortExchangeItemAllocationConsistency.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/association/AssociationTargetClassPropertyIsKey.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/org/polarsys/capella/core/data/pa/deployment/properties/sections/TypeDeploymentLinkSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_LogicalComponent_Super__Lib.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/handlers/SuffixableHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.menu.dynamic/src/org/polarsys/capella/core/menu/dynamic/DynamicActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/actions/PasteLayoutOnlyCommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/decorator/CapellaScmLabelDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/connection/DelegationOutOfPlace.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/NamedRelationshipHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/association/AssociationConsistencyBetweenLayers.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/MarkerShowInAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/sections/LogicalFunctionPkgSection.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/command/AbstractCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/RemoveAllocatedInterfacesFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/oa/OperationalProcess_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_PhysicalPort_AllocatedComponentPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_ES_OES_InvokedOperation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/SequenceMessageExchangeItems.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/scope/CompoundScopeFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/FunctionalExchangeFilter.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalue/messages/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/queries/CatalogElementReverseOrigin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ComponentExchangeEndSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetCurrent_OperationalCapability_InvolvedOperationalProcess.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/BooleanTypeItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionPort/MDCHK_FunctionPort_functionalExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/dialogs/ImpactAnalysisDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/queries/QueryIdentifierConstants.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/DelegateSelectionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/AbstractStateRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/TraceGeneralTabDescriptor.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/activities/TransformationActivity.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/label/provider/factory/AbstractLabelProviderFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaModelDataListenerForSequenceMessages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/selection/TransformationSelectionContext.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/ExecutionEndSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.selection.queries/src/org/polarsys/capella/core/data/selection/queries/information/AssociationSelection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/CapabilityRealization_InheritedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ComponentExchangeRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/PropertySection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/propertyTester/CapellaModelIsLocalPropertyTester.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/content/provider/wrapper/PrimitiveWrapper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetCurrent_InteractionUse_ReferencedScenario.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/gen/edit/decorators/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/SelectFunctionalExchangeDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/org/polarsys/capella/core/common/ui/wizards/LCDecompositionCommand.java [WARNING] * common/plugins/org.polarsys.capella.shared.id.handler/src/org/polarsys/capella/shared/id/handler/IIdHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Collection_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalComponent_InternalPhysicalLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/instanceRole/MDCHK_InstanceRole_Type_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacore/CapellaElement_Status.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangeItem_realizingEI.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/AbstractCapabilityExtend_Extended.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/ComplexValueReferenceType.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/create/properties/ReplicableElementProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/utils/AbstractModelComparator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/DataPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/PreferencesItemsRegistry.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Mission_ExploitedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessage_refiningSequenceMessage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/FAUIWizardsPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/MetricMessages.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/providers/CapellaTransfertViewerLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.model.preferences/src/org/polarsys/capella/core/model/preferences/IDataPreferences.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/attachment/IAttachmentHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/AbstractInstanceItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/InterfacePkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/CapellaSaveSessionRunnable.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/providers/MDEAdapterFactoryLabelProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.ef/src/org/polarsys/capella/common/ef/command/ICommand.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rules/ReplicableElementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/AbstractEndHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/properties/PreferencesExpression.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/rule/AbstractValidationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionAllocatingActor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Parameter_MinCardinality.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/create/properties/InitialTargetProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/impl/cmd/CreateOpAnalysisCmd.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/commands/LauncherCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/ClassHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/OrganisationalUnitCompositionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/org/polarsys/capella/core/data/information/communication/properties/sections/SignalSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/ctx/provider/SystemComponentItemProviderDecorator.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/traceability/LevelBasedTraceabilityHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideMCComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/preferences/CapellaUIPropertiesPreferencesInitializer.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/column/ManyRefColumn.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/sirius/DiagramAppearancePropertyPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/ScenarioContraintsService.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchangeFunctionalChain.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/controllers/StateTransitionRealizationsController.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions/src/org/polarsys/capella/common/ui/massactions/visualization/commands/SendToMVCommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/operations/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Parameter_MaxCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_LiteralStringValue_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentExchangeTargetComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/pa/delegates/PhysicalArchitectureHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/utils/QueryHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/commandline/RefreshAirdCommandLine.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/actions/AbstractCopyPasteCommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Class_RealizedClasses.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_StringReference_ReferencedValue.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/AbstractViewHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Function_referingFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/RelationshipMatchID.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/model/CapellaLibraryExt.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/merge/AvoidSuffixesToRecCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/DoIRReorderExternalAction.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/utils/CollectionExt.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/MarkerViewFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/FaServices.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.services/src/org/polarsys/capella/common/ui/services/IDiagramServices.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ItemQuery_Flow_targetOwner.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/handlers/merge/DiffCategoryProxy.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/OC2SMTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/RenameAction.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/create/properties/AllSourceElementProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_AbstractExpressionValue_Operand.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/commands/AddTrace.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datatype/DataTypeRule.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/launcher/DefaultLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/EOIController.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ItemQuery_ActivityNode_owner.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/AddSemanticResourceAction.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/messages/QuickfixMessages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ExchangeCategory_Exchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/helpers/TigerRelationshipHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/InitialPseudoStateSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllActors.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/org/polarsys/capella/core/platform/sirius/ui/AcceleratorConfigurationInitializer.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/schema/ICompoundProperty.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/queryContext/QueryContext.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/dialogs/EIAllocationDragListener.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/interactionServices/GetISScopeInsertActors__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalComponent_InvolvingCapabilityRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/command/RemoveInvalidFunctionalExchangeAllocations.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/AbstractItemDescriptor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_ExchangeItemElement_ReferencedProperties.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetCurrent_SequenceMessage_ServiceInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/AbstractSemanticKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_SystemFunction_RealizedFunctions.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/merge/AvoidMergeUnmodifiableCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/controllers/EffectsController.java [WARNING] * core/plugins/org.polarsys.capella.core.re.project/src/org/polarsys/capella/core/re/project/diffmerge/SkeletonMatchPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Enumeration_RealizedEnumeration.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/move/representation/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/GeneralizedComponents_Human.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/data/validate/SemanticBrowserDataValidator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_Capability_InvolvedAbstractFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/Port_RealizedPortsController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/PhysicalPathInvolvementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/utils/CapellaSwitch.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/copyformat/ReplicableElementKeyProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPortOutgoingPhysicalLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/cs/PhysicalPathInvolvementRule.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/provider/ILibraryProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionalExchangeHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/AbstractComplexValueHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/commands/MDTraceViewEditCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/commands/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionItemService.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/internal/quickfix/CapellaMarkerResolutionGenerator.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/create/properties/MergeTargetScopeProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/sections/DataTypeSection.java [WARNING] * common/plugins/org.polarsys.capella.common.model/src/org/polarsys/capella/common/model/copypaste/SharedInitializeCopyCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/queries/GenericGetForLibWithCorrespondingArchitectureElementAndInputAsList.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/ICommonConstants2.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/DWF_DC_19_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/FunctionalChainInvolvementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/delegates/CapabilityInvolvementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/StateTransitionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/commandline/ExportRepresentationsArgumentHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/copyformat/CapellaFormatDataManager.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CommunicationMean_Source.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/extpoint/ReportLogViewExtPointUtil.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/scope/IScopeFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/PropertyValuePkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Collection_MinValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/org/polarsys/capella/core/data/pa/deployment/properties/DeploymentPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/ExchangeItemRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionalChainInvolvementLink_ExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_PhysicalPort_AllocatedFunctionPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/StringReferenceItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/helpers/CapellaFeatureHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/AbstractFunctionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/pa/provider/PhysicalComponentItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/impl/cmd/CreateCtxArchiCmd.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/internalization/l10n/CustomPreferencesStatusCodes.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualOCRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/ExchangeTracing.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/wizards/CustomWizardHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/CFA01_ComponentFunctionAllocation.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/exceptions/NonExistingQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/CapellaCoreHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration/src/org/polarsys/capella/core/af/integration/AFIntegrationPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/launcher/CreateRecLauncher.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/MarkerViewPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/CapellaSaveablesProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/MissionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/TransformLiteralNumericValueCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/helpers/ToolProviderHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/filters/MergedScenarioFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.re.validation/src/org/polarsys/capella/core/re/validation/design/consistency/DefaultBlackBoxCompliance.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/dialogs/ConfirmDeleteCapellaElementDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/MessageEndSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/BooleanReferenceItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/fields/InteractionOperatorKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/capellamodeller/validation/ProjectNamingDifferenceConflict.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/AbstractCollectionValueHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ItemQuery_Scenario_getAbstractCapabilityContainer.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/merge/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/common/AbstractStateRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_State_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_FinalState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/la/services/CapabilityRealizationPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/fields/UnparsedExpressionGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/capella/CapellaMigrationContributor.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/queries/CatalogElement_AllUsedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DWF_DC_18_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangesItemAllocationInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/configuration/project/ui/wizards/ReferecedConfigurationProjectSelectionPage.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Capability_extendedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/oa2capability/OperationalActivityRule.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/scope/IScopeRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/CollectionItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceLinkEndTargetSequenceLinks.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/content/provider/factory/AbstractContentProviderFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPort_realizedComponentPort.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/es2is/ES2ISHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/merge/TargetDifferencesCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/CreatePLCategoriesController.java [WARNING] * common/plugins/org.polarsys.capella.common.model/src/org/polarsys/capella/common/lib/ICommonComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionModelEvent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionalExchange_Categories.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/rules/IRuleContext.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetBrotherComponents.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/tabbed/ObjectPropertiesTabDescriptorProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/OpenActivityExplorerAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/classpkg/MDCHK_DataPkg_Naming_1.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/CapellaSearchQuery.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/union/MDCHK_Union_qualifierIntegrity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.validation/src/org/polarsys/capella/core/data/common/validation/statetransition/MDCHK_StateTransiton_Region.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/Decomposition.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/DataNamingHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractTypedElementContainer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolver/EditPhysicalComponent.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/scope/ScopeHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/notify/DefaultNotifyHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/CompoundMultiStatus.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/PhysicalArchitectureExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericType_RealizedNumericType.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/CapellaProjectActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/MDCHK_PhysicalComponent_InterfaceUseAndImpl_1.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractCapabilitySub.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/testGeneration/QueryTester.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/rules/fa/FunctionInputPortRule.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/org/polarsys/capella/core/re/ui/quickfix/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/oe2system/PartRule.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/ImporterRegistry.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/LiteralBooleanValueItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/helpers/SemanticHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/common/TimeEventRule.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/policies/match/TraceabilityHandlerMatchPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/provider/CapellaAdapterFactoryProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentOutgoingDelegation.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/ComBdhHelperServiceWrapper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/task/CreateViewTask.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/RegExpCheckboxTreeViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/command/CompoundDeleteHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ElementTitleBlockReferencedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/commandline/ExportRepresentationsCommandLineConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/model/communications/AbstractCommunication.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/gen/edit/decorators/CustomDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/InformationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/esf2esb/rules/Rule_Message.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/InstanceRole_representedInstance.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/query/MDEQueries.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_Capability_IncludedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewStateMachineDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/properties/AbstractProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/actions/PasteStyleOnlyCommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalFunction_RealizedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ItemQuery_Pin_targetOwner.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/NewProjectAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.validation/src/org/polarsys/capella/core/data/epbs/validation/configurationItem/MDCHK_ConfigurationItem_Allocation_1.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/sample/SampleModelWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/SemanticLocateInCapellaExplorerAction.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/DeleteRepresentationAction.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/org/polarsys/capella/core/ui/semantic/browser/sirius/actions/DiagramOpenFocusAction.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/preferences/CIKindPropertyPreference.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/AbstractCapability_InvolvedFunctionsController.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/renderers/SharedElementsRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/RotativeImageEditPart.java [WARNING] * common/plugins/org.polarsys.capella.common.model/src/org/polarsys/capella/common/model/IDelegatedListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/handlers/MigrationHandlers.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/ProjectActionProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/commands/CreateReplicaCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/move/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_PhysicalLinkCategory_Links.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/validation/IValidationConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/SwitchIsActorIsHumanFlag_ResolverAll.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/pa/PaHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SystemFunctionInvolvingCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/ControlNodeRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/AbstractFunction_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/InterfaceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalExchange_dataflowTarget.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/org/polarsys/capella/common/tools/report/appenders/console/IReportConsole.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalChain/FunctionalChainFunctionActiveInState.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_StringType_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPortAllocatingPhysicalPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentPort_ProvidedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/ClassContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/pa/delegates/PhysicalNodeHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPort_realizedFunctionPort.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IDerivedSemanticResourceProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_LogicalComponent_Super.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/FragmentEndSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/sections/LogicalComponentPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetAvailable_OperationalProcess_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/dialogs/EIAllocationLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/internal/session/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/traceability/LocationTraceabilityConfiguration.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/internal/session/CapellaIsModifiedSavingPolicy.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/scope/DefaultScopeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/MDCHK_OneRootComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/result/CapellaSearchResult.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core.ui/src/org/polarsys/capella/core/commandline/core/ui/CommandLineWorkbenchModel.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/NavigateAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Enumeration_DomainType.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/activity/IActivityExtender.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/DataFlowBlankRefreshExtension.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/create/properties/ReplicaProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/AbstractCapellaElementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/InterfaceInfo.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/viewers/ICellEditorProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/DeleteComponentResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/command/RemoveNonLeafFunctionAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Service_ExchangeItemRealization.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/create/properties/MergeSourceScopeProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionInputPort_RealizedFunctionInputPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/BinaryExpression_Unit.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/CreateGeneralizationsCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/AbstractFixAction.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/helpers/LockHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/AbstractDeploymentLinkRule.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/fa/ComponentExchangeRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionControlDecoration.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/constants/IOptionsConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.commandline/src/org/polarsys/capella/core/validation/commandline/ValidationCommandLine.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/RoleSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/TechnicalInterfacesAreNotProvidedOrRequired.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/tool/StringUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ClassRealizedClass.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/DefaultCommandLine.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/handlers/scope/ScopeUIHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalFunction_AvailableInstates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/AbstractValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionPort/DCOM_21_UnusedExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/traceability/LibraryTraceabilityHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/property/Properties.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/StringType_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_TerminatePseudoState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionInputPort_InComingExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnaryExpression_Unit.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnionProperty_MaxLength.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/QueryConstants.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/action/BrowserHistory.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideABComponentExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/delete/NoDeleteExternalAction.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/utils/graph/SCCSearch.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/schema/IRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Message_InheritedMessage.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/data/UniqueValidElementsTreeData.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/SystemComponentHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/CollectionValueItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/UpdateConnectionsMergePolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaComparePlugin.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/data/ListData.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_DataValue_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/port/PR01_PortRealization_Realization.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalActivity_OutgoingInternalInteraction.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/SequenceMessageExt.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/move/handlers/AbstractMoveHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPort_owner.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/configuration/project/ProjectContentsLocationArea.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainChildren.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_AbstractStateProperties.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/IHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/pa/PhysicalComponentRule.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/handlers/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolver/DeletePhysicalComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/fields/IsActorCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/PerformAutomatedTransitionOfSystemActorsAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_TimeEvent_Expression.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/MergeLinkSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/core/PropertyValueGroupRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/TypedElementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/AbstractPropertyValueHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/current/RuleMappingExtensionService.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/property/PropertyTypeRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/gen/edit/decorators/IDelegatedDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/schema/IGroupRenderer.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/property/testers/ElementOfOpenedSessionTester.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_CapabilityRealization_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/ReuseLinkSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/constraint/UniqueInvolvementConstraint.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/ShapeUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/model/communications/InterfaceCommunication.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/move/Stage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/pa/provider/AbstractPhysicalComponentItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_BooleanType_InheritedBooleanType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolution/DWF_DC_22_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ItemQuery_Flow_sourceAndTargetOwners.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_BooleanReference_ReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/PerformAutomatedTransitionAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/CollectionValueReferenceType.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/InterfaceGenerationPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/pa/delegates/LogicalInterfaceRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/AbstractFixCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/OnlySharedDataOrEventOrUnsetFilter.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/export/DataExporter.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/views/libraryManager/accessPolicyManager/AccessPolicyEditingSupport.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/ScenarioTransfo.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/context/IContext.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ConstraintModelElements.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ItemQuery_Flow_sourceOwner.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/services/ExchangeItemAllocationExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_JoinPseudoState_StateRealizations.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/merge/ICategoryItem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentExchangeCategory_Exchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/ISimpleEditableSemanticFieldController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/TimeEvent_Expression.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/core/MetricTree.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/column/SemanticBrowserColumn.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/propertyTester/ActivationPropertyTester.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_State_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/org/polarsys/capella/core/ui/properties/descriptions/fields/ElementDescriptionGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Property_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionInternalInComingDataflows.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualMissionRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.properties/src/org/polarsys/capella/core/data/epbs/properties/sections/PhysicalArtifactRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/DestructionEventSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapabilityRealizationInvolvedElement_InvolvingCapabilityRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/actions/TransitionAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/CapabilityInvolvementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/FragmentEndHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/FStoFSCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_Capability_InheritedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/OperationalProcessSection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/ctx/SystemComponentPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/InstanceRole_RepresentedInstance.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/util/DiagramBusinessHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/AbstractFunctionalBlock_AllocatedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/StackEditPartProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/editors/BasicEditorDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/content/provider/SemanticBrowserContentProviderFactory.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/services/swt/events/AbstractKeyAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/association/AssociationCompositionProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/MoveDataPkgEventProcessor.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangeSpecification_owner.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/scope/CatalogElementLinkFilter.java [WARNING] * common/plugins/org.polarsys.capella.common.model.helpers/src/org/polarsys/capella/common/model/helpers/internal/CapellaHelperAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/views/libraryManager/activeStateManager/ActiveStateRenderer.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/merge/scope/PartialRootedModelScope.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalChain/MDCHK_FunctionalChain_Involvements_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/pa/services/ComponentInstanceExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/cs/InterfacePkgItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/CreateReplicaHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/StackDNode2EditPart.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/ITransform.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/sections/PhysicalFunctionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/ComplexValueRefReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/RefinementLinkSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Function_incomingDataflows.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/providers/TitleBlockItemProviderDecorator.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/handlers/DependenciesScopeHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_SystemFunction_AvailableInstates.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/LightMarkerRegistry.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/BinaryExpression_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalInterface_InheritedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsAbstractCapabilityGeneralizationSource.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericType_AbstractValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/controllers/OperationalCapability_InvolvedEntitiesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/KeyValueSection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/SelectLinksFromTransferWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/sections/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/CapellaConstraintListener.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/quickfix/AbstractPatternCapellaMarkerResolution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_PhysicalLink_Categories.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ComponentExchangeCategoryExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.selection.queries/src/org/polarsys/capella/core/data/selection/queries/interaction/AbstractCapabilityIncludeSelection.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.file/src/org/polarsys/capella/common/tools/report/appenders/file/ReportFileAppender.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalNode_Deployers.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/AddTraceWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/commands/ESToESHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_ExchangeItem_RealizedInformations.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/merge/scope/ReferenceModelScope.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/view/CapellaCommonViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Collection_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/ImpactAnalysisAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/SequenceLinkLinksController.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/attachment/ReAttachmentHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.libraries/src/org/polarsys/capella/common/libraries/model/AbstractUriModel.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/la/provider/LaItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractCapability_refinedAbstractCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/AbstractReference_ReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ComponentPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/epbs/delegates/PhysicalArtifactRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewFunctionalChainDescriptionDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cache/Cache.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewBlankFunctionalDataflowDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/src/org/polarsys/capella/core/data/la/ui/quickfix/LaQuickFixActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/move/MoveStagingView.java [WARNING] * releng/plugins/pom.xml [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/helper/SemanticBrowserImageProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/ElementTitleBlockContainerSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/sections/CapabilityRealizationPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionalExchangeSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/ME01G_ExchangeItemAllocation.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions/src/org/polarsys/capella/common/ui/massactions/visualization/CapellaMVView.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/ScenarioRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/helpers/UnwantedObjects.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolver/AbstractPhysicalComponentNatureChangeResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalInterface_InheritedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/CancelTimerEventSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/SortSelectionAction.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/NewClassDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeAllocatingPhysicalComponent.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/org/polarsys/capella/common/ui/menu/dynamic/DynamicCreateChildAction.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetCCIIInsertComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_AbstractStateProperties__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaMergePolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/org/polarsys/capella/core/data/information/communication/properties/sections/SignalInstanceSection.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/handlers/UpdateCurUiHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/FunctionalChainExt.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/org/polarsys/capella/core/ui/semantic/browser/sirius/handlers/OpenAndRevealCurrentElementInDiagram.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/DeployableElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/property/PropertyKeyPartsCardinality.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/transformation/TransformationHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/providers/TitleBlockItemProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/systemComponent/SystemComponent_InvolvingCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/property/PropertyOrRoleOverridingIsNotAllowed.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/DataNamingHelperBasedContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/providers/ILabelProviderDelegation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/stateFragment/MDCHK_StateFragment_ES_OES_ModeState.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/attachment/ReAttachmentHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/IDialog.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/merge/CategorySet.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionalExchange_ExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/MDCHK_CapellaElement_Naming_1.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/schema/IEStructuralFeatureProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_Mode_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/AbstractAvailableInState.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Property_MinLength.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/uml2/rules/Rule_InteractionOperand.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/StackCompartment2EditPart.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/ctx/SystemComponentRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/MultipleSemanticField.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/util/StorageLocation.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/debug/ObjectPrinter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_PhysicalPath_RealizedPhysicalPaths.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/SharedWorkflowActivityParameter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_DataValue_AbstractType__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/MDCHK_Component_AllocatedFunctions_1.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetIBShowHideActor__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/AbstractCapellaAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/constraint/ReferentialConstraintsResourceSetListener.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/LogLevel.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/exceptions/ContextShallNotBeNullException.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/ctx/SystemFunctionPkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionalExchange_FunctionalExchangeRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/SequenceMessage_InvokedOperation.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewStateModeFunctionsMatrixAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/StateExt.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/handlers/PortRealizationPropagationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetCCEIShowHideActor__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/datavalue/ValuePartRule.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CategoryFunctionalExchange.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/view/providers/FastLinkerLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/epbs/EPBSArchitecture_AllocatedPhysicalArchitecture.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentExchangeCategory_Exchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_ComponentPort_MaxCardinality.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/sequenceMessage/model/communications/LinkCommunication.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/launcher/UpdateReplicaLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.validation/src/org/polarsys/capella/core/data/epbs/validation/epbsArchitecture/MDCHK_EPBSArchitecture_EpbsArchitectureToPaRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/util/Enumerator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/RegionSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/AbstractState_Activities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Collection_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/preferences/transferer/CapellaImportExportPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Message_InheritedMessage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/controllers/MultiplicityElementCardController.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/traceability/DiagramTraceabilityHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Interface_implementorActors.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/GetCCEIInsertInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/OperationExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ComponentPortAllocationEndSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/GeneratePluginHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.obfuscator/src/org/polarsys/capella/core/model/obfuscator/IImageKeys.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/rpl2re/activities/InitializeTransitionActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/State_InvolvingStates.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/CommandLineApp.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.file/src/org/polarsys/capella/common/tools/report/appenders/file/Activator.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/editors/ITabDescriptor.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/traceability/RealizationLinkTraceabilityHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/edit/control/single/SingleRefCellControl.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalLinksInvolvedInPhysicalPaths.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnaryExpression_Operand.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangeSpecification_dataflowTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/ShowHideMSMTransitions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/ExchangeItemElement_ReferencedProperties.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/scope/FinalizableElementFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessagePartTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/merge/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/MDCHK_Interface_Implementation_2.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/CapellaMDERichtextWidgetEditorImpl.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/merge/RealizationLinkCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/TimeEventItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionGeneralViewer.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit/src/org/polarsys/capella/common/ui/toolkit/dialogs/MdeElementListSelectionDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/messages/TraceNameHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionalChain_RealizedFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/handlers/merge/CapellaClassFilters.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/provider/CapellaReadOnlyHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/DiagramTitleBlockReferencedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/actions/move/MoveUpAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetAvailable_Scenario_RealizedScenario.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessage_invokedOperation.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/DependenciesProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.application/src/org/polarsys/capella/core/application/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Interface_relatedPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/PhysicalLinkSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/PhysicalPathInvolvementSection.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/AbstractExportDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/EditContainterPCOfComponentPort.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/support/CapellaClipboardSupport.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/fa/provider/FaItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/information/provider/ExchangeItemItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/org/polarsys/capella/core/platform/sirius/sirius/validation/ddiagram/I_23_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/Interface_InheritedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/ctx/delegates/MissionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_ExchangeItem_InheritedExchangeItem.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/generator/GenerateInterfacesResolutionGenerator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/AbstractCapabilityExtensionPointSection.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/activator/AbstractActivator.java [WARNING] * common/plugins/org.polarsys.capella.common.model.helpers/src/org/polarsys/capella/common/model/helpers/IModelConstants.java [WARNING] * common/plugins/org.polarsys.capella.common.model/src/org/polarsys/capella/common/model/copypaste/SharedCopyPasteElements.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/MultiplicityElement_AbstractValue.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/scope/PartTypeRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/quickfix/AbstractCapellaMarkerResolution.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/merge/scope/ReSourceScope.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/generator/DWF_I_22_Generator.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/handlers/CreateReplicaUiHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Pin_realizedFlowPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Exception_InheritedException.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/ProjectionTraceLinkProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/IDecompositionDataConstants.java [WARNING] * core/plugins/org.polarsys.capella.common.ui.resources/src/org/polarsys/capella/common/ui/resources/ResourcePlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/LocationItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/argumentparser/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Parameter_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Collection_MaxValue.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/PasswordTextRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/EmptyActionProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/SuffixReminderProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalComponent_deployedPhysicalComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/preferences/DiagramPreferenceInitializer.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/IViewerRefresh.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentExchange_ConvoyedInformations.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/view/TreeItemListenerForHistory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/TransfoLinkSection.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentPort_ConnectedPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/sections/SystemNonFunctionalInterfaceRequirementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Component_AllocatedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/merge/UpdatedAttributeCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/services/FunctionalAnalysisNamingHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_LogicalComponent_InvolvingCapabilityRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/refresh/SpecificRefreshCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/sirius/ViewPointPrintingPropertyPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/org/polarsys/capella/core/re/ui/quickfix/resolver/DCON_04_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/CommandTester.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/interaction/AbstractCapabilityGeneralizationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/AddExchangeCategoryToFunctionalExchangeCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/internal/quickfix/CapellaQuickFixExtPointUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetCurrent_OperationalCapability_InvolvedEntities.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/CapabilityRealizationExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DWF_DC_14_DeleteResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/information/communication/provider/CommunicationLinkItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DCOV_10_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/MDCHK_ModelElement_DescriptionNotEmpty.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/edit/editor/many/ManyRefTransitionalValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/contribution/IMigrationContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/MoveClassEventProcessor.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OCapabilityRealizingCapability.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Parameter_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Union_InheritedClasses.java [WARNING] * common/plugins/org.polarsys.capella.common.model.helpers/src/org/polarsys/capella/common/model/helpers/HelperNotFoundException.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/DataPkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/core/GeneralizableElementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/org/polarsys/capella/core/data/pa/deployment/properties/sections/PartDeploymentLinkSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/util/GmfUtil.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/handlers/attributes/AttributesHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/FunctionalChainServices.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetAvailable_SequenceMessage_InvokedOperation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/fields/ClassBooleanPropertiesCheckbox.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/DefaultListContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/MDCHK_Interface_Implementation_1.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/preferences/PreferenceConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Collection_MaxValue.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/handlers/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetCurrent_Scenario_RealizedScenario.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/oa/OperationalActivity_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/generator/SequenceLink_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/interaction/ScenarioItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.model.detachement/src/org/polarsys/capella/core/model/detachement/CapellaModelCommand.java [WARNING] * pom.xml [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractFunction_AllocationBlock.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaElementOwner.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/rules/IRuleScope.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/drop/ExplorerDropAdapterAssistant.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualCapabilityRealizationInvolvementRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/generator/DWF_DC_36_Generator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentExchange_Source.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaModelEditingDomainListener.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/config/persistence/ConfigurationInstance.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/NewOperationalActivityBreakdownDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ConfigurationItemExt.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/launcher/TransposerLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Union_DefaultProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetCurrent_OperationalProcess_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries/src/org/polarsys/capella/core/libraries/queries/QueryIdentifierConstants.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/IMetadataProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/FunctionalChainInvolvementLinkRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/AbstractCommandActionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetAvailable_Entity_AllocatedRoles.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/AbstractFunctionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/generator/DWF_DF_19_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/actions/MakeLinkAction.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.commandline/src/org/polarsys/capella/core/validation/commandline/ValidationArgumentHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/re2rpl/create/properties/InitialSourceProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/sharedmodel/SharedModelHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/RoleAssemblyUsageSection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/DoReorder.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessage_parentScenario.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/pom.xml [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PropertyValue_applying_valued_element_DataValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/ChoicePseudoState_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_FinalState_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalComponent_DeployedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/MDCHK_SystemAnalysisOneSystem.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/OperationalAnalysisExt.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/EditCommonActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/transformation/TopDownTransformationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalComp_Deployments.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/NumericReferenceItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/services/Pattern.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/property/PropertyMinimumCardinalityIsNaturalOrZero.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellamodeller/GetCurrent_SystemEngineering_ReusedSharedPkg.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_PhysicalPort_RealizedPhysicalPorts.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/filters/MultiFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/InterfaceGenerationResult.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_ExchangeItem_RealizedInformations.java [WARNING] * common/plugins/org.polarsys.capella.common.linkedtext.ui/src/org/polarsys/capella/common/linkedtext/ui/LinkedTextCategories.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/constants/ICommonConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/NewModelWizardPage.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/query/IGetElementsQueries.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/CapellaCutCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/Mode_Activity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/services/StateFragmentExt.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/move/MoveResetHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui/src/org/polarsys/capella/core/validation/service/EPFValidatorAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/ME01G_ExchangeItemElement.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/abstractCapability/MDCHK_Capability_Components_Involved.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/handlers/UpdateDefUiHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/view/ISemanticBrowserViewPart.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/Mode_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/PartNamingHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalExchange/I_35_FunctionalExchangeNameConsistency.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/FcrDNodeContainerViewNodeContainerCompartmentEditPart.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/SiriusUIPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_ComponentsFiliationJustification.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/ShallowHistoryPseudoStateItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/SequenceMessageInvokedExchangeItemAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/ComponentHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/org/polarsys/capella/core/data/common/ui/quickfix/resolver/DWF_SM_06Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.model.semantic/src/org/polarsys/capella/core/model/semantic/SimplifiedCapellaMetadata.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/DeepHistoryPseudoStateSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/ExchangeItemRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/GeneralizableElementAllSuperGC.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/TitleBlockDeleteHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/queries/csServices/GetABInsertComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration.ui/src/org/polarsys/capella/core/af/integration/ui/AFIntegrationUIPlugin.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.services/src/org/polarsys/capella/common/ui/services/UIUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetCurrent_SystemComponent_ImplementedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/ExchangeItemAllocationProtocolSequence.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/CreationEventSection.java [WARNING] * common/plugins/org.polarsys.capella.common.model/src/org/polarsys/capella/common/lib/NameHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/CheckedTreeSelectionWithUndefinedElementsDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_OperationJustification.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/dialogs/EIAllocationDropAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnionProperty_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/EntityPartRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.compare/src/org/polarsys/capella/core/compare/CapellaMatchPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/fa/provider/ControlNodeItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/pa/PhysicalFunctionsLogicalFunctionsAction.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/handlers/options/TransitionUIOptionsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_Mode_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.linkedtext.ui/src/org/polarsys/capella/core/linkedtext/ui/CapellaEmbeddedLinkedTextEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/epbs/delegates/EPBSArchitectureHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/LC2PCTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/fields/PhysicalComponentKindGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/org/polarsys/capella/core/data/common/ui/quickfix/resolver/DWF_SM_03Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/ComplexValueFamilyTypeCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewExchangeScenarioAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsInvolvementSource.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/ViewEditPage.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/renderers/ScopeElementsRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalComponent_UsedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/project/configuration/project/ConfigurationPlugin.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/group/renderer/FlatGroupRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.linkedtext.ui/src/org/polarsys/capella/core/linkedtext/ui/validation/OpaqueExpressionHyperlinkCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/filters/TraceFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/attachment/CapellaDefaultAttachmentHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Function_realizedFunctionsOrOperationalActivities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DWF_DF_09_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/views/libraryManager/referencesManager/ReferencesLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_NumericReference_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/cs/provider/ExchangeItemAllocationItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/PortRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/preferences/CapellaPreferencePage.java [WARNING] * common/plugins/org.polarsys.capella.common.queries/src/org/polarsys/capella/common/queries/queryContext/IQueryContext.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/naming/NamingConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/epbs/GetCurrent_ConfigurationItem_UsedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/fa/provider/SequenceLinkProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/quickfix/EObjectNavigatorDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractFunction_activeInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionalExchange_Categories.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Scenario_realizedScenario.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/ScenarioRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/InterfaceProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/activities/DifferencesComputingActivity.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/ext/CapellaOclEnvironmentCustomizer.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/org/polarsys/capella/core/platform/sirius/sirius/validation/ddiagram/CapellaElementNamingConflictDiagram.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/validation/InvalidPatternInstanceConstraint.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/AbstractCapabilityExtendHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/PerformOpCapabilityToSystemMissionTransitionAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/query/GetAllQueries.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/session/AbstractScmSessionAdvisor.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/SequenceLinkRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_Capability_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/commands/CapellaDiagramPasteCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/impl/TransfoEngine.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/org/polarsys/capella/core/data/fa/ui/wizards/dialogs/EIAllocationTreeViewerCellModifier.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/content/provider/IBrowserContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/StructureHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_CollectionValueRefReferencedValue.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/org/polarsys/capella/common/tools/report/appenders/console/ConsoleAppenderActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration/src/org/polarsys/capella/core/af/integration/AFDelegateWorkbenchAdvisor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_CollectionValueReferenceType.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/org/polarsys/capella/core/ui/semantic/browser/actions/RefreshAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/FinalState_Activity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/scenario/ScenarioRealizationCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/sections/PhysicalNodeSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetAvailable_PhysicalComponent_UsedInterfaces__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/dialogs/DialogProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/TracingStrategy.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/exchangeitem/ExchangeItemMechanismRestriction.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalEntityInvolgingOperationalCap.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/renderers/AllElementsRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/sections/SystemAnalysisRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/DeploymentChildPCChecks.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/match/SearchMatch.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/la/delegates/LogicalFunctionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/TraceGeneralViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/resolver/I_40_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_CapabilityRealization_InheritedCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/org/polarsys/capella/core/explorer/activity/ui/richtext/page/CapellaDocumentationActivityExplorerPage.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/options/OptionsHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/RealizedComponents_Human.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/pa/services/DeployConfExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/services/EndDescription.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/util/SiriusUtil.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/selection/DefaultSelectionContextsHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Function_internalIncomingDataflows.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/cs/PhysicalPath_RealizedPhysicalPaths.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangeSpecification_dataflowSource.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/BreakdownRefreshExtensionProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/traceability/TwoSideTraceabilityHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/handlers/Label3Handler.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideABComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetCurrent_CapabilityRealization_InvolvedFunctionalChains.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/PhysicalPathSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/org/polarsys/capella/core/data/pa/deployment/properties/sections/DeploymentConfigurationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionOutputPort_RequiredInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.reportlog/src/org/polarsys/capella/core/ui/reportlog/CapellaReportViewMarkerIdsProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/NewModeStateMachineDiagramAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/activity/delegates/ActivityEdgeHelper.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.migration/src/org/polarsys/capella/patterns/migration/PatternsMigrationConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/I_28_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionalChainRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeAllocatingRole.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.properties/src/org/polarsys/capella/core/data/epbs/properties/sections/ConfigurationItemSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/OrganisationalUnitSection.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsInterfaceUseSource.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ExchangeItemAllocator.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/schema/IModifiedProperty.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/traceability/ITraceabilityTraceHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/pa/delegates/PortInstanceHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/policy/AbstractRendererPolicy.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/TreeAndListViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/OaPropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/information/CollectionValueReferenceRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/UpdatePLCategoriesController.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/AttributeContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractFunction_realizedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.properties/src/org/polarsys/capella/core/data/epbs/properties/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_NumericType_InheritedNumericType__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionOutputPort_OutGoingExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/services/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/contribution/AbstractMigrationContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/subcommands/handlers/DeleteChildrenHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/actions/ProgressMonitoringSetAction.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/team/FileContentPropertyPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/property/PropertyOrRoleRespectsCovariance.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Function_outgoingDataflows.java [WARNING] * legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/org/polarsys/capella/common/mdsofa/common/helper/ExtensionPointHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/notify/NotifyHandlerHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Exception_InheritedException.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/sections/PhysicalPortSection.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/testers/ValidRecRplMenuTargetTester.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/I_27_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/FunctionOutputPort_RequiredInterface.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_NameValidation.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewPhysicalArchitectureDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/ui/AbstractCapellaCommandsPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/util/GUIUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sequencediag/handlers/Label6Handler.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/cs/ComponentPkgRule.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/schema/IRendererContext.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/SystemTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericReference_AbstractType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/Mode_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/internal/preferences/ScmPreferencePage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/fa/provider/FunctionalReferenceItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/fc2fs/FC2FSInitialization.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/util/CapellaDiagramFormatDataManager.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/tabbed/PropertiesTabDescriptor.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ModelElementExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/Property_DefaultValue.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/actions/AbstractCopyPasteAction.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/launcher/UpdateCurLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/AbstractStringValueHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/oe2system/EntityRule.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/property/PropertyOption.java [WARNING] * core/plugins/org.polarsys.capella.core.model.semantic/src/org/polarsys/capella/core/model/semantic/BasicSimplifiedCapellaMetaData.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/merge/scope/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPortOutgoingDelgations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/org/polarsys/capella/core/common/ui/wizards/LCDWizardPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Enumeration_NullValue.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/StateMachineServices.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_StringType_DefaultValue__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DCOV_09_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_Mode_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/common/InvolvementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/CapellaUIPropertiesRichtextPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/StackDNodeListElementEditPart.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/schema/IPropertyRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewFunctionalBreakdownDiagramAdapter.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/IExportConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/SystemFunction_RealizedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/org/polarsys/capella/core/data/interaction/ui/quickfix/resolver/DWF_DS_17_Resolver1.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalues/ui/page/ErrorRegExpMessageToolTip.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/BooleanType_InheritedBooleanType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/EntryPointPseudoStateSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/epbs/ConfigurationItemItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/services/ValuePkgExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacore/StringPropertyValueItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/views/libraryManager/referencesManager/ReferencesRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/es2is/rules/Rule_Event.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/logicalComponent/MDCHK_LogicalComponent_Realization_2.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/actions/UpdateCategoriesWizardAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/resolver/DCOM_20_PortResolver_Source.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/ComponentExchangeAllocationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/FunctionOutputPortRule.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/updatedef/properties/ReplicableElementProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/org/polarsys/capella/core/data/fa/ui/quickfix/generator/DWF_DC_43_Resolutions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/InterfaceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/aird/FilterMigrationContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/InterfacesBlankRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/PortExt.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/internal/preferences/PreferencesInitializer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/ComponentExchangeFunctionalExchangeAllocationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/SequenceLinkEndExt.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPort_requiredInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/Connection.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/org/polarsys/capella/core/transition/diagram/ui/handlers/AbstractRunnableHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/transfer/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/physicalPort/PhysicalPortPhysicalLink.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/oa/delegates/OperationalAnalysisHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/MultipilictyElementOwnedDataVlueType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/delegates/ComponentExchangeAllocationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/NumericValueHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/OperationalActivityRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.properties/src/org/polarsys/capella/core/data/cs/properties/controllers/DeployedComponentsController.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/transformation/CapellaTransformationHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/merge/UpdatedReferenceCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/epbs/ConfigurationItem_UsedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/copyformat/CapellaFormatDataManagerProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/KeepPrimitiveClassInstanceOfSpecificEClassFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/CapellaMDERichTextFactory.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/updatecur/properties/SourceElementProperty.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/content/provider/wrapper/CategoryWrapper.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/AbstractColumnViewerSorter.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/org/polarsys/capella/core/preferences/configuration/project/IDefaultProjectLocationProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/handlers/RefreshDiagramJob.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/CapellaElement_AppliedPropertyValueGroups.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/pa/NewFunctionalChainDescriptionDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/RemoveActorsFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/fields/PhysicalComponentNatureGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/controllers/ComponentExchange_RealizedComponentExchangesController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/CollectionValueFamilyTypeCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/actions/CapellaSiriusDeleteGlobalActionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/QueryIdentifierConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_Capability_InvolvedFunctionalChains.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/preferences/ExportCSVPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/sections/CapabilityRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/AbstractStateTransitionTriggerAndEffect.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/AllocationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ComponentArchitectureExt.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/actions/sa/PerformOpCapabilityToSystemCapabilityAction.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalNode_Deployments.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/StateMachineItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/transposer/ExtendedAnalyzer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Parameter_Type.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns/src/org/eclipse/emf/diffmerge/patterns/capella/CapellaPatternsPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/actions/CapellaDiagramPasteActionStyleOnly.java [WARNING] * core/plugins/org.polarsys.capella.core.model.handler/src/org/polarsys/capella/core/model/handler/advisor/DefaultDelegateWorkbenchAdvisor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/epbs/services/EPBSArchitectureExt.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Component_referencingComponent.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/function/MDCHK_Function_StateAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.re.ui/src/org/polarsys/capella/core/re/ui/subcommands/DynamicCreateContributionItem.java [WARNING] * core/plugins/org.polarsys.capella.core.re.project/src/org/polarsys/capella/core/re/project/ReProjectScope.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_SystemComponent_UsedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/componentPort/MDCHK_ComponentPort_Connections.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/SelectElementsFromTransferWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/actions/CapellaDiagramPasteActionLayoutOnly.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/service/BooleanFieldEditor2.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/OpenPropertiesAction.java [WARNING] * common/plugins/org.polarsys.capella.common.id.handler/src/org/polarsys/capella/common/id/handler/SharedIdHandlerPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/abstractCapability/AbstractCapability_Realization.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/refmap/CapellaRefMap.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/State_Activity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/ComponentPort_ConnectedPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/ProviderRequirerTracing.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.commandline/src/org/polarsys/capella/core/validation/commandline/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetAvailable_FunctionalExchange_ExchangeItems.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/AbstractViewerDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/fields/IntegerValueGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/ContextualDiagramHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationalActivity_IncomingInteractions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/Scenario_RealizedScenariosController.java [WARNING] * core/plugins/org.polarsys.capella.core.re.validation/src/org/polarsys/capella/core/re/validation/design/consistency/DCON_07_RplLinkToRecElement.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolver/DWF_DC_20_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideABPortAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPort_realizingComponentPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/physicalPathInvolvement/PhysicalPathInvolvement_Involved.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/ClassSection.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/ProjectionRuleBase.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/BinaryExpression_LeftOperand.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/commands/NameCollisionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractFunction_activeInModes.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/CapellaServices.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Connection_relatedFunctionalDataflows.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/rpl2re/create/properties/ReplicaProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_BinaryExpression_LeftOperand.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.diagram/src/org/polarsys/capella/core/transition/diagram/handlers/IDiagramHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/FinalState_Entry.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/ServiceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideABComponentCategory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/Abstract_MDCHK_NamingConflictRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_NumericType_Property.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interface_/AtMostOneTechnicalInterfaceBetweenTwoComponents.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/handlers/UpdateReplicaUiHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/handlers/traceability/TraceabilityHandlerHelper.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/export/ExportMessages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Property_MaxLength.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPathInvolvmentPhysicalLink.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/OperationActivityAllocatingRole.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/group/renderer/FlatSectionGroupRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/impl/cmd/CreateCapellaProjectCmd.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewScenarioDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/ConstraintDurationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.properties/src/org/polarsys/capella/core/data/ctx/properties/sections/SystemCommunicationHookSection.java [WARNING] * core/plugins/org.polarsys.capella.core.flexibility.wizards/src/org/polarsys/capella/core/flexibility/wizards/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/common/ChangeEventRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_ExchangeItemElement_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/oa/NewStateMachineDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/sections/CapellaManagementPropertySection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/ctx/CapabilityPkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/scope/AbstractTraceFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.validation/src/org/polarsys/capella/core/validation/filter/group/AbstractGroupConstraintFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/LaServices.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/CommunicationMeanSection.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.migration/src/org/polarsys/capella/patterns/migration/PatternMigrationEnablementTester.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/fields/RequirementGroup.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/org/polarsys/capella/core/platform/sirius/ui/project/internal/preferences/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/activities/DifferencesMergingActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/FinalStateSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetCurrent_ExchangeItemAllocation_AllocatedItem.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/ShowHideRelatedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/PhysicalPortHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ServiceExt.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/editor/CapellaMDERichTextEditor.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaModelDataListenerForClass.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetAvailable_EnumerationPropertyValue_Value.java [WARNING] * core/plugins/org.polarsys.capella.core.services/src/org/polarsys/capella/core/services/CapellaServicesProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/QuickFixAllConstraintMarkersHandler.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/viewers/transfer/AbstractTransferViewer2.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Enumeration_InheritedEnumeration__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/uml2/rules/Rule_InteractionState.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/org/polarsys/capella/core/ui/semantic/browser/sirius/handlers/OpenDiagramHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionPortAllocatingCompoentPort.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacore/Constraint_ConstrainedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/information/CommunicationLinkIsDelegatedByOneSubcomponentAtLeast.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/commands/CommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetAvailable_StateTransitionEffect.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_ComplexValueRefReferencedValue.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/CollectionValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/fa/FunctionalExchangeRule.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/CollectionProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/epbs/GetAvailable_ConfigurationItem_InvolvingCapabilityRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/generator/DWF_DC_30_Generator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/sections/ServiceSection.java [WARNING] * ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/org/polarsys/capella/detachment/propertyvalues/ui/page/PropertyValueTextFilterViewer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Property_Cardinality__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/nameconflict/DefaultNameConflictConstraint.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/org/polarsys/capella/common/platform/sirius/ted/SiriusEditingDomainProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/launcher/Rpl2RecConformanceCheckLauncher.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/commands/UpdateCurCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/AbstractExpression_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetCurrent_StateFragment_RelatedAbstractState.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/topdown/rules/Rule_Event.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/CapellaWorkbenchPropertyTester.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/validation/function/MDCHKExchangeItemInterfaceFunctionPortAllocation.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/PortHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/fa/FunctionPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/handlers/FunctionalTransitionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/EntityItemContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/FlatPropertyWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/UnionProperty_NullValue.java [WARNING] * common/plugins/org.polarsys.capella.common.linkedtext.ui/src/org/polarsys/capella/common/linkedtext/ui/LinkedTextHyperlinkDetector.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/capellacommon/AbstractState_AbstractStateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/CapabilityRealization_InvolvedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/TypedElementHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/Specification.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/capellacommon/InitialPseudoStateItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetAvailable_EnumerationPropertyValue_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cache/Couple.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/association/AssociationContainerCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/systemComponent/SystemComponent_RealizedEntity.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/launcher/UpdateDefLauncher.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/constraint/InterModelConsistencyLiveValidationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/services/GeneralizableElementExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/PhysicalComp_Deployers.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/ExecutionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/fa/ComponentExchangeFunctionalExchangeAllocationRule.java [WARNING] * core/plugins/org.polarsys.capella.core.model.skeleton/src/org/polarsys/capella/core/model/skeleton/EngineeringDomain.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Collection_MinValue.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsInterfaceImplementationTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/core/PropertyValuePkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/cs/InterfacePkgRule.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/property/AbstractProperty.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/util/ExecutionEventUtil.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/cs/PhysicalPortRule.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Component_representingParts.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/SelectElementsDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/replicable/ReplicableElementHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/ctx/GetAvailable_SystemComponent_Super__Lib.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/activities/InitializeTransitionActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/listener/FileModificationPreCommitListener.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/activator/MECoreCapellaActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.properties/src/org/polarsys/capella/core/data/fa/properties/sections/FunctionalChainReferenceSection.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/application/ArgumentsHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacommon/delegates/StateTransitionRealizationHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.metric/src/org/polarsys/capella/core/ui/metric/IImageKeys.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/renderer/BrowseImageRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_ComponentPort_Type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetAvailable_OperationalCapability_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ComponentPort_type.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/org/polarsys/capella/core/data/information/ui/quickfix/resolver/DeleteConstraintResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/sections/EventSentOperationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/commands/AbstractResultCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.exchanges/src/org/polarsys/capella/core/projection/exchanges/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/org/polarsys/capella/core/transition/system/topdown/ui/preferences/TopDownPreferenceInitializer.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/properties/StringProperty.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/notify/INotifyListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/MDCHK_ComponentHumanCheckNoSubComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/TitleBlockHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/org/polarsys/capella/core/platform/eclipse/capella/ui/trace/views/providers/SourceElementContentProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/dialogs/CapellaShadedNonValidElementLabelProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions.core/src/org/polarsys/capella/common/ui/massactions/core/shared/helper/container/CommonBQResult.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_NumericType_InheritedNumericType.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/AbstractCacheAwareRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/SimpleSemanticFieldController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_EnumerationPropertyValue_Type__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/naming/DiagramDescriptionConstants.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/GetAllExchangeItems.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeAllocatingLogicalActor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/InteractionUseHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/delegates/CombinedFragmentHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.re/src/org/polarsys/capella/core/re/handlers/scope/DeployedElementRetriever.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/CommandLineException.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/es2is/rules/Rule_Message.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/CapellaReplaceRunnable.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/quickfix/CommandMarkerResolution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/dataValue/EnumerationLiteralType.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/org/polarsys/capella/core/platform/sirius/ui/CapellaPropertyTester.java [WARNING] * patterns/plugins/org.polarsys.capella.patterns.obfuscator/src/org/polarsys/capella/patterns/obfuscator/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalLinkCategoriesForDelegations.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/CapellaNavigatorLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/la/GetAvailable_LogicalFunction_AvailableInstates.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/la/LogicalFunctionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/FcrDNodeContainerViewNodeContainerCompartment2EditPart.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetCurrent_SequenceMessage_ExchangedItems.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/AddExchangeItemToComponentExchangeCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_UnionProperty_MinLength.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionalChainInvolvement/MDCHK_FunctionalChainInvolvement_Involved_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/org/polarsys/capella/core/data/cs/ui/quickfix/resolver/DFW_I_11_Edit_Resolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/AbstractTraceSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/UnionItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.commandline.core/src/org/polarsys/capella/core/commandline/core/ICommandLine.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/handlers/ManageLibraryVersionHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/interaction/services/SequenceMessageExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/pa/GetCurrent_PhysicalComponent_InvolvingCapabilityRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/interfacePkg/MDCHK_InterfacePkg_Location_1.java [WARNING] * core/plugins/org.polarsys.capella.core.data.oa.properties/src/org/polarsys/capella/core/data/oa/properties/sections/ActivityAllocationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/CorePropertiesPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Capability_InvolvedComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/DeploymentTargetHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/org/polarsys/capella/core/ui/semantic/browser/sirius/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/cs/GetAvailable_PhysicalLink_RealizedPhysicalLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/MDCHK_ComponentCycle.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/handlers/RefreshDiagramsCommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/MDCHK_Component_Deployment.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/State_InvolvedStates.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/activities/DifferencesComputingActivity.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/oa/ConceptPkgItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/la/LogicalComponent_AllocatedFunctions.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.properties/src/org/polarsys/capella/core/data/epbs/properties/sections/PhysicalArchitectureRealizationSection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/showhide/ShowHideABRole.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/result/CapellaSearchResultPage.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/org/polarsys/capella/core/data/information/datatype/properties/controllers/NumericTypeController.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsGeneralizationSource.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/org/polarsys/capella/core/data/information/communication/CL01_CommunicationLink_KindProtocol.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/PortReferenceUpdater.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/Pin_incomingDataflows.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetCurrent_Class_RealizedClasses.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/MigrationJobScheduler.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/policies/merge/ReMergePolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/PhysicalServices.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/actions/extensions/ShowHideTransitions.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/actions/CapellaDiagramQuickPasteAction.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/interaction/FunctionCapabilityInvolvementRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/constraint/MDCHK_Constraint_Expression.java [WARNING] * core/plugins/org.polarsys.capella.core.preferences/src/org/polarsys/capella/core/commands/preferences/preferences/ConfigurabilityPreferences.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalLinkSourceAndTarget.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/editpart/StackNodeElementEditPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/interaction/GetAvailable_InstanceRole_RepresentedInstance.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/org/polarsys/capella/core/platform/sirius/ui/session/CapellaSessionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/oa/Entity_AllocatedActivities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacommon/GetCurrent_Mode_StateRealizations.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.common/src/org/polarsys/capella/core/projection/common/rules/IRuleTransformation.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ExchangesItemExchangeItemAllocations.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.validation/src/org/polarsys/capella/core/data/core/validation/capellaelement/nameconflict/signatures/DatavalueSlots.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/commands/IntramodelTransitionCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_InvokedOperation_1.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/query/CapellaQueries.java [WARNING] * core/plugins/org.polarsys.capella.core.af.integration/src/org/polarsys/capella/core/af/integration/CapellaMetadataProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/item/SearchForClassItem.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainInvolvementFunctionOutgoingInvolvementLinks.java [WARNING] * core/plugins/org.polarsys.capella.core.libraries.ui/src/org/polarsys/capella/core/libraries/ui/views/libraryManager/accessPolicyManager/AccessPolicyRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/fa/GetCurrent_FunctionalChain_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/information/communication/provider/CommunicationItemProviderDecoratorAdapterFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/queries/filters/RemoveSuperTypesFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/esf2esb/ESF2ESBTransform.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/org/polarsys/capella/core/data/pa/ui/quickfix/resolver/SwitchPhysicalComponentNature.java [WARNING] * core/plugins/org.polarsys.capella.core.data.ctx.validation/src/org/polarsys/capella/core/data/ctx/validation/capability/MDCHK_Capability_Exploitation_1.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.toolkit/src/org/polarsys/capella/core/ui/toolkit/decomposition/DecompositionContentProposalProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/sections/EnumerationPropertyValueSection.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/viewer/ICommandStackSelectionProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.data.helpers/src/org/polarsys/capella/common/data/helpers/modellingcore/utils/HoldingResourceFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/information/GetAvailable_Collection_InheritedCollection__Lib.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/oa2mission/OperationalActivityPkgRule.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/copyformat/AbstractCapellaFormatDataKey.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/Component_GeneralizationItself.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/src/org/polarsys/capella/core/data/epbs/ui/quickfix/resolver/EpbsArchitectureRealizedPhysicalArchitectureResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/CapellaModelDataListenerForPartsAndComponents.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/CapellaRelationshipsAbstractCapabilityExtendSource.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/ControlNodeAllocatingPhysicalActor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/fa/services/FunctionPortExt.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.validation/src/org/polarsys/capella/core/data/information/validation/parameter/MDCHK_Parameter_Cardinality_1.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/ReportManagerLogViewAppender.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/NumericReference_ReferencedProperty.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/AbstractInstanceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/ContextualCapabilityRefreshExtension.java [WARNING] * core/plugins/org.polarsys.capella.core.tiger/src/org/polarsys/capella/core/tiger/helpers/Query.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/rules/oa/oa2mission/OperationalActivityRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/StateMachineSection.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/org/polarsys/capella/common/ui/toolkit/browser/content/provider/factory/impl/DefaultContentProviderFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/capellacore/GetAvailable_CapellaElement_Status.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/fs2es/rules/Rule_Event.java [WARNING] * core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/org/polarsys/capella/core/re/updateconnections/ui/ConnectedCatalogElementsScope.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/core/GeneralizationRule.java [WARNING] * common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/org/polarsys/capella/common/platform/sirius/customisation/SiriusCustomizationPlugin.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/FunctionalChainAvailableInMode.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.validation/src/org/polarsys/capella/core/data/la/validation/logicalFunction/MDCHK_LogicalFunction_Realization_1.java [WARNING] * common/plugins/org.polarsys.capella.common/src/org/polarsys/capella/common/helpers/IUserEnforcedHelper2.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.fastlinker/src/org/polarsys/capella/core/ui/fastlinker/view/Messages.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/oa/CommunicationMean_AllocatedFunctionalExchanges.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/oa/provider/OperationalActivityItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/la/NewFunctionalScenarioAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/listeners/MoveElementEventProcessor.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/connection/ComponentExchange_Location.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/wizard/TransitionOptionsWizard.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.ui/src/org/polarsys/capella/core/sirius/ui/commandline/ExportRepresentationsCommandLine.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/queries/oa/GetCurrent_OperationalActivity_AvailableInstates.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system.topdown/src/org/polarsys/capella/core/transition/system/topdown/handlers/merge/RemoveRealizedCategoryFilter.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/PartHelper.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.properties/src/org/polarsys/capella/common/flexibility/properties/property/BooleanPropertyPreference.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/ProjectExt.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report/src/org/polarsys/capella/common/tools/report/ReportManagerActivator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.properties/src/org/polarsys/capella/core/data/common/properties/sections/ShallowHistoryPseudoStateSection.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/org/polarsys/capella/core/ui/properties/richtext/handlers/PasteAsDescriptionLinkHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.properties/src/org/polarsys/capella/core/data/core/properties/fields/AbstractParameterBooleanPropertiesCheckbox.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.properties/src/org/polarsys/capella/core/data/interaction/properties/controllers/InterfaceController.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions/src/org/polarsys/capella/common/ui/massactions/shared/helper/CapellaMASelectionHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/EnumerationReference_AbstractType.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/queries/CatalogElement_UsedElements.java [WARNING] * core/plugins/org.polarsys.capella.core.data.migration/src/org/polarsys/capella/core/data/migration/capella/CapellaMigrationContribution.java [WARNING] * common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/org/polarsys/capella/common/tools/report/appenders/reportlogview/handler/AbstractDynamicContributionItem.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/viewers/AbstractPropertyValueCellEditorProvider.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/traceability/config/TraceabilityConfiguration.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/interaction/AbstractCapability_AvailableInStates.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/PhysicalLinkHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/InterfaceGenerationActivator.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/policy/IRendererPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/org/polarsys/capella/core/platform/sirius/clipboard/support/CapellaClipboardSupportFactory.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.interfaces/src/org/polarsys/capella/core/projection/interfaces/generateInterfaces/ProviderRequirerRole.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/org/polarsys/capella/core/data/information/datavalue/properties/controllers/ExpressionController.java [WARNING] * core/plugins/org.polarsys.capella.core.data.information.properties/src/org/polarsys/capella/core/data/information/properties/controllers/Service_RealizedExchangeItemsController.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractCapability_refiningAbstractCapabilities.java [WARNING] * core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/org/polarsys/capella/core/data/common/ui/quickfix/resolver/DWF_SM_06SiblingResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/DataValueExt.java [WARNING] * common/plugins/org.polarsys.capella.common.ui.massactions/src/org/polarsys/capella/common/ui/massactions/edit/commands/SendToMECommandHandler.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.properties/src/org/polarsys/capella/core/data/pa/properties/sections/LogicalInterfaceRealizationSection.java [WARNING] * common/plugins/org.polarsys.capella.common.ui/src/org/polarsys/capella/common/ui/toolkit/dialogs/AbstractMessageDialog.java [WARNING] * core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/org/polarsys/capella/core/explorer/activity/ui/hyperlinkadapter/sa/NewModeStateMachineDiagramAdapter.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.properties/src/org/polarsys/capella/core/ui/properties/controllers/ISimpleSemanticFieldController.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/quickfix/DanglingReferenceResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.modeller.properties/src/org/polarsys/capella/core/data/modeller/properties/sections/SystemEngineeringPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.model.helpers/src/org/polarsys/capella/core/model/helpers/refmap/KPair.java [WARNING] * common/plugins/org.polarsys.capella.common.re/src/org/polarsys/capella/common/re/policies/match/ReMatchPolicy.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/refresh/extension/TitleBlockRefreshExtensionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.common.ui/src/org/polarsys/capella/core/transition/common/ui/Activator.java [WARNING] * core/plugins/org.polarsys.capella.core.ui.search/src/org/polarsys/capella/core/ui/search/searchfor/SearchForLabelProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/ctx/SystemComponent_ImplementedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.epbs.properties/src/org/polarsys/capella/core/data/epbs/properties/sections/ConfigurationItemPkgSection.java [WARNING] * core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/org/polarsys/capella/core/data/fa/provider/FunctionalChainInvolvementLinkItemProviderDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/ClassItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/pa/ComponentInstance_Deployments.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/epbs/ConfigurationItem_ImplementedInterfaces.java [WARNING] * core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/org/polarsys/capella/core/data/core/ui/quickfix/resolver/TJ_G_05_TargetNameEqualsSourceName.java [WARNING] * core/plugins/org.polarsys.capella.core.data.cs.validation/src/org/polarsys/capella/core/data/cs/validation/component/MDCHK_Component_MultipleUseOrImplementationOfSameItfCheck.java [WARNING] * core/plugins/org.polarsys.capella.core.model.links.helpers/src/org/polarsys/capella/core/model/links/helpers/commands/CreateTraceCommand.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/sirius/annotation/InverseDAnnotationReference.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/information/BooleanType_RealizedBooleanType.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/scenario/MDCHK_Scenario_BranchsSequenceMessageOrdered_1.java [WARNING] * core/plugins/org.polarsys.capella.core.validation.ui.ide/src/org/polarsys/capella/core/validation/ui/ide/quickfix/DeleteCommandResolver.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/epbs/EpbsHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.diagram.helpers/src/org/polarsys/capella/core/diagram/helpers/Messages.java [WARNING] * common/plugins/org.polarsys.capella.common.transition/src/org/polarsys/capella/core/transition/common/handlers/attachment/AttachmentHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/cs/delegates/InterfaceUseHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/AbstractFunctionInternalDataflows.java [WARNING] * core/plugins/org.polarsys.capella.core.data.pa.validation/src/org/polarsys/capella/core/data/pa/validation/physicalComponent/PhysicalComponentImplUseByRealization.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/providers/NewRepresentationActionProvider.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/src/org/polarsys/capella/core/platform/sirius/ui/services/SiriusDiagramServices.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/abstractqueries/helpers/CapellaElementsHelperForBusinessQueries.java [WARNING] * core/plugins/org.polarsys.capella.core.semantic.queries/src/org/polarsys/capella/core/semantic/queries/basic/queries/PhysicalPathInvolvmentInvolvedPhysicalPath.java [WARNING] * core/plugins/org.polarsys.capella.core.data.fa.validation/src/org/polarsys/capella/core/data/fa/validation/functionPort/FP03_FunctionPort_RealizedPorts.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/capellacore/delegates/NamespaceHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.data.menu.contributions/src/org/polarsys/capella/core/data/menu/contributions/information/NumericTypeItemContribution.java [WARNING] * core/plugins/org.polarsys.capella.core.data.helpers/src/org/polarsys/capella/core/data/helpers/information/delegates/CommunicationItemHelper.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/fs2es/rules/Rule_Scenario.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/group/renderer/HorizontalGroupRenderer.java [WARNING] * core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/actions/LocateFilteredElementsInCommonNavigatorAction.java [WARNING] * core/plugins/org.polarsys.capella.core.projection.scenario/src/org/polarsys/capella/core/projection/scenario/uml2/rules/Rule_StateFragment.java [WARNING] * common/plugins/org.polarsys.capella.common.re.ui/src/org/polarsys/capella/common/re/ui/decorators/InstanciationLabelDecorator.java [WARNING] * core/plugins/org.polarsys.capella.core.data.interaction.validation/src/org/polarsys/capella/core/data/interaction/validation/sequenceMessage/MDCHK_SequenceMessage_TimerReflexive.java [WARNING] * core/plugins/org.polarsys.capella.core.data.requirement.properties/src/org/polarsys/capella/core/data/requirement/properties/sections/SystemUserRequirementSection.java [WARNING] * core/plugins/org.polarsys.capella.core.sirius.analysis/src/org/polarsys/capella/core/sirius/analysis/TitleBlockServices.java [WARNING] * core/plugins/org.polarsys.capella.core.transition.system/src/org/polarsys/capella/core/transition/system/rules/common/StateTransitionRule.java [WARNING] * core/plugins/org.polarsys.capella.core.data.la.properties/src/org/polarsys/capella/core/data/la/properties/sections/LogicalComponentSection.java [WARNING] * common/plugins/org.polarsys.capella.common.flexibility.wizards/src/org/polarsys/capella/common/flexibility/wizards/ui/tabbed/PropertiesSection.java [WARNING] * common/plugins/org.polarsys.capella.common.helpers/src/org/polarsys/capella/common/helpers/operations/ILongRunningListener.java [WARNING] * core/plugins/org.polarsys.capella.core.data.business.queries/src/org/polarsys/capella/core/business/queries/fa/Port_RealizedPort.java [WARNING] This may lead to missing/broken features in SonarCloud [INFO] CPD Executor 1528 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 4339 files [INFO] CPD Executor CPD calculation finished (done) | time=559ms [INFO] Analysis report generated in 1352ms, dir size=40 MB [INFO] Analysis report compressed in 5972ms, zip size=19 MB [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella 1.4.2-SNAPSHOT: [INFO] [INFO] Capella ............................................ FAILURE [09:43 min] [INFO] org.polarsys.capella.samples ....................... SUCCESS [ 1.560 s] [INFO] org.polarsys.capella.common.mdsofa.common .......... SUCCESS [ 5.664 s] [INFO] org.polarsys.capella.common.plugins ................ SUCCESS [ 0.005 s] [INFO] org.polarsys.capella.common ........................ SUCCESS [ 3.285 s] [INFO] org.polarsys.capella.common.ef ..................... SUCCESS [ 3.909 s] [INFO] org.polarsys.capella.common.platform.sirius.ted .... SUCCESS [ 2.613 s] [INFO] org.polarsys.capella.common.helpers ................ SUCCESS [ 2.780 s] [INFO] org.polarsys.capella.common.tools.report ........... SUCCESS [ 2.743 s] [INFO] org.polarsys.capella.common.model .................. SUCCESS [ 2.885 s] [INFO] org.polarsys.capella.common.model.helpers .......... SUCCESS [ 2.487 s] [INFO] org.polarsys.capella.common.data.core.gen .......... SUCCESS [ 3.042 s] [INFO] org.polarsys.capella.common.data.behavior.gen ...... SUCCESS [ 2.682 s] [INFO] org.polarsys.capella.common.data.activity.gen ...... SUCCESS [ 3.236 s] [INFO] org.polarsys.capella.common.data.core.gen.edit ..... SUCCESS [ 2.612 s] [INFO] org.polarsys.capella.common.data.behavior.gen.edit . SUCCESS [ 2.566 s] [INFO] org.polarsys.capella.common.data.activity.gen.edit . SUCCESS [ 2.722 s] [INFO] org.polarsys.capella.common.data.helpers ........... SUCCESS [ 2.489 s] [INFO] org.polarsys.capella.shared.id.handler ............. SUCCESS [ 2.388 s] [INFO] org.polarsys.capella.common.queries ................ SUCCESS [ 2.759 s] [INFO] org.polarsys.capella.common.menu.dynamic ........... SUCCESS [ 2.634 s] [INFO] org.polarsys.capella.common.re.gen ................. SUCCESS [ 3.207 s] [INFO] org.polarsys.capella.common.re.gen.edit ............ SUCCESS [ 2.809 s] [INFO] org.polarsys.capella.common.libraries.gen .......... SUCCESS [ 3.813 s] [INFO] org.polarsys.capella.common.libraries.gen.edit ..... SUCCESS [ 3.170 s] [INFO] org.polarsys.capella.common.id.handler ............. SUCCESS [ 2.684 s] [INFO] org.polarsys.capella.common.libraries .............. SUCCESS [ 2.808 s] [INFO] org.polarsys.capella.common.flexibility.properties . SUCCESS [ 2.874 s] [INFO] org.polarsys.capella.core.plugins .................. SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.core.data.gen ................. SUCCESS [ 13.668 s] [INFO] org.polarsys.capella.core.data.gen.edit ............ SUCCESS [ 6.315 s] [INFO] org.polarsys.capella.core.model.handler ............ SUCCESS [ 3.237 s] [INFO] org.polarsys.capella.core.preferences .............. SUCCESS [ 3.725 s] [INFO] org.polarsys.capella.common.tools.report.appenders.usage SUCCESS [ 2.732 s] [INFO] org.polarsys.capella.common.transition ............. SUCCESS [ 3.864 s] [INFO] org.polarsys.capella.common.re ..................... SUCCESS [ 3.703 s] [INFO] org.polarsys.capella.common.feature ................ SUCCESS [ 3.018 s] [INFO] org.polarsys.capella.doc.plugins ................... SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.commandline.doc ............... SUCCESS [ 2.853 s] [INFO] org.polarsys.capella.common.ui ..................... SUCCESS [ 3.309 s] [INFO] org.polarsys.capella.core.data.helpers ............. SUCCESS [ 4.152 s] [INFO] org.polarsys.capella.core.model.preferences ........ SUCCESS [ 2.596 s] [INFO] org.polarsys.capella.core.model.helpers ............ SUCCESS [ 4.127 s] [INFO] org.polarsys.capella.common.flexibility.wizards .... SUCCESS [ 3.110 s] [INFO] org.polarsys.capella.common.linkedtext.ui .......... SUCCESS [ 2.654 s] [INFO] org.polarsys.capella.common.tools.report.appenders.console SUCCESS [ 2.375 s] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.console SUCCESS [ 2.343 s] [INFO] org.polarsys.capella.common.tools.report.ui ........ SUCCESS [ 2.408 s] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.ui SUCCESS [ 2.362 s] [INFO] org.polarsys.capella.common.platform.sirius.customization SUCCESS [ 2.579 s] [INFO] org.polarsys.capella.core.transition.common.ui ..... SUCCESS [ 2.704 s] [INFO] org.polarsys.capella.common.ui.services ............ SUCCESS [ 2.306 s] [INFO] org.polarsys.capella.common.ui.toolkit ............. SUCCESS [ 2.451 s] [INFO] org.polarsys.capella.common.ui.toolkit.browser ..... SUCCESS [ 3.223 s] [INFO] org.polarsys.capella.common.ui.resources ........... SUCCESS [ 2.268 s] [INFO] org.polarsys.capella.core.libraries ................ SUCCESS [ 2.427 s] [INFO] org.polarsys.capella.core.data.business.queries .... SUCCESS [ 6.516 s] [INFO] org.polarsys.capella.core.ui.resources ............. SUCCESS [ 3.959 s] [INFO] org.polarsys.capella.core.ui.toolkit ............... SUCCESS [ 3.007 s] [INFO] org.polarsys.capella.core.data.gen.edit.decorators . SUCCESS [ 2.855 s] [INFO] org.polarsys.capella.core.diagram.helpers .......... SUCCESS [ 2.746 s] [INFO] org.polarsys.capella.core.platform.sirius.clipboard SUCCESS [ 3.042 s] [INFO] org.polarsys.capella.common.re.ui .................. SUCCESS [ 3.168 s] [INFO] org.polarsys.capella.common.tools.report.appenders.file SUCCESS [ 2.565 s] [INFO] org.polarsys.capella.common.tools.report.appenders.reportlogview SUCCESS [ 3.179 s] [INFO] org.polarsys.capella.common.tools.report.appenders.usage.ui SUCCESS [ 2.747 s] [INFO] org.polarsys.capella.core.af.integration ........... SUCCESS [ 2.746 s] [INFO] org.polarsys.capella.core.validation ............... SUCCESS [ 2.803 s] [INFO] org.polarsys.capella.core.linkedtext.ui ............ SUCCESS [ 2.781 s] [INFO] org.polarsys.capella.core.platform.eclipse.ui.trace SUCCESS [ 3.029 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.menu .. SUCCESS [ 2.929 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.actions SUCCESS [ 3.294 s] [INFO] org.polarsys.capella.core.ui.properties ............ SUCCESS [ 3.755 s] [INFO] org.polarsys.capella.common.ui.menu.dynamic ........ SUCCESS [ 2.752 s] [INFO] org.polarsys.capella.core.application .............. SUCCESS [ 2.698 s] [INFO] org.polarsys.capella.core.commandline.core ......... SUCCESS [ 2.780 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.perspective SUCCESS [ 2.957 s] [INFO] org.polarsys.capella.core.commandline.core.ui ...... SUCCESS [ 3.224 s] [INFO] org.polarsys.capella.core.data.core.properties ..... SUCCESS [ 2.979 s] [INFO] org.polarsys.capella.core.data.common.properties ... SUCCESS [ 2.974 s] [INFO] org.polarsys.capella.core.data.information.properties SUCCESS [ 3.099 s] [INFO] org.polarsys.capella.core.data.interaction.properties SUCCESS [ 3.431 s] [INFO] org.polarsys.capella.core.model.skeleton ........... SUCCESS [ 2.730 s] [INFO] org.polarsys.capella.core.services ................. SUCCESS [ 2.663 s] [INFO] org.polarsys.capella.core.platform.sirius.adapter .. SUCCESS [ 2.602 s] [INFO] org.polarsys.capella.core.sirius.analysis .......... SUCCESS [ 8.385 s] [INFO] org.polarsys.capella.core.sirius.ui ................ SUCCESS [ 4.651 s] [INFO] org.polarsys.capella.core.preferences.project.configuration SUCCESS [ 2.919 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.project SUCCESS [ 3.224 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.navigator SUCCESS [ 3.957 s] [INFO] org.polarsys.capella.core.ui.semantic.browser ...... SUCCESS [ 2.870 s] [INFO] org.polarsys.capella.common.ui.massactions.core .... SUCCESS [ 3.061 s] [INFO] org.polarsys.capella.common.ui.massactions ......... SUCCESS [ 2.827 s] [INFO] org.polarsys.capella.common.ui.massactions.doc ..... SUCCESS [ 2.454 s] [INFO] org.polarsys.capella.common.ui.massactions.feature . SUCCESS [ 2.421 s] [INFO] org.polarsys.capella.common.ui.feature ............. SUCCESS [ 2.525 s] [INFO] org.polarsys.capella.core.features ................. SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.core.model.semantic ........... SUCCESS [ 2.544 s] [INFO] org.polarsys.capella.core.semantic.queries ......... SUCCESS [ 4.308 s] [INFO] org.polarsys.capella.core.common.feature ........... SUCCESS [ 2.542 s] [INFO] org.polarsys.capella.core.af.integration.ui ........ SUCCESS [ 2.617 s] [INFO] org.polarsys.capella.core.data.res.edit ............ SUCCESS [ 2.798 s] [INFO] org.polarsys.capella.core.data.gen.editor .......... SUCCESS [ 5.785 s] [INFO] org.polarsys.capella.core.data.res.editor .......... SUCCESS [ 1.269 s] [INFO] org.polarsys.capella.core.common.ui.feature ........ SUCCESS [ 2.486 s] [INFO] org.polarsys.capella.core.data.information.communication.properties SUCCESS [ 2.693 s] [INFO] org.polarsys.capella.core.data.fa.properties ....... SUCCESS [ 2.735 s] [INFO] org.polarsys.capella.core.data.cs.properties ....... SUCCESS [ 2.784 s] [INFO] org.polarsys.capella.core.data.ctx.properties ...... SUCCESS [ 2.572 s] [INFO] org.polarsys.capella.core.data.epbs.properties ..... SUCCESS [ 3.076 s] [INFO] org.polarsys.capella.core.data.information.datatype.properties SUCCESS [ 2.726 s] [INFO] org.polarsys.capella.core.data.information.datavalue.properties SUCCESS [ 3.325 s] [INFO] org.polarsys.capella.core.data.la.properties ....... SUCCESS [ 2.630 s] [INFO] org.polarsys.capella.core.data.modeller.properties . SUCCESS [ 2.668 s] [INFO] org.polarsys.capella.core.data.oa.properties ....... SUCCESS [ 2.642 s] [INFO] org.polarsys.capella.core.data.pa.deployment.properties SUCCESS [ 2.633 s] [INFO] org.polarsys.capella.core.data.pa.properties ....... SUCCESS [ 3.087 s] [INFO] org.polarsys.capella.core.data.requirement.properties SUCCESS [ 2.739 s] [INFO] org.polarsys.capella.core.data.sharedmodel.properties SUCCESS [ 2.667 s] [INFO] org.polarsys.capella.core.properties.feature ....... SUCCESS [ 2.782 s] [INFO] org.polarsys.capella.core.data.common.validation ... SUCCESS [ 2.819 s] [INFO] org.polarsys.capella.core.data.core.validation ..... SUCCESS [ 3.125 s] [INFO] org.polarsys.capella.core.transition.system ........ SUCCESS [ 3.448 s] [INFO] org.polarsys.capella.core.transition.system.topdown SUCCESS [ 3.544 s] [INFO] org.polarsys.capella.core.data.cs.validation ....... SUCCESS [ 2.799 s] [INFO] org.polarsys.capella.core.data.ctx.validation ...... SUCCESS [ 2.497 s] [INFO] org.polarsys.capella.core.data.epbs.validation ..... SUCCESS [ 2.502 s] [INFO] org.polarsys.capella.core.data.fa.validation ....... SUCCESS [ 3.219 s] [INFO] org.polarsys.capella.core.data.information.communication.validation SUCCESS [ 2.383 s] [INFO] org.polarsys.capella.core.data.information.datatype.validation SUCCESS [ 2.573 s] [INFO] org.polarsys.capella.core.data.information.validation SUCCESS [ 3.207 s] [INFO] org.polarsys.capella.core.data.interaction.validation SUCCESS [ 2.426 s] [INFO] org.polarsys.capella.core.data.la.validation ....... SUCCESS [ 2.311 s] [INFO] org.polarsys.capella.core.menu.dynamic ............. SUCCESS [ 2.427 s] [INFO] org.polarsys.capella.core.data.menu.contributions .. SUCCESS [ 3.005 s] [INFO] org.polarsys.capella.core.data.oa.validation ....... SUCCESS [ 2.170 s] [INFO] org.polarsys.capella.core.data.pa.deployment.validation SUCCESS [ 2.222 s] [INFO] org.polarsys.capella.core.data.pa.validation ....... SUCCESS [ 2.373 s] [INFO] org.polarsys.capella.core.data.selection.queries ... SUCCESS [ 2.246 s] [INFO] org.polarsys.capella.core.model.obfuscator ......... SUCCESS [ 2.564 s] [INFO] org.polarsys.capella.core.validation.ui.ide ........ SUCCESS [ 2.591 s] [INFO] org.polarsys.capella.core.platform.sirius.sirius.validation SUCCESS [ 2.534 s] [INFO] org.polarsys.capella.core.platform.sirius.ui.services SUCCESS [ 2.225 s] [INFO] org.polarsys.capella.core.re.validation ............ SUCCESS [ 2.760 s] [INFO] org.polarsys.capella.core.ui.metric ................ SUCCESS [ 2.707 s] [INFO] org.polarsys.capella.ui.views ...................... SUCCESS [ 1.071 s] [INFO] org.polarsys.capella.core.ui.reportlog ............. SUCCESS [ 2.385 s] [INFO] org.polarsys.capella.core.validation.commandline ... SUCCESS [ 2.757 s] [INFO] org.polarsys.capella.core.ui.intro ................. SUCCESS [ 2.777 s] [INFO] org.polarsys.capella.core.ui.feature ............... SUCCESS [ 2.847 s] [INFO] org.polarsys.capella.core.validation.ui ............ SUCCESS [ 3.297 s] [INFO] org.polarsys.capella.core.validation.feature ....... SUCCESS [ 2.864 s] [INFO] org.polarsys.capella.core.ui.semantic.browser.sirius SUCCESS [ 2.669 s] [INFO] org.polarsys.capella.core.ui.semantic.browser.feature SUCCESS [ 2.660 s] [INFO] org.polarsys.capella.core.data.common.ui.quickfix .. SUCCESS [ 2.973 s] [INFO] org.polarsys.capella.core.libraries.ui ............. SUCCESS [ 2.977 s] [INFO] org.polarsys.capella.core.data.core.ui.quickfix .... SUCCESS [ 2.388 s] [INFO] org.polarsys.capella.core.tiger .................... SUCCESS [ 2.493 s] [INFO] org.polarsys.capella.core.data.cs.ui.quickfix ...... SUCCESS [ 2.609 s] [INFO] org.polarsys.capella.core.data.ctx.ui.quickfix ..... SUCCESS [ 2.467 s] [INFO] org.polarsys.capella.core.data.epbs.ui.quickfix .... SUCCESS [ 2.386 s] [INFO] org.polarsys.capella.core.data.fa.ui.quickfix ...... SUCCESS [ 2.708 s] [INFO] org.polarsys.capella.core.data.information.ui.quickfix SUCCESS [ 2.514 s] [INFO] org.polarsys.capella.core.data.interaction.ui.quickfix SUCCESS [ 2.501 s] [INFO] org.polarsys.capella.core.data.la.ui.quickfix ...... SUCCESS [ 2.327 s] [INFO] org.polarsys.capella.core.data.pa.ui.quickfix ...... SUCCESS [ 2.446 s] [INFO] org.polarsys.capella.core.re ....................... SUCCESS [ 3.461 s] [INFO] org.polarsys.capella.core.re.ui .................... SUCCESS [ 2.524 s] [INFO] org.polarsys.capella.core.re.ui.quickfix ........... SUCCESS [ 2.893 s] [INFO] org.polarsys.capella.core.ui.quickfix.feature ...... SUCCESS [ 2.622 s] [INFO] org.polarsys.capella.core.projection.common ........ SUCCESS [ 2.864 s] [INFO] org.polarsys.capella.core.projection.exchanges ..... SUCCESS [ 2.857 s] [INFO] org.polarsys.capella.core.projection.interfaces .... SUCCESS [ 2.870 s] [INFO] org.polarsys.capella.core.projection.scenario ...... SUCCESS [ 3.536 s] [INFO] org.polarsys.capella.core.transition.diagram ....... SUCCESS [ 3.541 s] [INFO] org.polarsys.capella.core.transfo.feature .......... SUCCESS [ 2.847 s] [INFO] org.polarsys.capella.core.flexibility.wizards ...... SUCCESS [ 2.790 s] [INFO] org.polarsys.capella.core.transition.system.ui ..... SUCCESS [ 3.003 s] [INFO] org.polarsys.capella.core.transition.system.topdown.ui SUCCESS [ 3.064 s] [INFO] org.polarsys.capella.core.explorer.activity.ui ..... SUCCESS [ 3.734 s] [INFO] org.polarsys.capella.core.dashboard.feature ........ SUCCESS [ 2.985 s] [INFO] org.polarsys.capella.core.transition.common.feature SUCCESS [ 2.785 s] [INFO] org.polarsys.capella.core.transition.system.topdown.feature SUCCESS [ 2.700 s] [INFO] org.polarsys.capella.core.data.fa.ui.wizards ....... SUCCESS [ 2.918 s] [INFO] org.polarsys.capella.core.data.la.ui.wizards ....... SUCCESS [ 2.724 s] [INFO] org.polarsys.capella.core.model.links.helpers ...... SUCCESS [ 2.739 s] [INFO] org.polarsys.capella.core.ui.fastlinker ............ SUCCESS [ 3.560 s] [INFO] org.polarsys.capella.core.ui.search ................ SUCCESS [ 3.301 s] [INFO] org.polarsys.capella.core.ui.wizards.feature ....... SUCCESS [ 2.794 s] [INFO] org.polarsys.capella.core.re.updateconnections.ui .. SUCCESS [ 2.622 s] [INFO] org.polarsys.capella.core.re.project ............... SUCCESS [ 2.928 s] [INFO] org.polarsys.capella.core.re.feature ............... SUCCESS [ 2.780 s] [INFO] org.polarsys.capella.core.libraries.feature ........ SUCCESS [ 2.210 s] [INFO] org.polarsys.capella.core.data.migration ........... SUCCESS [ 3.283 s] [INFO] org.polarsys.capella.core.migration.feature ........ SUCCESS [ 2.418 s] [INFO] org.polarsys.capella.core.compare .................. SUCCESS [ 2.859 s] [INFO] org.polarsys.capella.core.compare.feature .......... SUCCESS [ 2.378 s] [INFO] org.polarsys.capella.patterns ...................... SUCCESS [ 2.826 s] [INFO] org.polarsys.capella.patterns.ui ................... SUCCESS [ 2.761 s] [INFO] org.polarsys.capella.patterns.obfuscator ........... SUCCESS [ 3.599 s] [INFO] org.polarsys.capella.patterns.migration ............ SUCCESS [ 3.284 s] [INFO] org.polarsys.capella.patterns.feature .............. SUCCESS [ 3.225 s] [INFO] org.polarsys.capella.detachment.propertyvalue ...... SUCCESS [ 3.060 s] [INFO] org.polarsys.capella.detachment.version.precondition SUCCESS [ 2.641 s] [INFO] org.polarsys.capella.detachment.feature ............ SUCCESS [ 2.967 s] [INFO] org.polarsys.capella.core.re.updateconnections.doc . SUCCESS [ 2.273 s] [INFO] org.polarsys.capella.developer.doc ................. SUCCESS [ 2.782 s] [INFO] org.polarsys.capella.diagrams.doc .................. SUCCESS [ 4.836 s] [INFO] org.polarsys.capella.diffmerge.doc ................. SUCCESS [ 2.605 s] [INFO] org.polarsys.capella.doc ........................... SUCCESS [ 2.983 s] [INFO] org.polarsys.capella.viewpoint.doc ................. SUCCESS [ 2.735 s] [INFO] org.polarsys.capella.patterns.doc .................. SUCCESS [ 2.731 s] [INFO] org.polarsys.capella.preferences.doc ............... SUCCESS [ 2.724 s] [INFO] org.polarsys.capella.properties.doc ................ SUCCESS [ 2.950 s] [INFO] org.polarsys.capella.re.doc ........................ SUCCESS [ 3.607 s] [INFO] org.polarsys.capella.transitions.doc ............... SUCCESS [ 3.599 s] [INFO] org.polarsys.capella.ui.doc ........................ SUCCESS [ 10.287 s] [INFO] org.polarsys.capella.glossary.doc .................. SUCCESS [ 2.704 s] [INFO] org.polarsys.capella.validation.doc ................ SUCCESS [ 2.773 s] [INFO] org.polarsys.capella.th.doc ........................ SUCCESS [ 7.670 s] [INFO] org.polarsys.capella.tipsandtricks.doc ............. SUCCESS [ 7.557 s] [INFO] org.polarsys.capella.git.doc ....................... SUCCESS [ 2.691 s] [INFO] org.polarsys.capella.doc.feature ................... SUCCESS [ 2.682 s] [INFO] org.polarsys.capella.core.projection.common.ui ..... SUCCESS [ 2.878 s] [INFO] org.polarsys.capella.core.transition.diagram.ui .... SUCCESS [ 2.918 s] [INFO] org.polarsys.capella.core.ui.transfo.feature ....... SUCCESS [ 3.030 s] [INFO] org.polarsys.capella.core.git.feature .............. SUCCESS [ 2.216 s] [INFO] org.polarsys.capella.core.mylyn.feature ............ SUCCESS [ 2.226 s] [INFO] org.polarsys.capella.core.advance.feature .......... SUCCESS [ 4.050 s] [INFO] org.polarsys.capella.core.ui.properties.richtext ... SUCCESS [ 2.943 s] [INFO] org.polarsys.capella.core.explorer.activity.ui.richtext SUCCESS [ 2.657 s] [INFO] org.polarsys.capella.core.properties.richtext.feature SUCCESS [ 2.443 s] [INFO] org.polarsys.capella.core.feature .................. SUCCESS [ 3.525 s] [INFO] org.polarsys.capella.core.model.detachement ........ SUCCESS [ 2.507 s] [INFO] org.polarsys.capella.core.ui.properties.descriptions SUCCESS [ 2.384 s] [INFO] org.polarsys.capella.viatra.common.data.gen ........ SUCCESS [ 3.023 s] [INFO] org.polarsys.capella.viatra.common.re.gen .......... SUCCESS [ 13.760 s] [INFO] org.polarsys.capella.viatra.core.data.gen .......... SUCCESS [ 17.249 s] [INFO] org.polarsys.capella.viatra.core.feature ........... SUCCESS [ 2.613 s] [INFO] org.polarsys.capella.cdo.features .................. SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.cdo.plugins ................... SUCCESS [ 0.003 s] [INFO] org.eclipse.emf.diffmerge.patterns.core.gen.cdo .... SUCCESS [ 2.664 s] [INFO] org.eclipse.emf.diffmerge.patterns.support.gen.cdo . SUCCESS [ 2.284 s] [INFO] org.eclipse.emf.diffmerge.patterns.templates.gen.cdo SUCCESS [ 2.183 s] [INFO] org.polarsys.capella.common.data.activity.gen.cdo .. SUCCESS [ 2.601 s] [INFO] org.polarsys.capella.common.data.behavior.gen.cdo .. SUCCESS [ 2.520 s] [INFO] org.polarsys.capella.common.data.core.gen.cdo ...... SUCCESS [ 2.184 s] [INFO] org.polarsys.capella.common.libraries.gen.cdo ...... SUCCESS [ 2.654 s] [INFO] org.polarsys.capella.common.re.gen.cdo ............. SUCCESS [ 1.917 s] [INFO] org.polarsys.capella.core.data.gen.cdo ............. SUCCESS [ 2.154 s] [INFO] org.polarsys.kitalpha.ad.metadata.model.cdo ........ SUCCESS [ 2.372 s] [INFO] org.polarsys.kitalpha.emde.model.cdo ............... SUCCESS [ 2.425 s] [INFO] org.polarsys.kitalpha.patterns.emde.gen.cdo ........ SUCCESS [ 2.501 s] [INFO] org.polarsys.capella.cdo.mock.feature .............. SUCCESS [ 2.582 s] [INFO] org.polarsys.capella.rcp ........................... SUCCESS [ 2.522 s] [INFO] org.polarsys.capella.rcp.feature ................... SUCCESS [ 4.080 s] [INFO] org.polarsys.capella.rcp.product ................... SUCCESS [04:23 min] [INFO] org.polarsys.capella.rcp.site ...................... SUCCESS [ 23.356 s] [INFO] org.polarsys.capella.common.extension.migration.egf SUCCESS [ 5.038 s] [INFO] org.polarsys.capella.common.tig.egf ................ SUCCESS [ 3.162 s] [INFO] org.polarsys.capella.core.egf ...................... SUCCESS [ 4.027 s] [INFO] org.polarsys.capella.core.postgeneration.egf ....... SUCCESS [ 3.363 s] [INFO] org.polarsys.capella.core.releng ................... SUCCESS [ 3.052 s] [INFO] org.polarsys.capella.core.egf.feature .............. SUCCESS [ 2.544 s] [INFO] org.polarsys.capella.core.releng.plugins ........... SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.egf.site ...................... SUCCESS [ 1.007 s] [INFO] org.polarsys.capella.tests.plugins ................. SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.test.framework ................ SUCCESS [ 6.735 s] [INFO] org.polarsys.capella.test.diagram.common.ju ........ SUCCESS [ 5.065 s] [INFO] org.polarsys.capella.test.diagram.layout.ju ........ SUCCESS [ 3.998 s] [INFO] org.polarsys.capella.test.diagram.tools.ju ......... SUCCESS [ 9.071 s] [INFO] org.polarsys.capella.test.benchmarks.ju ............ SUCCESS [ 4.877 s] [INFO] org.polarsys.capella.test.business.queries.ju ...... SUCCESS [ 9.529 s] [INFO] org.polarsys.capella.test.commandline.ju ........... SUCCESS [ 5.174 s] [INFO] org.polarsys.capella.test.diagram.filters.ju ....... SUCCESS [ 5.088 s] [INFO] org.polarsys.capella.test.diagram.misc.ju .......... SUCCESS [ 4.283 s] [INFO] org.polarsys.capella.test.doc.ju ................... SUCCESS [ 2.882 s] [INFO] org.polarsys.capella.test.explorer.activity.ju ..... SUCCESS [ 3.019 s] [INFO] org.polarsys.capella.test.fastlinker.ju ............ SUCCESS [ 3.108 s] [INFO] org.polarsys.capella.test.model.ju ................. SUCCESS [ 5.099 s] [INFO] org.polarsys.capella.test.validation.rules.ju ...... SUCCESS [ 9.336 s] [INFO] org.polarsys.capella.test.platform.ju .............. SUCCESS [ 3.663 s] [INFO] org.polarsys.capella.test.recrpl.ju ................ SUCCESS [ 3.988 s] [INFO] org.polarsys.capella.test.transition.ju ............ SUCCESS [ 7.848 s] [INFO] org.polarsys.capella.test.fragmentation ............ SUCCESS [ 4.676 s] [INFO] org.polarsys.capella.test.library.ju ............... SUCCESS [ 3.075 s] [INFO] org.polarsys.capella.test.massactions.ju ........... SUCCESS [ 5.070 s] [INFO] org.polarsys.capella.test.migration.ju ............. SUCCESS [ 8.656 s] [INFO] org.polarsys.capella.test.navigator.ju ............. SUCCESS [ 4.132 s] [INFO] org.polarsys.capella.test.odesign .................. SUCCESS [ 2.783 s] [INFO] org.polarsys.capella.test.progressmonitoring.ju .... SUCCESS [ 3.247 s] [INFO] org.polarsys.capella.test.re.updateconnections.ju .. SUCCESS [ 3.332 s] [INFO] org.polarsys.capella.test.richtext.ju .............. SUCCESS [ 2.909 s] [INFO] org.polarsys.capella.test.semantic.queries.ju ...... SUCCESS [ 2.984 s] [INFO] org.polarsys.capella.test.table .................... SUCCESS [ 4.188 s] [INFO] org.polarsys.capella.test.suites.ju ................ SUCCESS [ 2.763 s] [INFO] org.polarsys.capella.test.projection.ju ............ SUCCESS [ 2.691 s] [INFO] org.polarsys.capella.test.suite.inui.ju ............ SUCCESS [ 3.329 s] [INFO] org.polarsys.capella.test.suite.local.ju ........... SUCCESS [ 3.432 s] [INFO] org.polarsys.capella.test.suite.notinui.ju ......... SUCCESS [ 2.926 s] [INFO] org.polarsys.capella.test.run ...................... SUCCESS [ 2.518 s] [INFO] org.polarsys.capella.test.feature .................. SUCCESS [ 2.981 s] [INFO] org.polarsys.capella.test.site ..................... SUCCESS [ 3.098 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 35:55 min [INFO] Finished at: 2020-10-14T09:00:55Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar (default-cli) on project org.polarsys.capella: Fail to request https://sonarcloud.io/api/ce/submit?organization=eclipse&projectKey=eclipse_capella&projectName=Capella&characteristic=branch%3Dv1.4.x&characteristic=branchType%3DLONG: timeout: Connection closed by remote host -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly) Stage "Deploy to Nightly" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly Root) Stage "Deploy to Nightly Root" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Install test features) Stage "Install test features" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) Stage "Run tests" skipped due to earlier failure(s) [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 ERROR: script returned exit code 1 Finished: FAILURE