Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Agent centos-7-hkr0j is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-hkr0j"
  namespace: "papyrus"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-hkr0j"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-hkr0j"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-papyrus"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-hkr0j (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-manufacturing.git
 > git init /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-manufacturing.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-manufacturing.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-manufacturing.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3ba99f2f4dfdbc4c0a3cf71d9c442bc209b366f3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3ba99f2f4dfdbc4c0a3cf71d9c442bc209b366f3 # timeout=10
Commit message: "Bug 581538 - [Papyrus4Manufacturing] Adding a new communication protocol"
 > git rev-list --no-walk 3ba99f2f4dfdbc4c0a3cf71d9c442bc209b366f3 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[Papyrus-Manufacturing-AAS-RCP] $ /opt/tools/apache-maven/latest/bin/mvn -f source/aas/pom.xml -DSIGN=false -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/.repository clean verify -PbuildRCP
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] No system packages found in profile nor toolchain for JRE-1.1, using current JRE system packages.
This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JRE-1.1 in your toolchains.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/targetPlatform/org.eclipse.papyrus.aas.rcp.target.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=org.eclipse.tycho.p2.target.ee.AllKnownEEsResolutionHints@48204, remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@d1973e8...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
[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 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 p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/features/org.eclipse.papyrus.aas.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.aas.basyx.codegen:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/pom.xml
[INFO] Fetching 202212071000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B)
[INFO] Fetching org.eclipse.osgi_3.18.200.v20221116-1324.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.47MB)
[INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (74.44kB)
[INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (232.69kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.01kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.2kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.emf.common_2.27.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.72kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.69kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.aas.basyx.lib:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.lib/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.codegen.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/pom.xml
[INFO] Fetching bcpg_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.64kB)
[INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.75MB)
[INFO] Fetching ch.qos.logback.classic_1.2.11.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (226.42kB)
[INFO] Fetching slf4j.api_1.7.36.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.16kB)
[INFO] Fetching ch.qos.logback.core_1.2.11.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (438.25kB)
[INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (2.92MB)
[INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (816.86kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.41kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.17kB)
[INFO] Fetching com.ibm.icu_72.1.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.72MB)
[INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.78MB)
[INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.29MB)
[INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.09kB)
[INFO] Fetching org.apache.batik.anim_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (529.46kB)
[INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (146.86kB)
[INFO] Fetching org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (253.47kB)
[INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.47kB)
[INFO] Fetching org.apache.batik.dom_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (206.14kB)
[INFO] Fetching org.apache.batik.awt.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (452.28kB)
[INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.35kB)
[INFO] Fetching org.apache.batik.parser_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (94.68kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.23kB)
[INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (717.41kB)
[INFO] Fetching org.apache.batik.bridge_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (744.84kB)
[INFO] Fetching org.apache.batik.gvt_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (212.25kB)
[INFO] Fetching org.apache.batik.script_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.19kB)
[INFO] Fetching org.apache.batik.xml_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.81kB)
[INFO] Fetching org.apache.xalan_2.7.2.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.15MB)
[INFO] Fetching org.apache.batik.codec_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (128.92kB)
[INFO] Fetching org.apache.batik.transcoder_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (146.96kB)
[INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.12kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.35kB)
[INFO] Fetching org.apache.batik.ext_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.59kB)
[INFO] Fetching org.apache.batik.svggen_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (251.99kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (370.34kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (300.96kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.2.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.41kB)
[INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.86kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.45kB)
[INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (109.43kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.38kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.68kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (314.82kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.89kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.9.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.84kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (297.19kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (891.79kB)
[INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (400.2kB)
[INFO] Fetching org.eclipse.draw2d_3.12.0.202211301913.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (636.39kB)
[INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.81kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.29kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.49kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.46kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.85kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (317.8kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.66kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.37kB)
[INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (215.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (205.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.05kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.22kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.52kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.32kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (397.12kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.12kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (266.96kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.67kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (120.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.15kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (149.46kB)
[INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (291.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.9kB)
[INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.71kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (165.22kB)
[INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (434.06kB)
[INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220517-0824.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (92.83kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (185.77kB)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (296.76kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.22.0.v20220619-0533.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (348.65kB)
[INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.38kB)
[INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (44.01kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (175.44kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.1.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (412.33kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.57kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (88.93kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.37kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.25kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (362.07kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (176.44kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.39kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (221.38kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.68kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.87kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (103.71kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.200.v20221007-0636.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (246.23kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.71kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.07kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.200.v20221108-1232.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (256.62kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.75kB)
[INFO] Fetching org.eclipse.gef_3.13.0.202211301913.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (996.08kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (119.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (261.16kB)
[INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (245.21kB)
[INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (690.83kB)
[INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (402.87kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (105.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (124.56kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.91kB)
[INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (103.8kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202211151334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (388.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (192.9kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.17MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (97.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (105.06kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.7kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.83kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (223.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (94.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (141.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.87kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (201.9kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (220.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (122.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (127.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.2.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (321.79kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.33kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.72MB)
[INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (916.98kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (570.86kB)
[INFO] Fetching org.eclipse.m2e.core_2.0.5.20221128-1757.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (613.86kB)
[INFO] Fetching org.eclipse.m2e.maven.runtime_3.8.604.20221130-2149.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (5MB)
[INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.56kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.7.v20220605-1149.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.06MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20220605-1149.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.36kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20220605-1149.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (870.19kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (385.63kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20220605-1149.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (143.94kB)
[INFO] Fetching org.eclipse.ocl_3.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.6.v20220605-1149.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (77.17kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.42MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.42kB)
[INFO] Fetching org.eclipse.ocl.common_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.89kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.41MB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (15.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (129.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_4.2.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (261.91kB)
[INFO] Fetching org.eclipse.papyrus.designer.languages.common.extensionpoints_3.0.0.202207051603.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (31.75kB)
[INFO] Fetching org.eclipse.papyrus.designer.languages.common.base_3.0.0.202303111719.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (52.15kB)
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (66.11kB)
[INFO] Fetching org.eclipse.papyrus.designer.infra.base_3.0.0.202304050728.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (18.86kB)
[INFO] Fetching org.eclipse.papyrus.designer.uml.tools.utils_3.0.0.202304050728.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (58.05kB)
[INFO] Fetching org.eclipse.papyrus.designer.languages.common.profile_3.0.0.202306301332.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (105.62kB)
[INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (24.58kB)
[INFO] Fetching org.eclipse.pde.core_3.16.0.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.36MB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (110.62kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (108.62kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (466.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (126.86kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (46.43kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (33.76kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (42.06kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (159.66kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (28.86kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (75.4kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (162.77kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (32.17kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (18.33kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (28.78kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (193.55kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (96.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (33.97kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (41.18kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (27.93kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (30.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_4.2.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (136.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture_3.2.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (302.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_4.3.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (317.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (50.41kB)
[INFO] Fetching org.eclipse.xtend.lib_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (57.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (95.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (116.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (62.82kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (77.45kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (234.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (66.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (24.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (110.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (72.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (58.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (101.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (40.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (58.26kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (74.69kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (59.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.3.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1,008.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (57.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (20.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_3.4.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (328.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (110kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (99.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (28.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (302.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (33.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (24.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (25.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (72.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (110.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (109.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.100.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (142.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_4.2.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (959.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (14.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (67.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (119.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (79.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_4.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (214.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (267.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (116.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (124.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (21.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (35.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (467.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (28.63kB)
[INFO] Fetching org.eclipse.xwt_1.7.0.202211301116.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (596.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (35.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (19.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (33.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (49.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (20.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (119.6kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (331.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (26.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (223.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (16.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (302.17kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (220.23kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (873.19kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.87kB)
[INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (495.56kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.89kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (162kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.29.0.v20221121-0915.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.09kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.09kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.15MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.aas.api:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.profile:0.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.profile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/pom.xml
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (898.68kB)
[INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (806.64kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (620.52kB)
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (362.49kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.32.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.emf.converter_2.11.0.v20220706-1313.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (94.73kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (124.84kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.36kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.11kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (73.91kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (343.24kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (470.76kB)
[INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (131.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_4.1.100.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (823.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (17.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (72.78kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_5.2.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (518kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.100.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.2MB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (108.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.100.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (264.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (16.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (13.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (127.82kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_5.0.100.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (252.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (2.98MB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (307.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (272.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (100.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (35.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (105.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (85.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (208.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (16.97kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (87.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_4.2.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (217.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (223.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (24.59kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (138.71kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (95.65kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.aasx.import:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/pom.xml
[INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3MB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (248.12kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.2MB)
[INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.03MB)
[INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (491.27kB)
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.202210231159.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.42MB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (169.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (178.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (46.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (44.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (143.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (169.61kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (346.47kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.table.configuration:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/pom.xml
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (180.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (60.78kB)
[INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (36.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (50.13kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (69.26kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.filter:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.filter.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.wizards:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.cheatSheets:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.cheatSheets/pom.xml
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.500.v20220903-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (387.45kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.doc:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/pom.xml
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.03kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (56.84kB)
[INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.93kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.68MB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.37MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.45kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.14kB)
[INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.16kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.help.base_4.3.900.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (434.44kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.900.v20221103-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (738.76kB)
[INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.85kB)
[INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.38kB)
[INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.58kB)
[INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.82kB)
[INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.88kB)
[INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.28kB)
[INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (26.11kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.perspective:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.perspective/pom.xml
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.1.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.85kB)
[INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (60.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (15.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (74.28kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.validation:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/pom.xml
[INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (169.92kB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (358.42kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.04kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (228kB)
[INFO] Fetching org.eclipse.xtext_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.65MB)
[INFO] Fetching org.eclipse.xtext.util_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (313.38kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.5MB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (249.94kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (353.45kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (259.97kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (577.12kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (391.23kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (696.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (33.11kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.codegen:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.jdt.texteditor:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/pom.xml
[INFO] Fetching org.eclipse.jdt_3.18.1400.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (44.74kB)
[INFO] Fetching org.eclipse.papyrus.designer.deployment.profile_3.0.0.202304050728.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (76.9kB)
[INFO] Fetching org.eclipse.papyrus.designer.transformation.profile_3.0.0.202304050728.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (56.47kB)
[INFO] Fetching org.eclipse.papyrus.designer.infra.ui_3.0.0.202304050728.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (21.88kB)
[INFO] Fetching org.eclipse.papyrus.designer.languages.common.codegen.ui_3.0.0.202301131521.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (31.6kB)
[INFO] Fetching org.eclipse.papyrus.designer.transformation.base_3.0.0.202304050728.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (48.51kB)
[INFO] Fetching org.eclipse.papyrus.designer.transformation.vsl_3.0.0.202304050728.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (17.95kB)
[INFO] Fetching org.eclipse.papyrus.marte.static.profile_1.2.2.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/marte/neon/1.2.2_papyrus-marte-neon_329/plugins/ (1.73MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.library:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.library/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.profile:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.profile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.bpmn:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.bpmn.diagram.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/pom.xml
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_6.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (488.96kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.bpmn.diagram.process:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.bpmn.architecture:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.architecture/pom.xml
[INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (36.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (46.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (34.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (16.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (584.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (488.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (160.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (599.46kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_7.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.51MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (609.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (979.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_6.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (546.73kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.100.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (240.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (98.6kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.p2:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/releng/site/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.rcp:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.rcp.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.rcp.product:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.product/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.papyrus.aas.root                                       [pom]
[INFO] org.eclipse.papyrus.aas-features                                   [pom]
[INFO] org.eclipse.papyrus.aas-plugins                                    [pom]
[INFO] org.eclipse.papyrus.aas-codegen                                    [pom]
[INFO] org.eclipse.aas.basyx.lib                               [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas-modeling                                   [pom]
[INFO] org.eclipse.aas.api                                     [eclipse-plugin]
[INFO] org.eclipse.aas.basyx.codegen                           [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.profile                         [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.aasx.import                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.cheatSheets                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.codegen.ui                      [eclipse-plugin]
[INFO] Papyrus AAS doc                                         [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.ui                              [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.table.configuration             [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.filter                          [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.filter.edit                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas-bpmn                                       [pom]
[INFO] org.eclipse.papyrus.bpmn                                [eclipse-plugin]
[INFO] org.eclipse.papyrus.bpmn.architecture                   [eclipse-plugin]
[INFO] org.eclipse.papyrus.bpmn.diagram.common                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.bpmn.diagram.process                [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.wizards                         [eclipse-plugin]
[INFO] org.eclipse.papyrus.designer.languages.java.profile     [eclipse-plugin]
[INFO] org.eclipse.papyrus.designer.languages.java.codegen     [eclipse-plugin]
[INFO] org.eclipse.papyrus.designer.languages.java.library     [eclipse-plugin]
[INFO] org.eclipse.papyrus.designer.languages.java.jdt.texteditor [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.perspective                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.validation                      [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.feature                        [eclipse-feature]
[INFO] org.eclipse.papyrus.aas-specification                              [pom]
[INFO] org.eclipse.papyrus.aas-releng                                     [pom]
[INFO] org.eclipse.papyrus.aas.target               [eclipse-target-definition]
[INFO] org.eclipse.papyrus.aas.p2                          [eclipse-repository]
[INFO] org.eclipse.papyrus.aas-rcp                                        [pom]
[INFO] org.eclipse.papyrus.aas.rcp                             [eclipse-plugin]
[INFO] org.eclipse.papyrus.aas.rcp.feature                    [eclipse-feature]
[INFO] org.eclipse.papyrus.aas.rcp.product                 [eclipse-repository]
[INFO] org.eclipse.papyrus.aas.rcp.target           [eclipse-target-definition]
[INFO] 
[INFO] --------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.root >--------
[INFO] Building org.eclipse.papyrus.aas.root 0.0.1-SNAPSHOT              [1/39]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.root ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.root ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.root ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.root ---
[INFO] 
[INFO] ------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas-features >------
[INFO] Building org.eclipse.papyrus.aas-features 0.0.1-SNAPSHOT          [2/39]
[INFO]   from features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas-features ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas-features ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas-features ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas-features ---
[INFO] 
[INFO] ------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas-plugins >-------
[INFO] Building org.eclipse.papyrus.aas-plugins 0.0.1-SNAPSHOT           [3/39]
[INFO]   from plugins/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas-plugins ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas-plugins ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas-plugins ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas-plugins ---
[INFO] 
[INFO] ------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas-codegen >-------
[INFO] Building org.eclipse.papyrus.aas-codegen 0.0.1-SNAPSHOT           [4/39]
[INFO]   from plugins/codegen/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas-codegen ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas-codegen ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas-codegen ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas-codegen ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus.aas:org.eclipse.aas.basyx.lib >----------
[INFO] Building org.eclipse.aas.basyx.lib 1.0.0-SNAPSHOT                 [5/39]
[INFO]   from plugins/codegen/org.eclipse.aas.basyx.lib/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.aas.basyx.lib ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.aas.basyx.lib ---
[INFO] The project's OSGi version is 1.0.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.aas.basyx.lib ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.aas.basyx.lib ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.aas.basyx.lib ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.aas.basyx.lib ---
[INFO] Resolving class path of org.eclipse.aas.basyx.lib...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.aas.basyx.lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.lib/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.aas.basyx.lib ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.aas.basyx.lib:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.lib/pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.aas.basyx.lib ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.aas.basyx.lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.lib/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.aas.basyx.lib ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.aas.basyx.lib:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.lib/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.aas.basyx.lib ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.aas.basyx.lib ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.aas.basyx.lib ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.lib/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.lib/target/org.eclipse.aas.basyx.lib-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.aas.basyx.lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.lib/target/org.eclipse.aas.basyx.lib-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.aas.basyx.lib ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.aas.basyx.lib ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.aas.basyx.lib ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.aas.basyx.lib ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.aas.basyx.lib ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas-modeling >------
[INFO] Building org.eclipse.papyrus.aas-modeling 0.0.1-SNAPSHOT          [6/39]
[INFO]   from plugins/modeling/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas-modeling ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas-modeling ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas-modeling ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas-modeling ---
[INFO] 
[INFO] ------------< org.eclipse.papyrus.aas:org.eclipse.aas.api >-------------
[INFO] Building org.eclipse.aas.api 0.8.0-SNAPSHOT                       [7/39]
[INFO]   from plugins/modeling/org.eclipse.aas.api/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.aas.api ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.aas.api ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.aas.api ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.aas.api ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.aas.api ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.aas.api ---
[INFO] Resolving class path of org.eclipse.aas.api...
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (251.02kB)
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.aas.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.aas.api ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.aas.api:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/pom.xml
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/src/org/eclipse/aas/api/submodel/submodelelement/SubModelElementCollection.java:[30] 
	import io.adminshell.aas.v3.model.Submodel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import io.adminshell.aas.v3.model.Submodel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/src/org/eclipse/aas/api/submodel/submodelelement/SubModelElementCollection.java:[32] 
	import io.adminshell.aas.v3.model.SubmodelElementCollection;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import io.adminshell.aas.v3.model.SubmodelElementCollection is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/src/org/eclipse/aas/api/aas/AssetAdministrationShell.java:[22] 
	import org.eclipse.aas.api.communications.Endpoint;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.aas.api.communications.Endpoint is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/src/org/eclipse/aas/api/submodel/submodelelement/dataelement/MultiLanguageProperty.java:[23] 
	import org.eclipse.aas.api.submodel.submodelelement.dataelement.valuetypes.ValueType;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.aas.api.submodel.submodelelement.dataelement.valuetypes.ValueType is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/src/org/eclipse/aas/api/reference/Reference.java:[19] 
	import io.adminshell.aas.v3.model.impl.DefaultReference;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import io.adminshell.aas.v3.model.impl.DefaultReference is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/src/org/eclipse/aas/api/submodel/submodelelement/dataelement/OperationVariable.java:[28] 
	private ValueType type;
	                  ^^^^
The value of the field OperationVariable.type is not used
6 problems (6 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.aas.api ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.aas.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.aas.api ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.aas.api:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.aas.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.aas.api ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.aas.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/target/org.eclipse.aas.api-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.aas.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.aas.api/target/org.eclipse.aas.api-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.aas.api ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.aas.api ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.aas.api ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.aas.api ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.aas.api ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.papyrus.aas:org.eclipse.aas.basyx.codegen >--------
[INFO] Building org.eclipse.aas.basyx.codegen 1.0.0-SNAPSHOT             [8/39]
[INFO]   from plugins/codegen/org.eclipse.aas.basyx.codegen/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.aas.basyx.codegen ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.aas.basyx.codegen ---
[INFO] The project's OSGi version is 1.0.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.aas.basyx.codegen ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.aas.basyx.codegen ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.aas.basyx.codegen ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.aas.basyx.codegen ---
[INFO] Resolving class path of org.eclipse.aas.basyx.codegen...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.aas.basyx.codegen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.aas.basyx.codegen ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.aas.basyx.codegen:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/submodel/DEWorkspaceCreator.java:[19] 
	import java.util.Collection;
	       ^^^^^^^^^^^^^^^^^^^^
The import java.util.Collection is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/submodel/DEWorkspaceCreator.java:[20] 
	import java.util.LinkedList;
	       ^^^^^^^^^^^^^^^^^^^^
The import java.util.LinkedList is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/submodel/DEWorkspaceCreator.java:[164] 
	List<IOperationVariable> inoutputVariables = operation.getInoutputVars();
	                         ^^^^^^^^^^^^^^^^^
The value of the local variable inoutputVariables is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/submodel/DEWorkspaceCreator.java:[286] 
	Class<? extends Object> identifierClass = null;
	                        ^^^^^^^^^^^^^^^
The value of the local variable identifierClass is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/submodel/DEWorkspaceCreator.java:[466] 
	String defaultGetterContent = "";
	       ^^^^^^^^^^^^^^^^^^^^
The value of the local variable defaultGetterContent is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/Project.java:[22] 
	import org.eclipse.aas.api.communications.Endpoint;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.aas.api.communications.Endpoint is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/Project.java:[44] 
	private Path currentWorkingDirectory = Paths.get(FileUtils.getCurrentWorkingDirectory());
	             ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field Project.currentWorkingDirectory is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/Project.java:[442] 
	Path source = Paths.get("src");
	     ^^^^^^
The value of the local variable source is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/modulefiles/ConceptDescriptionCreator.java:[23] 
	import org.eclipse.aas.api.reference.Reference;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.aas.api.reference.Reference is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/Test.java:[16] 
	import java.util.ArrayList;
	       ^^^^^^^^^^^^^^^^^^^
The import java.util.ArrayList is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/Test.java:[17] 
	import java.util.List;
	       ^^^^^^^^^^^^^^
The import java.util.List is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/Test.java:[44] 
	import io.adminshell.aas.v3.model.LangString;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import io.adminshell.aas.v3.model.LangString is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/Test.java:[47] 
	import io.adminshell.aas.v3.model.Submodel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import io.adminshell.aas.v3.model.Submodel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/Test.java:[48] 
	import io.adminshell.aas.v3.model.SubmodelElement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import io.adminshell.aas.v3.model.SubmodelElement is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/Test.java:[50] 
	import io.adminshell.aas.v3.model.impl.DefaultMultiLanguageProperty;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import io.adminshell.aas.v3.model.impl.DefaultMultiLanguageProperty is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/Test.java:[51] 
	import io.adminshell.aas.v3.model.impl.DefaultSubmodel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import io.adminshell.aas.v3.model.impl.DefaultSubmodel is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/submodel/submodelelements/PropertyGenerator.java:[199] 
	private String generateValueCode() {
	               ^^^^^^^^^^^^^^^^^^^
The method generateValueCode() from the type PropertyGenerator is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/submodel/SubModelCreator.java:[26] 
	import org.eclipse.aas.api.reference.IKey;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.aas.api.reference.IKey is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/submodel/SubModelCreator.java:[33] 
	import org.eclipse.aas.api.submodel.submodelelement.dataelement.IOperationVariable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.aas.api.submodel.submodelelement.dataelement.IOperationVariable is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/org/eclipse/aas/basyx/codegen/generator/submodel/SubModelCreator.java:[37] 
	import io.adminshell.aas.v3.model.LangString;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import io.adminshell.aas.v3.model.LangString is never used
20 problems (20 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.aas.basyx.codegen ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.aas.basyx.codegen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.aas.basyx.codegen ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.aas.basyx.codegen:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.aas.basyx.codegen ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.aas.basyx.codegen ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.aas.basyx.codegen ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/target/org.eclipse.aas.basyx.codegen-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.aas.basyx.codegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/codegen/org.eclipse.aas.basyx.codegen/target/org.eclipse.aas.basyx.codegen-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.aas.basyx.codegen ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.aas.basyx.codegen ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.aas.basyx.codegen ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.aas.basyx.codegen ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.aas.basyx.codegen ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.profile >-------
[INFO] Building org.eclipse.papyrus.aas.profile 0.8.1-SNAPSHOT           [9/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.aas.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.profile ---
[INFO] The project's OSGi version is 0.8.1.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.profile ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.profile ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.profile ---
[INFO] Resolving class path of org.eclipse.papyrus.aas.profile...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.13.0.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.78kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.3.0.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.38kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.11kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.29kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.200.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.59kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.200.v20220802-0458.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (105.66kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.13kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.53kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.56kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.300.v20221108-0856.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (224.58kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.41kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.47kB)
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.profile ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.profile:0.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.profile/pom.xml
[INFO] Compiling 106 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.profile/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.profile ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.profile ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.profile:0.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.profile/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.profile ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.profile/target/org.eclipse.papyrus.aas.profile-0.8.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.profile/target/org.eclipse.papyrus.aas.profile-0.8.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.profile ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.profile ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.profile ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.profile ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.aasx.import >-----
[INFO] Building org.eclipse.papyrus.aas.aasx.import 0.8.0-SNAPSHOT      [10/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.aas.aasx.import/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] Resolving class path of org.eclipse.papyrus.aas.aasx.import...
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (756.1kB)
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.aasx.import ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.aasx.import:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/pom.xml
[INFO] Compiling 358 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/transformations/UMLfromAASXTransformationLauncher.java:[30] 
	import org.eclipse.jface.dialogs.MessageDialog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jface.dialogs.MessageDialog is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/transformations/UMLfromAASXTransformationLauncher.java:[190] 
	for (IImportTransformation transformation : transformations) {
	                           ^^^^^^^^^^^^^^
The value of the local variable transformation is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/transformations/AAS2UMLSwitch.java:[261] 
	private EObject doSwitch(EObject object, EObject result) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method doSwitch(EObject, EObject) from the type AAS2UMLSwitch is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/transformations/AAS2UMLSwitch.java:[664] 
	.addAll((Collection<? extends Classifier>) targetEobjects);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<EObject> to Collection<? extends Classifier>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/transformations/AAS2UMLSwitch.java:[1820] 
	CompositeTransactionalCommand command = new CompositeTransactionalCommand((TransactionalEditingDomain) domain,
	                              ^^^^^^^
The value of the local variable command is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/transformations/AAS2UMLSwitch.java:[1906] 
	private String getTargetPropertyFromSource(int attributeID) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getTargetPropertyFromSource(int) from the type AAS2UMLSwitch is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportFilePage.java:[22] 
	import org.eclipse.ui.internal.wizards.datatransfer.WizardArchiveFileResourceImportPage1;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WizardArchiveFileResourceImportPage1' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.20.0.v20221027-2208/org.eclipse.ui.ide-3.20.0.v20221027-2208.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportFilePage.java:[29] 
	public class ImportFilePage extends WizardArchiveFileResourceImportPage1 {
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WizardArchiveFileResourceImportPage1' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.20.0.v20221027-2208/org.eclipse.ui.ide-3.20.0.v20221027-2208.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportFilePage.java:[55] 
	super(name,selection, allowedfiles);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'WizardArchiveFileResourceImportPage1(IWorkbench, IStructuredSelection, String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.20.0.v20221027-2208/org.eclipse.ui.ide-3.20.0.v20221027-2208.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportFilePage.java:[62] 
	super(workbench,selection, allowedfiles);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'WizardArchiveFileResourceImportPage1(IWorkbench, IStructuredSelection, String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.20.0.v20221027-2208/org.eclipse.ui.ide-3.20.0.v20221027-2208.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportFilePage.java:[80] 
	sourceNames = addToHistory(sourceNames, sourceNameField.getText());
	                                        ^^^^^^^^^^^^^^^
Discouraged access: The field 'WizardFileSystemResourceImportPage1.sourceNameField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.20.0.v20221027-2208/org.eclipse.ui.ide-3.20.0.v20221027-2208.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/handler/ImportAASXHandler.java:[60] 
	private Set<String> extensionOfFilesToImport;
	                    ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field ImportAASXHandler.extensionOfFilesToImport is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/handler/ImportAASXHandler.java:[201] 
	private IFile getFileInProject(IContainer myProject, String file_name) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFileInProject(IContainer, String) from the type ImportAASXHandler is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportAASXWizard.java:[39] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportAASXWizard.java:[121] 
	private SelectRepresentationKindPage selectRepresentationKindPage;
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field ImportAASXWizard.selectRepresentationKindPage is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportAASXWizard.java:[297] 
	importPage.finish();
	           ^^^^^^
Discouraged access: The method 'WizardArchiveFileResourceImportPage1.finish()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.20.0.v20221027-2208/org.eclipse.ui.ide-3.20.0.v20221027-2208.jar')
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportAASXWizard.java:[596] 
	desc = IDE.getEditorDescriptor(((IFileEditorInput) input).getFile());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEditorDescriptor(IFile) from the type IDE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportAASXWizard.java:[607] 
	desc = IDE.getEditorDescriptor(uri.lastSegment());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEditorDescriptor(String) from the type IDE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportAASXWizard.java:[610] 
	desc = IDE.getEditorDescriptor(input.getName());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEditorDescriptor(String) from the type IDE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportAASXWizard.java:[935] 
	project.create(projectDescription, new SubProgressMonitor(progressMonitor, 1));
	                                       ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportAASXWizard.java:[935] 
	project.create(projectDescription, new SubProgressMonitor(progressMonitor, 1));
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportAASXWizard.java:[936] 
	project.open(new SubProgressMonitor(progressMonitor, 1));
	                 ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportAASXWizard.java:[936] 
	project.open(new SubProgressMonitor(progressMonitor, 1));
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportAASXWizard.java:[938] 
	project.open(new SubProgressMonitor(progressMonitor, 1));
	                 ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/org/eclipse/papyrus/aas/import2papyrus/wizards/ImportAASXWizard.java:[938] 
	project.open(new SubProgressMonitor(progressMonitor, 1));
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
25 problems (25 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.aasx.import ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.aasx.import:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/target/org.eclipse.papyrus.aas.aasx.import-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.aasx.import/target/org.eclipse.papyrus.aas.aasx.import-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.aasx.import ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.aasx.import ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.cheatSheets >-----
[INFO] Building org.eclipse.papyrus.aas.cheatSheets 0.8.0-SNAPSHOT      [11/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.aas.cheatSheets/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] Resolving class path of org.eclipse.papyrus.aas.cheatSheets...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.cheatSheets/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.cheatSheets ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.cheatSheets:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.cheatSheets/pom.xml
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.cheatSheets/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.cheatSheets/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.cheatSheets ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.cheatSheets:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.cheatSheets/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.cheatSheets ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.cheatSheets/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.cheatSheets/target/org.eclipse.papyrus.aas.cheatSheets-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.cheatSheets/target/org.eclipse.papyrus.aas.cheatSheets-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.cheatSheets ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.cheatSheets ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.codegen.ui >-----
[INFO] Building org.eclipse.papyrus.aas.codegen.ui 0.8.0-SNAPSHOT       [12/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.aas.codegen.ui...
[INFO] Fetching org.eclipse.m2e.logback_2.1.0.20221015-0744.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.87kB)
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.codegen.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.codegen.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/pom.xml
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/org/eclipse/papyrus/aas/codegen/ui/handlers/GenerateAASCodeHelper.java:[20] 
	import java.util.ListIterator;
	       ^^^^^^^^^^^^^^^^^^^^^^
The import java.util.ListIterator is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/org/eclipse/papyrus/aas/codegen/ui/handlers/GenerateAASCodeHelper.java:[40] 
	import org.eclipse.papyrus.aas.ConceptDescription;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.aas.ConceptDescription is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/org/eclipse/papyrus/aas/codegen/ui/handlers/GenerateAASCodeHelper.java:[57] 
	import org.eclipse.uml2.uml.Stereotype;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.uml2.uml.Stereotype is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/org/eclipse/papyrus/aas/codegen/ui/handlers/GenerateAASCodeHelper.java:[61] 
	import io.adminshell.aas.v3.model.Identifiable;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import io.adminshell.aas.v3.model.Identifiable is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/org/eclipse/papyrus/aas/codegen/ui/handlers/GenerateAASCodeHelper.java:[67] 
	import io.adminshell.aas.v3.model.impl.DefaultConceptDescription;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import io.adminshell.aas.v3.model.impl.DefaultConceptDescription is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/org/eclipse/papyrus/aas/codegen/ui/handlers/GenerateAASCodeHelper.java:[570] 
	Boolean nodeidGenerated = false;
	        ^^^^^^^^^^^^^^^
The value of the local variable nodeidGenerated is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/org/eclipse/papyrus/aas/codegen/ui/handlers/GenerateAASCodeHelper.java:[876] 
	int index = 0;
	    ^^^^^
The value of the local variable index is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/org/eclipse/papyrus/aas/codegen/ui/handlers/GenerateAASCodeHandler.java:[20] 
	import java.io.IOException;
	       ^^^^^^^^^^^^^^^^^^^
The import java.io.IOException is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/org/eclipse/papyrus/aas/codegen/ui/handlers/GenerateAASCodeHandler.java:[23] 
	import java.net.URL;
	       ^^^^^^^^^^^^
The import java.net.URL is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/org/eclipse/papyrus/aas/codegen/ui/handlers/GenerateAASCodeHandler.java:[38] 
	import org.eclipse.core.runtime.FileLocator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.core.runtime.FileLocator is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/org/eclipse/papyrus/aas/codegen/ui/handlers/GenerateAASCodeHandler.java:[41] 
	import org.eclipse.core.runtime.Platform;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.core.runtime.Platform is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/org/eclipse/papyrus/aas/codegen/ui/handlers/GenerateAASCodeHandler.java:[61] 
	import org.osgi.framework.Bundle;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.osgi.framework.Bundle is never used
12 problems (12 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.codegen.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.codegen.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/target/org.eclipse.papyrus.aas.codegen.ui-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.codegen.ui/target/org.eclipse.papyrus.aas.codegen.ui-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.codegen.ui ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.codegen.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.doc >---------
[INFO] Building Papyrus AAS doc 0.8.0-SNAPSHOT                          [13/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.aas.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.doc ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.doc ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.doc ---
[INFO] Resolving class path of Papyrus AAS doc...
[INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.24kB)
[INFO] Fetching org.eclipse.core.net.win32_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.48kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.6kB)
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.doc ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.doc:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- wikitext:3.0.29:eclipse-help (default) @ org.eclipse.papyrus.aas.doc ---
[INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki -> /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/target/site/generated-eclipse-help
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/AAS-modeling-in-Papyrus.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/BOM-diagram.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/CanvAAS-Code-generator-to-Basyx-Doc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/CanvAAS-Toolset-Architecture-Doc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/Conclusion-Doc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/Create-ConcepDescription-from-ModelExplorer.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/Create-configure-an-AAS.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/Create-configure-an-Asset.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/Create-configure-an-Submodel.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/Create-new-diagram.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/Delete-a-created-element.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/Introduction-Doc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/JDT_Integration.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/User-Guide-Doc.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/create-an-AAS-project.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/generation-and-execution-Basyx-code.mediawiki
[INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/site/mediawiki/import-an-AAS-package.mediawiki
[INFO] Processed 71 files
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.doc ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.doc ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.doc:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.doc ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/target/org.eclipse.papyrus.aas.doc-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.doc/target/org.eclipse.papyrus.aas.doc-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.doc ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.doc ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.doc ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.doc ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.ui >---------
[INFO] Building org.eclipse.papyrus.aas.ui 0.8.0-SNAPSHOT               [14/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.aas.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.ui ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.ui ---
[INFO] Resolving class path of org.eclipse.papyrus.aas.ui...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/pom.xml
[INFO] Compiling 67 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointObservableValue.java:[50] 
	import org.eclipse.papyrus.uml.tools.databinding.PapyrusObservableValue;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PapyrusObservableValue is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointObservableValue.java:[58] 
	public class EndPointObservableValue extends PapyrusObservableValue implements IObserving {
	                                             ^^^^^^^^^^^^^^^^^^^^^^
The type PapyrusObservableValue is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointObservableValue.java:[72] 
	super(property, AASPackage.eINSTANCE.getSubmodelElement_EndPoint(), domain);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PapyrusObservableValue(EObject, EStructuralFeature, EditingDomain) is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointObservableValue.java:[186] 
	private Endpoint getEndpoint(String endpoint) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEndpoint(String) from the type EndPointObservableValue is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointObservableValue.java:[206] 
	private String getStringfromEndpoint(Endpoint endpoint) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getStringfromEndpoint(Endpoint) from the type EndPointObservableValue is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointObservableValue.java:[320] 
	fireValueChange(diff);
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/CompositeValidator.java:[27] 
	public class CompositeValidator implements IValidator {
	                                           ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/CompositeValidator.java:[28] 
	private final List<IValidator> validators;
	                   ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/CompositeValidator.java:[30] 
	private CompositeValidator(IValidator aValidator, IValidator anotherValidator) {
	                           ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/CompositeValidator.java:[30] 
	private CompositeValidator(IValidator aValidator, IValidator anotherValidator) {
	                                                  ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/CompositeValidator.java:[68] 
	public static IValidator of(IValidator aValidator, IValidator anotherValidator) {
	              ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/CompositeValidator.java:[68] 
	public static IValidator of(IValidator aValidator, IValidator anotherValidator) {
	                            ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/CompositeValidator.java:[68] 
	public static IValidator of(IValidator aValidator, IValidator anotherValidator) {
	                                                   ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/CompositeValidator.java:[82] 
	public CompositeValidator add(IValidator validator) {
	                              ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/CompositeValidator.java:[95] 
	.map(v -> v.validate(value))
	          ^^^^^^^^^^^^^^^^^
Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/utils/KeyUtils.java:[81] 
	private static Key getKeyFromUMLElement(Element umlElement) {
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getKeyFromUMLElement(Element) from the type KeyUtils is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/advices/SubModelElementEditHelperAdvice.java:[69] 
	Submodel submodel = getSubmodel(container);
	         ^^^^^^^^
The value of the local variable submodel is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/advices/SubModelEditHelperAdvice.java:[71] 
	AssetAdministrationShell aas = UMLUtil.getStereotypeApplication((Element) container, AssetAdministrationShell.class);
	                         ^^^
The value of the local variable aas is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/AASNattablePropertyEditor.java:[319] 
	final List<ModelElement> modelElements = new ArrayList(Arrays.asList(modelElementHassemantic, modelElementConceptDescription));
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/AASNattablePropertyEditor.java:[319] 
	final List<ModelElement> modelElements = new ArrayList(Arrays.asList(modelElementHassemantic, modelElementConceptDescription));
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<ModelElement>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/AASNattablePropertyEditor.java:[319] 
	final List<ModelElement> modelElements = new ArrayList(Arrays.asList(modelElementHassemantic, modelElementConceptDescription));
	                                             ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/AASNattablePropertyEditor.java:[367] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/AASNattablePropertyEditor.java:[410] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/AASNattablePropertyEditor.java:[946] 
	BooleanValueStyle fillStyle = (BooleanValueStyle) table.getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE);
	                                                                                                                                                 ^^^^^^^^^^^^^^^^^
The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/AASNattablePropertyEditor.java:[1285] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/AASNattablePropertyEditor.java:[1319] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/handlers/CreateElementHandlerTester.java:[34] 
	int i = 0;
	    ^
The value of the local variable i is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[56] 
	private Timer timer;
	              ^^^^^
The value of the field EndPointComboDialog.timer is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[58] 
	private TimerTask changeColorTask;
	                  ^^^^^^^^^^^^^^^
The value of the field EndPointComboDialog.changeColorTask is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[59] 
	private IBaseLabelProvider labelprovider;
	                           ^^^^^^^^^^^^^
The value of the field EndPointComboDialog.labelprovider is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[70] 
	protected IObservableValue getObservableValue() {
	          ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[137] 
	class CComboObservableValue extends AbstractObservableValue implements SelectionListener, KeyListener, FocusListener {
	                                    ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[202] 
	fireValueChange(new ValueDiff() {
				@Override
				public Object getOldValue() {
					return oldValue;
				}
				@Override
				public Object getNewValue() {
					return currentValue;
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[202] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[232] 
	class EndPointComboObservableValue extends AbstractObservableValue implements SelectionListener, KeyListener, FocusListener {
	                                           ^^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[236] 
	public EndPointComboObservableValue(Viewer viewer2, IObservableValue modelProperty2) {
	                                                    ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[281] 
	private Endpoint getEndpoint(String endpoint) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEndpoint(String) from the type EndPointComboDialog.EndPointComboObservableValue is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[405] 
	private boolean aredifferent(Endpoint currentValue, Endpoint previousValue2) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method aredifferent(Endpoint, Endpoint) from the type EndPointComboDialog.EndPointComboObservableValue is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[421] 
	fireValueChange(new ValueDiff() {
				@Override
				public Object getOldValue() {
					return oldValue;
				}
				@Override
				public Object getNewValue() {
					return currentValue;
				}
			});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/EndPointComboDialog.java:[421] 
	fireValueChange(new ValueDiff() {
	                    ^^^^^^^^^
ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/AASStringEditor.java:[47] 
	public IValidator getValidator() {
	       ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/AASStringEditor.java:[49] 
	IValidator result = super.getValidator();
	^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/ui/widgets/AASStringEditor.java:[53] 
	new IValidator() {
	    ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/AASExtModelElement.java:[69] 
	ChangeListenerUtils.fireDataSourceChanged(dataSource);
	^^^^^^^^^^^^^^^^^^^
The type ChangeListenerUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/AASExtModelElement.java:[69] 
	ChangeListenerUtils.fireDataSourceChanged(dataSource);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method fireDataSourceChanged(DataSource) from the type ChangeListenerUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/AssStereotypeModelElement.java:[87] 
	Element baseElement = org.eclipse.uml2.uml.util.UMLUtil.getBaseElement(source);
	        ^^^^^^^^^^^
The value of the local variable baseElement is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/AssStereotypeModelElement.java:[91] 
	List<?> wrappedList = (List<?>) source.eGet(feature);
	        ^^^^^^^^^^^
The value of the local variable wrappedList is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/AssStereotypeModelElement.java:[97] 
	IObservableValue wrap = (IObservableValue) DelegatingObservable.wrap(papy);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/AssStereotypeModelElement.java:[97] 
	IObservableValue wrap = (IObservableValue) DelegatingObservable.wrap(papy);
	                         ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/AssStereotypeModelElement.java:[115] 
	public IValidator getValidator(String propertyPath) {
	       ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/AssStereotypeModelElement.java:[117] 
	IValidator result = super.getValidator(propertyPath);
	^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/org/eclipse/papyrus/aas/profile/ui/modelelement/AssStereotypeModelElement.java:[124] 
	new IValidator() {
	    ^^^^^^^^^^
IValidator is a raw type. References to generic type IValidator<T> should be parameterized
52 problems (52 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.ui ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/target/org.eclipse.papyrus.aas.ui-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.ui/target/org.eclipse.papyrus.aas.ui-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.ui ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.ui ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.table.configuration >--
[INFO] Building org.eclipse.papyrus.aas.table.configuration 0.8.0-SNAPSHOT [15/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.aas.table.configuration/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] Resolving class path of org.eclipse.papyrus.aas.table.configuration...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.table.configuration ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.table.configuration:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/pom.xml
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/org/eclipse/papyrus/aas/tables/configurations/editors/CreateKeyTypeCellEditorButtonAction.java:[73] 
	private boolean onlyOnEmptyCell;
	                ^^^^^^^^^^^^^^^
The value of the field CreateKeyTypeCellEditorButtonAction.onlyOnEmptyCell is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/org/eclipse/papyrus/aas/tables/configurations/editors/KeyTypeCellEditorConfiguration.java:[94] 
	final Object axisElement = AxisUtils.getRepresentedElement(axis);
	             ^^^^^^^^^^^
The value of the local variable axisElement is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/org/eclipse/papyrus/aas/tables/configurations/editors/KeyTypeCellEditorConfiguration.java:[98] 
	final AbstractAxisProvider axisProvider = modelManager.getTable().getCurrentColumnAxisProvider();
	                           ^^^^^^^^^^^^
The value of the local variable axisProvider is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/org/eclipse/papyrus/aas/tables/configurations/editors/KeyUtils.java:[37] 
	List<EEnumLiteral> literals = keyElements.getELiterals();
	                   ^^^^^^^^
The value of the local variable literals is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/org/eclipse/papyrus/aas/tables/configurations/editors/ParametersUtils.java:[37] 
	List<EEnumLiteral> literals = keyElements.getELiterals();
	                   ^^^^^^^^
The value of the local variable literals is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/org/eclipse/papyrus/aas/tables/configurations/editors/cell/ParameterTypeCellEditor.java:[81] 
	Parameter parameter = ((row instanceof Parameter) && (column == axisElement))
	          ^^^^^^^^^
The value of the local variable parameter is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/org/eclipse/papyrus/aas/tables/configurations/editors/cell/ParameterTypeCellEditor.java:[96] 
	private Collection<? extends View> getNewTypeDialogViews() {
	                                   ^^^^^^^^^^^^^^^^^^^^^^^
The method getNewTypeDialogViews() from the type ParameterTypeCellEditor is never used locally
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/org/eclipse/papyrus/aas/tables/configurations/editors/SelectKeyTypeCellEditorButtonAction.java:[176] 
	Asset asset = null;
	      ^^^^^
The value of the local variable asset is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/org/eclipse/papyrus/aas/tables/configurations/editors/cell/CreateKeyFromHeaderCellEditorConfiguration.java:[179] 
	Object representedElement = AxisUtils.getRepresentedElement(axisProvider);
	       ^^^^^^^^^^^^^^^^^^
The value of the local variable representedElement is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/org/eclipse/papyrus/aas/tables/configurations/editors/cell/CreateKeyFromHeaderCellEditorConfiguration.java:[212] 
	final AbstractAxisProvider axisProvider = table.getCurrentRowAxisProvider();
	                           ^^^^^^^^^^^^
The value of the local variable axisProvider is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/org/eclipse/papyrus/aas/tables/configurations/editors/cell/CreateKeyFromHeaderCellEditorConfiguration.java:[214] 
	AxisManagerRepresentation rep = conf.getAxisManagers().get(0);
	                          ^^^
The value of the local variable rep is not used
11 problems (11 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.table.configuration ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.table.configuration:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/target/org.eclipse.papyrus.aas.table.configuration-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.table.configuration/target/org.eclipse.papyrus.aas.table.configuration-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.table.configuration ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.table.configuration ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.filter >-------
[INFO] Building org.eclipse.papyrus.aas.filter 0.8.0-SNAPSHOT           [16/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.aas.filter/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.filter ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.filter ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.filter ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.filter ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.filter ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.filter ---
[INFO] Resolving class path of org.eclipse.papyrus.aas.filter...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.filter ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.filter:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter/pom.xml
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.filter ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.filter ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.filter:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.filter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.filter ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.filter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter/target/org.eclipse.papyrus.aas.filter-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.filter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter/target/org.eclipse.papyrus.aas.filter-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.filter ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.filter ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.filter ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.filter ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.filter ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.filter.edit >-----
[INFO] Building org.eclipse.papyrus.aas.filter.edit 0.8.0-SNAPSHOT      [17/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.aas.filter.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] Resolving class path of org.eclipse.papyrus.aas.filter.edit...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.filter.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.filter.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter.edit/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter.edit/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter.edit/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.filter.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.filter.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter.edit/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter.edit/target/org.eclipse.papyrus.aas.filter.edit-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.filter.edit/target/org.eclipse.papyrus.aas.filter.edit-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.filter.edit ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.filter.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas-bpmn >--------
[INFO] Building org.eclipse.papyrus.aas-bpmn 0.0.1-SNAPSHOT             [18/39]
[INFO]   from plugins/bpmn/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas-bpmn ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas-bpmn ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas-bpmn ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas-bpmn ---
[INFO] 
[INFO] ----------< org.eclipse.papyrus.aas:org.eclipse.papyrus.bpmn >----------
[INFO] Building org.eclipse.papyrus.bpmn 0.7.0-SNAPSHOT                 [19/39]
[INFO]   from plugins/bpmn/org.eclipse.papyrus.bpmn/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.bpmn ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.bpmn ---
[INFO] The project's OSGi version is 0.7.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.bpmn ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.bpmn ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.bpmn ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.bpmn ---
[INFO] Resolving class path of org.eclipse.papyrus.bpmn...
[INFO] Fetching org.eclipse.xtext.logging_1.2.19.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.18kB)
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.bpmn ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.bpmn ---
[INFO] Compiling 290 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/EscalationImpl.java:[161] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.ESCALATION__ESCALATIONSTRUCTURE_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "EscalationstructureRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ReceiveTaskImpl.java:[298] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RECEIVE_TASK__RECEIVE_TASKOPERATION_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ReceiveTaskoperationRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BoundaryEventImpl.java:[179] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BOUNDARY_EVENT__BOUNDARY_EVENTATTACHED_TO_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "boundaryEventattachedToRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceAssignmentExpressionImpl.java:[166] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RESOURCE_ASSIGNMENT_EXPRESSION__RESOURCE_ASSIGNMENT_EXPRESSIONEXPRESSION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceAssignmentExpressionexpression", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceImpl.java:[87] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RESOURCE__RESOURCERESOURCE_PARAMETERS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceresourceParameters", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneCustom.java:[22] 
	private static final Logger log = Logger.getLogger(LaneCustom.class);
	                            ^^^
The value of the field LaneCustom.log is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalScriptTaskImpl.java:[109] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.GLOBAL_SCRIPT_TASK__GLOBAL_SCRIPT_TASKSCRIPT_FORMAT,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalScriptTaskscriptFormat", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalScriptTaskImpl.java:[134] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.GLOBAL_SCRIPT_TASK__GLOBAL_SCRIPT_TASKSCRIPT,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalScriptTaskscript", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataOutputImpl.java:[331] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_OUTPUT__DATA_OUTPUTNOTATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataOutputnotation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataOutputImpl.java:[356] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_OUTPUT__DATA_OUTPUTITEM_SUBJECT_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataOutputitemSubjectRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityConfigurationCommand.java:[19] 
	import org.eclipse.emf.common.util.EList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.common.util.EList is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityConfigurationCommand.java:[21] 
	import org.eclipse.emf.ecore.resource.Resource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.ecore.resource.Resource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityConfigurationCommand.java:[29] 
	import org.eclipse.papyrus.infra.core.resource.ModelSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.resource.ModelSet is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityConfigurationCommand.java:[30] 
	import org.eclipse.papyrus.infra.core.services.ServiceException;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.core.services.ServiceException is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityConfigurationCommand.java:[31] 
	import org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForEObject;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForEObject is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityConfigurationCommand.java:[32] 
	import org.eclipse.papyrus.infra.gmfdiag.common.model.NotationUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.infra.gmfdiag.common.model.NotationUtils is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityConfigurationCommand.java:[35] 
	import org.eclipse.uml2.uml.Element;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.uml2.uml.Element is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityConfigurationCommand.java:[49] 
	private IElementType elementType;
	                     ^^^^^^^^^^^
The value of the field ActivityConfigurationCommand.elementType is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataInputAssociationImpl.java:[56] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_INPUT_ASSOCIATION__DATA_INPUT_ASSOCIATIONSOURCE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "dataInputAssociationsource", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataInputAssociationImpl.java:[81] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_INPUT_ASSOCIATION__DATA_INPUT_ASSOCIATIONTARGET,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "dataInputAssociationtarget", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataStoreReferenceImpl.java:[291] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.ITEM_AWARE_ELEMENT__ITEM_AWARE_ELEMENTDATA_STATE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ItemAwareElementdataState", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNCollaborationImpl.java:[329] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_COLLABORATION__COLLABORATIONPARTICIPANTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Collaborationparticipants", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataInputImpl.java:[330] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_INPUT__DATA_INPUT_ASSOCIATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataInputAssociation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataInputImpl.java:[355] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_INPUT__DATA_INPUTNOTATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataInputnotation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataInputImpl.java:[380] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_INPUT__DATA_INPUTITEM_SUBJECT_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataInputitemSubjectRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceRoleImpl.java:[313] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RESOURCE_ROLE__RESOURCE_ROLEOWNER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceRoleowner", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceRoleImpl.java:[338] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RESOURCE_ROLE__RESOURCE_ROLERESOURCE_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceRoleresourceRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceRoleImpl.java:[363] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RESOURCE_ROLE__RESOURCE_ROLEIS_REQUIRED,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceRoleisRequired", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceRoleImpl.java:[388] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RESOURCE_ROLE__RESOURCE_ROLEPROCESS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceRoleprocess", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceRoleImpl.java:[413] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RESOURCE_ROLE__RESOURCE_ROLERESOURCE_PARAMETER_BINDINGS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceRoleresourceParameterBindings", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/InputSetImpl.java:[186] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.INPUT_SET__INPUT_SETDATA_INPUT_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "InputSetdataInputRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/InputSetImpl.java:[211] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.INPUT_SET__INPUT_SETOPTIONAL_INPUT_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "InputSetoptionalInputRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/InputSetImpl.java:[236] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.INPUT_SET__INPUT_SETWHILE_EXECUTING_INPUT_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "InputSetwhileExecutingInputRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SubProcessImpl.java:[204] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.SUB_PROCESS__SUB_PROCESSTRIGGERED_BY_EVENT,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "SubProcesstriggeredByEvent", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalConversationImpl.java:[56] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.GLOBAL_CONVERSATION__GLOBAL_CONVERSATIONCONTAINEDELEMENTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalConversationcontainedelements", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/OutputSetImpl.java:[187] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.OUTPUT_SET__OUTPUT_SETDATA_OUTPUT_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "OutputSetdataOutputRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/OutputSetImpl.java:[212] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.OUTPUT_SET__OUTPUT_SETOPTIONAL_OUTPUT_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "OutputSetoptionalOutputRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/OutputSetImpl.java:[237] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.OUTPUT_SET__OUTPUT_SETWHILE_EXECUTING_OUTPUT_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "OutputSetwhileExecutingOutputRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/InclusiveGatewayImpl.java:[114] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.INCLUSIVE_GATEWAY__INCLUSIVE_GATEWAYDEFAULT,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "inclusiveGatewaydefault", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataOutputAssociationImpl.java:[56] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_OUTPUT_ASSOCIATION__DATA_OUTPUT_ASSOCIATIONSOURCE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "dataOutputAssociationsource", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataOutputAssociationImpl.java:[81] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_OUTPUT_ASSOCIATION__DATA_OUTPUT_ASSOCIATIONTARGET,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "dataOutputAssociationtarget", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNActivityImpl.java:[660] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_ACTIVITY__BPMN_ACTIVITYRESOURCES,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNActivityresources", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNActivityImpl.java:[685] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_ACTIVITY__BPMN_ACTIVITYCONTAINER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNActivitycontainer", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNActivityImpl.java:[710] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_ACTIVITY__BPMN_ACTIVITYPROPERTIES,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNActivityproperties", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNActivityImpl.java:[735] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_ACTIVITY__BPMN_ACTIVITYDEFAULT,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNActivitydefault", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNActivityImpl.java:[760] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_ACTIVITY__BPMN_ACTIVITYBOUNDARY_EVENTS_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNActivityboundaryEventsRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNActivityImpl.java:[785] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_ACTIVITY__BPMN_ACTIVITYLOOP_CHARACTERISTICS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNActivityloopCharacteristics", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SendTaskImpl.java:[256] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.SEND_TASK__SEND_TASKOPERATION_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "SendTaskoperationRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ScriptTaskImpl.java:[198] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.SCRIPT_TASK__SCRIPT_TASKSCRIPT_FORMAT,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ScriptTaskscriptFormat", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ScriptTaskImpl.java:[223] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.SCRIPT_TASK__SCRIPT_TASKSCRIPT,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ScriptTaskscript", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/FormalExpressionImpl.java:[114] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.FORMAL_EXPRESSION__FORMAL_EXPRESSIONEVALUATES_TO_TYPE_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "FormalExpressionevaluatesToTypeRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataAssociationImpl.java:[289] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_ASSOCIATION__DATA_ASSOCIATIONSOURCE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataAssociationsource", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataAssociationImpl.java:[314] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_ASSOCIATION__DATA_ASSOCIATIONTRANSFORMATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataAssociationtransformation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataAssociationImpl.java:[339] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_ASSOCIATION__DATA_ASSOCIATIONTARGET,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataAssociationtarget", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalTaskImpl.java:[140] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.GLOBAL_TASK__GLOBAL_TASKSUPPORTED_INTERFACE_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalTasksupportedInterfaceRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ConversationNodeImpl.java:[337] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.CONVERSATION_NODE__CONVERSATION_NODEPARTICIPANT_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConversationNodeparticipantRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/CallableElementImpl.java:[214] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.CALLABLE_ELEMENT__CALLABLE_EELEMENTSUPPORTED_INTERFACE_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "CallableEelementsupportedInterfaceRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/CallableElementImpl.java:[239] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.CALLABLE_ELEMENT__CALLABLE_ELEMENTRESOURCES,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "CallableElementresources", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ThrowEventImpl.java:[190] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.THROW_EVENT__THROW_EVENTEVENT_DEFINITION_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ThrowEventeventDefinitionRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ComplexGatewayImpl.java:[163] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.COMPLEX_GATEWAY__COMPLEX_GATEWAYDEFAULT,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "complexGatewaydefault", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ComplexGatewayImpl.java:[188] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.COMPLEX_GATEWAY__COMPLEX_GATEWAYACTIVATION_CONDITION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "complexGatewayactivationCondition", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ComplexGatewayImpl.java:[213] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.COMPLEX_GATEWAY__COMPLEX_GATEWAYJOIN_SPEC,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "complexGatewayjoinSpec", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNPropertyImpl.java:[164] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_PROPERTY__PROPERTYNOTATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Propertynotation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNPropertyImpl.java:[189] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_PROPERTY__BPMN_PROPERTYAPPLY,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNPropertyapply", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetCustom.java:[5] 
	import org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetCustom.java:[6] 
	import org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/MultiInstanceLoopCharacteristicsImpl.java:[622] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.MULTI_INSTANCE_LOOP_CHARACTERISTICS__MULTIINSTANCE_LOOP_CHARACTERISTICSTARGET,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MultiinstanceLoopCharacteristicstarget", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ServiceTaskImpl.java:[206] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.SERVICE_TASK__SERVICE_TASKINPUT_SET,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ServiceTaskinputSet", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ServiceTaskImpl.java:[231] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.SERVICE_TASK__SERVICE_TASKOUTPUT_SET,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ServiceTaskoutputSet", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ServiceTaskImpl.java:[256] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.SERVICE_TASK__SERVICE_TASKOPERATION_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ServiceTaskoperationRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityEditHelperAdvice.java:[51] 
	EList<Resource> resources = modelSet.getResources();
	                ^^^^^^^^^
The value of the local variable resources is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNProcessImpl.java:[510] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_PROCESS__PROCESSSUPPORTED_INTERFACE_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ProcesssupportedInterfaceRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNProcessImpl.java:[535] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_PROCESS__PROCESSSUPPORTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Processsupports", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNProcessImpl.java:[560] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_PROCESS__PROCESSPROPERTIES,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Processproperties", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNProcessImpl.java:[585] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_PROCESS__PROCESSLANE_SETS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ProcesslaneSets", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNProcessImpl.java:[610] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_PROCESS__PROCESSFLOW_ELEMENTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ProcessflowElements", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/CatchEventImpl.java:[232] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.CATCH_EVENT__CATCH_EVENTEVENT_DEFINITIONS_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "catchEventeventDefinitionsRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantAssociationImpl.java:[212] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTICIPANT_ASSOCIATION__PARTICIPANT_ASSOCIATIONINNER_PARTICIPANT_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ParticipantAssociationinnerParticipantRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantAssociationImpl.java:[237] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTICIPANT_ASSOCIATION__PARTICIPANT_ASSOCIATIONOUTER_PARTICIPANT_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ParticipantAssociationouterParticipantRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/LaneSet.java:[169] 
	boolean LaneSet(DiagnosticChain diagnostics, Map<Object, Object> context);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This method has a constructor name
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNSignalImpl.java:[119] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_SIGNAL__BPMN_SIGNALSTRUCTURE_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNSignalstructureRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetImpl.java:[170] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.LANE_SET__LANE_SETLANES,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LaneSetlanes", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetImpl.java:[195] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.LANE_SET__LANE_SETPARENT_LANE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LaneSetparentLane", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetImpl.java:[220] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.LANE_SET__LANE_SETFLOW_ELEMENTS_CONTAINER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LaneSetflowElementsContainer", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetImpl.java:[245] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.LANE_SET__LANE_SET,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LaneSet", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetImpl.java:[287] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNMessageImpl.java:[114] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_MESSAGE__MESSAGEITEM_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MessageitemRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/CallConversationImpl.java:[189] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.CALL_CONVERSATION__CALL_CONVERSATIONCALLED_COLLABORATION_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "CallConversationcalledCollaborationRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/CallConversationImpl.java:[214] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.CALL_CONVERSATION__CALL_CONVERSATIONPARTICIPANT_ASSOCIATIONS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "CallConversationparticipantAssociations", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataObjectImpl.java:[283] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.ITEM_AWARE_ELEMENT__ITEM_AWARE_ELEMENTDATA_STATE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ItemAwareElementdataState", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataObjectImpl.java:[308] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_OBJECT__DATA_OBJECTDATA_STATE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataObjectdataState", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[433] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTICIPANT__PARTICIPANTOWNERSHIP,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Participantownership", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[458] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTICIPANT__PARTICIPANTTYPE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Participanttype", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[483] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTICIPANT__PARTICIPANTMULTIPLICITY_MINIMUM,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ParticipantmultiplicityMinimum", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[508] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTICIPANT__PARTICIPANTREALIZATIONSUPPLIER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Participantrealizationsupplier", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[533] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTICIPANT__PARTICIPANTPROCESS_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ParticipantprocessRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[558] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTICIPANT__PARTICIPANTMULTIPLICITY_MAXIMUM,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ParticipantmultiplicityMaximum", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[583] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTICIPANT__PARTICIPANTPARTNER_ENTITY_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "participantpartnerEntityRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[608] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTICIPANT__PARTICIPANTPARTNER_ROLE_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "participantpartnerRoleRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[633] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTICIPANT__PARTICIPANTINTERFACE_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ParticipantinterfaceRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceParameterImpl.java:[206] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RESOURCE_PARAMETER__RESOURCE_PARAMETEROWNER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceParameterowner", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceParameterImpl.java:[231] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RESOURCE_PARAMETER__RESOURCE_PARAMETERTYPE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceParametertype", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceParameterImpl.java:[256] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RESOURCE_PARAMETER__RESOURCE_PARAMETERIS_REQUIRED,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceParameterisRequired", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNInterfaceImpl.java:[214] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_INTERFACE__INTERFACEOPERATIONMULTIPLICITY,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Interfaceoperationmultiplicity", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNInterfaceImpl.java:[239] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_INTERFACE__INTERFACEOWNED_OPERATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "InterfaceownedOperation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNInterfaceImpl.java:[264] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_INTERFACE__BPMN_INTERFACECALLABLE_ELEMENTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNInterfacecallableElements", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNInterfaceImpl.java:[289] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_INTERFACE__BPMN_INTERFACEOPERATIONS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNInterfaceoperations", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ExclusiveGatewayImpl.java:[214] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.EXCLUSIVE_GATEWAY__EXCLUSIVE_GATEWAYDEFAULT,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "exclusiveGatewaydefault", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/AdHocSubProcessImpl.java:[199] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.AD_HOC_SUB_PROCESS__AD_HOC_SUB_PROCESSCANCEL_REMAINING_INSTANCES,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "AdHocSubProcesscancelRemainingInstances", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceParameterBindingImpl.java:[213] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RESOURCE_PARAMETER_BINDING__RESOURCE_PARAMETER_BINDINGEXPRESSION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceParameterBindingexpression", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceParameterBindingImpl.java:[238] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.RESOURCE_PARAMETER_BINDING__RESOURCE_PARAMETER_BINDINGPARAMETER_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceParameterBindingparameterRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/PartnerEntityImpl.java:[142] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTNER_ENTITY__PARTNER_ENTITYPARTICIPANT_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "PartnerEntityparticipantRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ConditionalEventDefinitionImpl.java:[164] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.CONDITIONAL_EVENT_DEFINITION__CONDITIONAL_EVENT_DEFINITIONCONDITION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "conditionalEventDefinitioncondition", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SubConversationImpl.java:[87] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.SUB_CONVERSATION__SUB_CONVERSATIONCONNECTEDELEMENTS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "SubConversationconnectedelements", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ItemAwareElementImpl.java:[190] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.ITEM_AWARE_ELEMENT__ITEM_AWARE_ELEMENTDATA_STATE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ItemAwareElementdataState", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SequenceFlowImpl.java:[247] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.SEQUENCE_FLOW__SEQUENCE_FLOWCONDITION_EXPRESSION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "SequenceFlowconditionExpression", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SequenceFlowImpl.java:[272] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.SEQUENCE_FLOW__SEQUENCE_FLOWSOURCE_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "SequenceFlowsourceRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SequenceFlowImpl.java:[297] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.SEQUENCE_FLOW__SEQUENCE_FLOWTARGET_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "SequenceFlowtargetRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalBusinessRuleTaskImpl.java:[86] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.GLOBAL_BUSINESS_RULE_TASK__GLOBAL_BUSINESS_RULE_TASKIMPLEMENTATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalBusinessRuleTaskimplementation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneImpl.java:[280] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.LANE__LANELANE_SET,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LanelaneSet", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneImpl.java:[305] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.LANE__LANECHILD_LANE_SET,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LanechildLaneSet", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneImpl.java:[330] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.LANE__LANEPARTITION_ELEMENT_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LanepartitionElementRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneImpl.java:[355] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.LANE__LANEFLOW_NODE_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LaneflowNodeRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/PartnerRoleImpl.java:[141] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.PARTNER_ROLE__PARTNER_ROLEPARTICIPANT_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "PartnerRoleparticipantRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/Activator.java:[20] 
	import org.eclipse.core.runtime.Platform;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.core.runtime.Platform is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNAssociationImpl.java:[301] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_ASSOCIATION__ASSOCIATION_END,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "AssociationEnd", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BusinessRuleTaskImpl.java:[156] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BUSINESS_RULE_TASK__BUSINESS_RULE_TASKIMPLEMENTATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BusinessRuleTaskimplementation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalUserTaskImpl.java:[110] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.GLOBAL_USER_TASK__GLOBAL_USER_TASKRENDERINGS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalUserTaskrenderings", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalUserTaskImpl.java:[135] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.GLOBAL_USER_TASK__GLOBAL_USER_TASKIMPLEMENTATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalUserTaskimplementation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/MessageFlowImpl.java:[261] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.MESSAGE_FLOW__MESSAGE_FLOWSOURCE_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MessageFlowsourceRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/MessageFlowImpl.java:[286] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.MESSAGE_FLOW__MESSAGE_FLOWTARGET_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MessageFlowtargetRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/MessageFlowImpl.java:[311] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.MESSAGE_FLOW__MESSAGE_FLOWMESSAGE_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MessageFlowmessageRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/StandardLoopCharacteristicsImpl.java:[197] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.STANDARD_LOOP_CHARACTERISTICS__STANDARD_LOOP_CHARACTERISTICSTEST_BEFORE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "StandardLoopCharacteristicstestBefore", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/StandardLoopCharacteristicsImpl.java:[222] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.STANDARD_LOOP_CHARACTERISTICS__STANDARD_LOOP_CHARACTERISTICSLOOP_CONDITION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "StandardLoopCharacteristicsloopCondition", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ItemDefinitionImpl.java:[298] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.ITEM_DEFINITION__ITEM_DEFINITIONSTRUCTURE_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ItemDefinitionstructureRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/CallActivityImpl.java:[135] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.CALL_ACTIVITY__CALL_ACTIVITYCALLED_ELEMENT_REFVALUES,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "CallActivitycalledElementRefvalues", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataObjectReferenceImpl.java:[291] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.ITEM_AWARE_ELEMENT__ITEM_AWARE_ELEMENTDATA_STATE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ItemAwareElementdataState", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataObjectReferenceImpl.java:[316] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_OBJECT_REFERENCE__DATA_OBJECT_REFSOURCETARGET,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataObjectRefsourcetarget", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataObjectReferenceImpl.java:[341] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.DATA_OBJECT_REFERENCE__DATA_OBJECT_REFDATA_STATE,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataObjectRefdataState", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityDiEditHelperAdvice.java:[37] 
	private Element previousContainer;
	                ^^^^^^^^^^^^^^^^^
The value of the field ActivityDiEditHelperAdvice.previousContainer is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityDiEditHelperAdvice.java:[47] 
	IElementType type = ((CreateElementRequest) editCommandRequest).getElementType();
	             ^^^^
The value of the local variable type is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityDiEditHelperAdvice.java:[48] 
	EObject container = ((CreateElementRequest) editCommandRequest).getContainer();
	        ^^^^^^^^^
The value of the local variable container is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/advices/ActivityDiEditHelperAdvice.java:[60] 
	Resource resource = NotationUtils.getNotationResource(modelSet);
	         ^^^^^^^^
The value of the local variable resource is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/UserTaskImpl.java:[182] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.USER_TASK__USER_TASKIMPLEMENTATION,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "UserTaskimplementation", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/UserTaskImpl.java:[207] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.USER_TASK__USER_TASKRENDERINGS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "UserTaskrenderings", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNOperationImpl.java:[288] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_OPERATION__BPMN_OPERATIONOWNER,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNOperationowner", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNOperationImpl.java:[313] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_OPERATION__BPMN_OPERATIONIN_MESSAGE_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNOperationinMessageRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNOperationImpl.java:[338] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_OPERATION__BPMN_OPERATIONOUT_MESSAGE_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNOperationoutMessageRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNOperationImpl.java:[363] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.BPMN_OPERATION__BPMN_OPERATIONERROR_REFS,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNOperationerrorRefs", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/MessageFlowAssociationImpl.java:[212] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.MESSAGE_FLOW_ASSOCIATION__MESSAGE_FLOW_ASSOCIATIONINNER_MESSAGE_FLOW_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MessageFlowAssociationinnerMessageFlowRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/MessageFlowAssociationImpl.java:[237] 
	if (false) {
			if (diagnostics != null) {
				diagnostics.add
					(new BasicDiagnostic
						(Diagnostic.ERROR,
						 BPMNProfileValidator.DIAGNOSTIC_SOURCE,
						 BPMNProfileValidator.MESSAGE_FLOW_ASSOCIATION__MESSAGE_FLOW_ASSOCIATIONOUTER_MESSAGE_FLOW_REF,
						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MessageFlowAssociationouterMessageFlowRef", EObjectValidator.getObjectLabel(this, context) }),
						 new Object [] { this }));
			}
			return false;
		}
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
151 problems (151 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.bpmn ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.bpmn ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.bpmn ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.bpmn ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.bpmn ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.bpmn ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/target/org.eclipse.papyrus.bpmn-0.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.bpmn ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn/target/org.eclipse.papyrus.bpmn-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.bpmn ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.bpmn ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.bpmn ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.bpmn ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.bpmn ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.papyrus.aas:org.eclipse.papyrus.bpmn.architecture >----
[INFO] Building org.eclipse.papyrus.bpmn.architecture 0.7.0-SNAPSHOT    [20/39]
[INFO]   from plugins/bpmn/org.eclipse.papyrus.bpmn.architecture/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] The project's OSGi version is 0.7.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] Resolving class path of org.eclipse.papyrus.bpmn.architecture...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.architecture/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.architecture/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.architecture/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.architecture/target/org.eclipse.papyrus.bpmn.architecture-0.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.architecture/target/org.eclipse.papyrus.bpmn.architecture-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.bpmn.architecture ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.bpmn.architecture ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.aas:org.eclipse.papyrus.bpmn.diagram.common >---
[INFO] Building org.eclipse.papyrus.bpmn.diagram.common 0.7.0-SNAPSHOT  [21/39]
[INFO]   from plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] The project's OSGi version is 0.7.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] Resolving class path of org.eclipse.papyrus.bpmn.diagram.common...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/src/org/eclipse/papyrus/bpmn/diagram/common/factory/LaneViewFactory.java:[30] 
	node.getStyles().add(NotationFactory.eINSTANCE.createHintedDiagramLinkStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/src/org/eclipse/papyrus/bpmn/diagram/common/factory/LaneViewFactory.java:[55] 
	rv.getStyles().add(ts);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/src/org/eclipse/papyrus/bpmn/diagram/common/factory/LaneViewFactory.java:[58] 
	rv.getStyles().add(NotationFactory.eINSTANCE.createSortingStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/src/org/eclipse/papyrus/bpmn/diagram/common/factory/LaneViewFactory.java:[61] 
	rv.getStyles().add(NotationFactory.eINSTANCE.createFilteringStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/target/org.eclipse.papyrus.bpmn.diagram.common-0.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/target/org.eclipse.papyrus.bpmn.diagram.common-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.bpmn.diagram.common ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.bpmn.diagram.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.aas:org.eclipse.papyrus.bpmn.diagram.process >--
[INFO] Building org.eclipse.papyrus.bpmn.diagram.process 0.7.0-SNAPSHOT [22/39]
[INFO]   from plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] The project's OSGi version is 0.7.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] Resolving class path of org.eclipse.papyrus.bpmn.diagram.process...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/src/org/eclipse/papyrus/bpmn/diagram/process/ActivityViewFactory.java:[36] 
	Node label5001 = createLabel(node, UMLVisualIDRegistry.getType(ActivityNameEditPart.VISUAL_ID));
	     ^^^^^^^^^
The value of the local variable label5001 is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/src/org/eclipse/papyrus/bpmn/diagram/process/ActivityViewFactory.java:[37] 
	Node label5002 = createLabel(node, UMLVisualIDRegistry.getType(ActivityIsSingleExecutionEditPart.VISUAL_ID));
	     ^^^^^^^^^
The value of the local variable label5002 is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/src/org/eclipse/papyrus/bpmn/diagram/process/ActivityViewFactory.java:[60] 
	rv.getStyles().add(ts);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/src/org/eclipse/papyrus/bpmn/diagram/process/ActivityViewFactory.java:[63] 
	rv.getStyles().add(NotationFactory.eINSTANCE.createSortingStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/src/org/eclipse/papyrus/bpmn/diagram/process/ActivityViewFactory.java:[66] 
	rv.getStyles().add(NotationFactory.eINSTANCE.createFilteringStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/target/org.eclipse.papyrus.bpmn.diagram.process-0.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/target/org.eclipse.papyrus.bpmn.diagram.process-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.bpmn.diagram.process ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.bpmn.diagram.process ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.wizards >-------
[INFO] Building org.eclipse.papyrus.aas.wizards 0.8.0-SNAPSHOT          [23/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.aas.wizards/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.wizards ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.wizards ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.wizards ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.wizards ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.wizards ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.wizards ---
[INFO] Resolving class path of org.eclipse.papyrus.aas.wizards...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.wizards ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.wizards ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.wizards:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/pom.xml
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/src/org/eclipse/papyrus/aas/wizards/pages/SelectViewPointPage.java:[80] 
	this.selectedId = (String) unB.getData();
	     ^^^^^^^^^^
The static field SelectViewPointPage.selectedId should be accessed in a static way
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/src/org/eclipse/papyrus/aas/wizards/ui/NewModelWizardAAS.java:[176] 
	String id = selectViewPointPage.getSelectedID();
	       ^^
The value of the local variable id is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/src/org/eclipse/papyrus/aas/wizards/ui/NewProjectWizardAAS.java:[24] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/src/org/eclipse/papyrus/aas/wizards/ui/NewProjectWizardAAS.java:[37] 
	private static final String SLASH = "/"; //$NON-NLS-1$
	                            ^^^^^
The value of the field NewProjectWizardAAS.SLASH is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/src/org/eclipse/papyrus/aas/wizards/ui/NewProjectWizardAAS.java:[136] 
	String folder = "AAS"; //$NON-NLS-1$
	       ^^^^^^
The value of the local variable folder is not used
5 problems (5 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.wizards ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.wizards ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.wizards ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.wizards:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.wizards ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.wizards ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.wizards ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/target/org.eclipse.papyrus.aas.wizards-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.wizards ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.wizards/target/org.eclipse.papyrus.aas.wizards-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.wizards ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.wizards ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.wizards ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.wizards ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.wizards ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.profile >--
[INFO] Building org.eclipse.papyrus.designer.languages.java.profile 0.8.0-SNAPSHOT [24/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.designer.languages.java.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] Resolving class path of org.eclipse.papyrus.designer.languages.java.profile...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.designer.languages.java.profile ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.profile:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.profile/pom.xml
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.profile/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.designer.languages.java.profile ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.profile:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.profile/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.profile/target/org.eclipse.papyrus.designer.languages.java.profile-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.profile/target/org.eclipse.papyrus.designer.languages.java.profile-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.designer.languages.java.profile ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.designer.languages.java.profile ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.codegen >--
[INFO] Building org.eclipse.papyrus.designer.languages.java.codegen 0.8.0-SNAPSHOT [25/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/xtend-gen (includes = [**/*], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] Resolving class path of org.eclipse.papyrus.designer.languages.java.codegen...
[INFO] 
[INFO] --- xtend:2.29.0:compile (default) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[WARNING] 
WARNING: 	JavaClassImportDeclaration.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaClassImportDeclaration.xtend
108: Unnecessary cast from Classifier to Classifier
[WARNING] 
WARNING: 	JavaTypedElement.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaTypedElement.xtend
35: The value of the field JavaTypedElement.string is not used
[WARNING] 
WARNING: 	JavaTypedElement.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaTypedElement.xtend
124: The value of the local variable type is not used
[WARNING] 
WARNING: 	JavaAttribute.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaAttribute.xtend
25: The import 'java.util.List' is never used.
[WARNING] 
WARNING: 	JavaAttribute.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaAttribute.xtend
20: The import 'org.eclipse.uml2.uml.Class' is never used.
[WARNING] 
WARNING: 	JavaAttribute.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaAttribute.xtend
23: The import 'org.eclipse.uml2.uml.Element' is never used.
[WARNING] 
WARNING: 	JavaAttribute.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaAttribute.xtend
24: The import 'org.eclipse.emf.common.util.EList' is never used.
[WARNING] 
WARNING: 	JavaOperations.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaOperations.xtend
105: Unnecessary cast from Class to Class
[WARNING] 
WARNING: 	JavaOperations.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaOperations.xtend
108: Unnecessary cast from DataType to DataType
[WARNING] 
WARNING: 	JavaOperations.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaOperations.xtend
111: Unnecessary cast from Interface to Interface
[WARNING] 
WARNING: 	JavaInnerClassifiers.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaInnerClassifiers.xtend
31: Unnecessary cast from Enumeration to Enumeration
[WARNING] 
WARNING: 	JavaClassAttributesDeclaration.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaClassAttributesDeclaration.xtend
18: The import 'org.eclipse.papyrus.aas.Property' is never used.
[WARNING] 
WARNING: 	JavaClassAttributesDeclaration.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaClassAttributesDeclaration.xtend
17: The import 'org.eclipse.papyrus.designer.languages.common.base.GenUtils' is never used.
[WARNING] 
WARNING: 	JavaClassifierGenerator.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaClassifierGenerator.xtend
16: The import 'org.eclipse.papyrus.designer.languages.common.base.GenUtils' is never used.
[WARNING] 
WARNING: 	JavaClassifierGenerator.xtend - /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/xtend/JavaClassifierGenerator.xtend
49: Unnecessary cast from Enumeration to Enumeration
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.codegen:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/pom.xml
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/transformation/JavaMerger.java:[783] 
	final ASTParser parser = ASTParser.newParser(AST.JLS10);
	                                                 ^^^^^
The field AST.JLS10 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/transformation/JavaMerger.java:[875] 
	final ASTParser parser = ASTParser.newParser(AST.JLS10);
	                                                 ^^^^^
The field AST.JLS10 is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/utils/JavaGenUtils.java:[235] 
	String owningPkgName = StringConstants.EMPTY;
	       ^^^^^^^^^^^^^
The value of the local variable owningPkgName is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/utils/JavaGenUtils.java:[440] 
	String qualifiedName = "";
	       ^^^^^^^^^^^^^
The value of the local variable qualifiedName is not used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/utils/JavaGenUtils.java:[598] 
	List<Property> allattributes = new ArrayList();
	                               ^^^^^^^^^^^^^^^
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Property>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/utils/JavaGenUtils.java:[598] 
	List<Property> allattributes = new ArrayList();
	                                   ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/utils/JavaGenUtils.java:[614] 
	List<Operation> alloperations = new ArrayList();
	                                ^^^^^^^^^^^^^^^
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Operation>
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/utils/JavaGenUtils.java:[614] 
	List<Operation> alloperations = new ArrayList();
	                                    ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
9. INFO in /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/org/eclipse/papyrus/designer/languages/java/codegen/transformation/JavaNodeId.java (at line 16)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
9 problems (0 errors, 8 warnings, 1 info)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.codegen:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/target/org.eclipse.papyrus.designer.languages.java.codegen-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.codegen/target/org.eclipse.papyrus.designer.languages.java.codegen-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.designer.languages.java.codegen ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.library >--
[INFO] Building org.eclipse.papyrus.designer.languages.java.library 0.8.0-SNAPSHOT [26/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.designer.languages.java.library/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] Resolving class path of org.eclipse.papyrus.designer.languages.java.library...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.library/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.designer.languages.java.library ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.library:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.library/pom.xml
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.library/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.library/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.designer.languages.java.library ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.library:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.library/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.library/target/org.eclipse.papyrus.designer.languages.java.library-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.library/target/org.eclipse.papyrus.designer.languages.java.library-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.designer.languages.java.library ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.designer.languages.java.library ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.jdt.texteditor >--
[INFO] Building org.eclipse.papyrus.designer.languages.java.jdt.texteditor 0.8.0-SNAPSHOT [27/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] Resolving class path of org.eclipse.papyrus.designer.languages.java.jdt.texteditor...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.jdt.texteditor:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/pom.xml
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/src/org/eclipse/papyrus/designer/languages/java/jdt/texteditor/AddProfileAndModelLibsHandler.java:[32] 
	import org.eclipse.uml2.uml.resource.UMLResource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.uml2.uml.resource.UMLResource is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/src/org/eclipse/papyrus/designer/languages/java/jdt/texteditor/sync/SyncJDTtoModel.java:[140] 
	ASTParser parser = ASTParser.newParser(AST.JLS_Latest);
	                                           ^^^^^^^^^^
The field AST.JLS_Latest is deprecated
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/src/org/eclipse/papyrus/designer/languages/java/jdt/texteditor/handler/SyncJDTEditorHandler.java:[52] 
	import org.eclipse.uml2.uml.Behavior;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.uml2.uml.Behavior is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/src/org/eclipse/papyrus/designer/languages/java/jdt/texteditor/handler/SyncJDTEditorHandler.java:[60] 
	import org.eclipse.uml2.uml.util.UMLUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.uml2.uml.util.UMLUtil is never used
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.designer.languages.java.jdt.texteditor:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/target/org.eclipse.papyrus.designer.languages.java.jdt.texteditor-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.designer.languages.java.jdt.texteditor/target/org.eclipse.papyrus.designer.languages.java.jdt.texteditor-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.designer.languages.java.jdt.texteditor ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.perspective >-----
[INFO] Building org.eclipse.papyrus.aas.perspective 0.8.0-SNAPSHOT      [28/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.aas.perspective/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.perspective ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.perspective ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.perspective ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.perspective ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.perspective ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.perspective ---
[INFO] Resolving class path of org.eclipse.papyrus.aas.perspective...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.perspective ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.perspective/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.perspective ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.perspective:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.perspective/pom.xml
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.perspective/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.perspective ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.perspective ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.perspective/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.perspective ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.perspective:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.perspective/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.perspective ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.perspective ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.perspective ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.perspective/target/org.eclipse.papyrus.aas.perspective-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.perspective ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.perspective/target/org.eclipse.papyrus.aas.perspective-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.perspective ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.perspective ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.perspective ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.perspective ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.perspective ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.validation >-----
[INFO] Building org.eclipse.papyrus.aas.validation 0.8.0-SNAPSHOT       [29/39]
[INFO]   from plugins/modeling/org.eclipse.papyrus.aas.validation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.validation ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.validation ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.validation ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.validation ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.validation ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.validation ---
[INFO] Resolving class path of org.eclipse.papyrus.aas.validation...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.validation ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.validation:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/pom.xml
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/target/classes
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/src/org/eclipse/papyrus/aas/validation/constraints/SubmodelContainsOnlySubmodelElements.java:[19] 
	import org.eclipse.emf.common.util.EList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.common.util.EList is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/src/org/eclipse/papyrus/aas/validation/constraints/SubmodelContainsOnlySubmodelElements.java:[23] 
	import org.eclipse.uml2.uml.Class;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.uml2.uml.Class is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/src/org/eclipse/papyrus/aas/validation/constraints/SubmodelContainsOnlySubmodelElements.java:[24] 
	import org.eclipse.uml2.uml.Classifier;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.uml2.uml.Classifier is never used
[WARNING] /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/src/org/eclipse/papyrus/aas/validation/constraints/SubmodelContainsOnlySubmodelElements.java:[26] 
	import org.eclipse.uml2.uml.Property;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.uml2.uml.Property is never used
4 problems (4 warnings)
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.validation ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.validation ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.validation:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.validation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.validation ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.validation ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/target/org.eclipse.papyrus.aas.validation-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/plugins/modeling/org.eclipse.papyrus.aas.validation/target/org.eclipse.papyrus.aas.validation-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.validation ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.validation ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.validation ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.validation ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.validation ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.feature >-------
[INFO] Building org.eclipse.papyrus.aas.feature 0.8.0-SNAPSHOT          [30/39]
[INFO]   from features/org.eclipse.papyrus.aas.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/features/org.eclipse.papyrus.aas.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.aas.feature ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-feature (default-package-feature) @ org.eclipse.papyrus.aas.feature ---
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/features/org.eclipse.papyrus.aas.feature/target/org.eclipse.papyrus.aas.feature-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.aas.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/features/org.eclipse.papyrus.aas.feature/target/org.eclipse.papyrus.aas.feature-0.8.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.feature ---
[INFO] 
[INFO] ---< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas-specification >----
[INFO] Building org.eclipse.papyrus.aas-specification 0.0.1-SNAPSHOT    [31/39]
[INFO]   from plugins/specification/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas-specification ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas-specification ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas-specification ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas-specification ---
[INFO] 
[INFO] -------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas-releng >-------
[INFO] Building org.eclipse.papyrus.aas-releng 0.0.1-SNAPSHOT           [32/39]
[INFO]   from releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas-releng ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas-releng ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas-releng ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas-releng ---
[INFO] 
[INFO] -------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.target >-------
[INFO] Building org.eclipse.papyrus.aas.target 0.0.1-SNAPSHOT           [33/39]
[INFO]   from releng/targetPlatform/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.target ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.target ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.aas.target ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.target ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.target ---
[INFO] 
[INFO] ---------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.p2 >---------
[INFO] Building org.eclipse.papyrus.aas.p2 0.0.1-SNAPSHOT               [34/39]
[INFO]   from releng/site/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.p2 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.aas.p2 ---
[INFO] The project's OSGi version is 0.0.1.202308131842
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.aas.p2 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.p2 ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.p2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/releng/site/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.aas.p2 ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.4:publish-products (default-publish-products) @ org.eclipse.papyrus.aas.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.4:publish-categories (default-publish-categories) @ org.eclipse.papyrus.aas.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.aas.p2 ---
[INFO] 
[INFO] --- tycho-p2-repository:2.7.4:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.aas.p2 ---
[INFO] Fetching biz.aQute.bnd.util_6.3.1.202206071316.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (414.52kB)
[INFO] Fetching biz.aQute.bndlib_6.3.1.202206071316.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.04MB)
[INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.84kB)
[INFO] Fetching com.google.gson_2.9.1.v20220915-1632.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (289.99kB)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (137.97kB)
[INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (586.39kB)
[INFO] Fetching jakarta.enterprise.cdi-api_2.0.2.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (106.86kB)
[INFO] Fetching jakarta.interceptor-api_1.2.5.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.45kB)
[INFO] Fetching jakarta.transaction-api_1.3.3.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.03kB)
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.96MB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.54kB)
[INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.5MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.69kB)
[INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (163.1kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.71kB)
[INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.200.v20220618-1805.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (142.66kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.junit_3.15.100.v20220909-2154.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (546.12kB)
[INFO] Fetching org.eclipse.e4.ui.progress_0.3.600.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (209.6kB)
[INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (127.97kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.12kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.32.0.v20220925-1245.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (189.24kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.8.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (197.66kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.77kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.8.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.79kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (234.41kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (504.17kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.37kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.47kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.85kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.64kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.06kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (77.31kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.700.v20221015-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (659.54kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.26kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (156.48kB)
[INFO] Fetching org.eclipse.ui.browser_3.7.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (209.29kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.51kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (391.95kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.0.v20220609-1843.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.99kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.500.v20221031-1935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (178.54kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (421.77kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (243.35kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (211.12kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (553.13kB)
[INFO] Fetching org.eclipse.jetty.jndi_10.0.11.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (56.31kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (776.37kB)
[INFO] Fetching org.eclipse.jetty.plus_10.0.11.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (77.69kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (118.15kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (161.82kB)
[INFO] Fetching org.eclipse.jetty.webapp_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (155.02kB)
[INFO] Fetching org.eclipse.jetty.xml_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.57kB)
[INFO] Fetching org.eclipse.wst.server.preview_1.2.100.v202211091907.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.74kB)
[INFO] Fetching org.eclipse.jface.notifications_0.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.9kB)
[INFO] Fetching org.eclipse.jst.common.project.facet.core_1.12.100.v202208260526.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (190.08kB)
[INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.402.v202111212041.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.93kB)
[INFO] Fetching org.eclipse.jst.server.core_1.2.800.v202206110154.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (82.37kB)
[INFO] Fetching org.eclipse.wst.server.core_1.10.300.v202211100535.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (398.86kB)
[INFO] Fetching org.eclipse.jst.server.preview.adapter_1.1.800.v202204301608.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.31kB)
[INFO] Fetching org.eclipse.wst.server.ui_1.5.900.v202211100535.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (947.61kB)
[INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (293.67kB)
[INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (75.48kB)
[INFO] Fetching org.eclipse.jst.server_adapters.feature_3.2.700.v202204301608.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (32.46kB)
[INFO] Fetching org.eclipse.lsp4e_0.15.0.202211292024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (529.94kB)
[INFO] Fetching org.eclipse.lsp4j_0.19.0.v20221118-0359.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.09MB)
[INFO] Fetching org.eclipse.lsp4j.jsonrpc_0.19.0.v20221118-0359.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.2kB)
[INFO] Fetching org.eclipse.mylyn.wikitext_3.0.42.20220107230029.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (363.55kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.markdown_3.0.42.20220107230029.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (85.24kB)
[INFO] Fetching org.eclipse.m2e.apt.core_2.0.2.20221020-0713.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.93kB)
[INFO] Fetching org.eclipse.m2e.jdt_2.0.4.20221130-2135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (168.98kB)
[INFO] Fetching org.eclipse.m2e.apt.ui_2.0.2.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.25kB)
[INFO] Fetching org.eclipse.m2e.archetype.common_3.2.102.20221130-2149.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (633.81kB)
[INFO] Fetching org.eclipse.m2e.binaryproject_2.1.0.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.29kB)
[INFO] Fetching org.eclipse.m2e.sourcelookup_2.0.1.20221118-1906.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.01kB)
[INFO] Fetching org.eclipse.m2e.binaryproject.ui_2.0.0.20220705-1221.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.41kB)
[INFO] Fetching org.eclipse.m2e.core.ui_2.0.2.20221113-1617.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (731.62kB)
[INFO] Fetching org.eclipse.m2e.model.edit_2.0.100.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.89kB)
[INFO] Fetching org.eclipse.m2e.discovery_2.0.1.20221101-1753.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (76.37kB)
[INFO] Fetching org.eclipse.m2e.editor_2.0.2.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (403.11kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.300.v20220915-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (154.68kB)
[INFO] Fetching org.eclipse.m2e.editor.lemminx_2.0.1.20221120-2121.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (144.45kB)
[INFO] Fetching org.eclipse.wildwebdeveloper.xml_1.0.1.202211101634.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (8.5MB)
[INFO] Fetching org.eclipse.m2e.launching_2.0.2.20221122-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.65kB)
[INFO] Fetching org.eclipse.m2e.refactoring_2.0.2.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (76.86kB)
[INFO] Fetching org.eclipse.m2e.scm_2.0.1.20221101-1753.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (62.12kB)
[INFO] Fetching org.eclipse.m2e.jdt.ui_2.0.1.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.48kB)
[INFO] Fetching org.eclipse.m2e.profiles.core_2.1.0.20221110-1338.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.75kB)
[INFO] Fetching org.eclipse.m2e.profiles.ui_2.0.1.20221101-1753.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.78kB)
[INFO] Fetching org.eclipse.m2e.sourcelookup.ui_2.0.1.20221118-1906.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.25kB)
[INFO] Fetching org.eclipse.m2e.mavenarchiver_2.0.2.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.22kB)
[INFO] Fetching org.eclipse.m2e.feature_2.1.2.20221130-2239.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.25kB)
[INFO] Fetching org.eclipse.m2e.archetype.common.source_3.2.102.20221130-2149.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.22MB)
[INFO] Fetching org.eclipse.m2e.model.edit.source_2.0.100.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.33kB)
[INFO] Fetching org.eclipse.m2e.core.source_2.0.5.20221128-1757.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (381.57kB)
[INFO] Fetching org.eclipse.m2e.launching.source_2.0.2.20221122-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (56.64kB)
[INFO] Fetching org.eclipse.m2e.jdt.source_2.0.4.20221130-2135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (94.45kB)
[INFO] Fetching org.eclipse.m2e.editor.source_2.0.2.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (156.03kB)
[INFO] Fetching org.eclipse.m2e.maven.runtime.source_3.8.604.20221130-2149.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (5.18MB)
[INFO] Fetching org.eclipse.m2e.refactoring.source_2.0.2.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.25kB)
[INFO] Fetching org.eclipse.m2e.discovery.source_2.0.1.20221101-1753.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.01kB)
[INFO] Fetching org.eclipse.m2e.core.ui.source_2.0.2.20221113-1617.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (335.45kB)
[INFO] Fetching org.eclipse.m2e.scm.source_2.0.1.20221101-1753.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.28kB)
[INFO] Fetching org.eclipse.m2e.jdt.ui.source_2.0.1.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.65kB)
[INFO] Fetching org.eclipse.m2e.profiles.core.source_2.1.0.20221110-1338.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.75kB)
[INFO] Fetching org.eclipse.m2e.profiles.ui.source_2.0.1.20221101-1753.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.25kB)
[INFO] Fetching org.eclipse.m2e.sourcelookup.source_2.0.1.20221118-1906.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.24kB)
[INFO] Fetching org.eclipse.m2e.sourcelookup.ui.source_2.0.1.20221118-1906.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.76kB)
[INFO] Fetching org.eclipse.m2e.binaryproject.source_2.1.0.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.02kB)
[INFO] Fetching org.eclipse.m2e.binaryproject.ui.source_2.0.0.20220705-1221.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.6kB)
[INFO] Fetching org.eclipse.m2e.apt.core.source_2.0.2.20221020-0713.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.76kB)
[INFO] Fetching org.eclipse.m2e.apt.ui.source_2.0.2.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.09kB)
[INFO] Fetching org.eclipse.m2e.mavenarchiver.source_2.0.2.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.21kB)
[INFO] Fetching org.eclipse.m2e.feature.source_2.1.2.20221130-2239.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.89kB)
[INFO] Fetching org.eclipse.m2e.lemminx.feature_2.0.2.20221130-2134.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.82kB)
[INFO] Fetching org.eclipse.m2e.editor.lemminx.source_2.0.1.20221120-2121.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.44kB)
[INFO] Fetching org.eclipse.m2e.lemminx.feature.source_2.0.2.20221130-2134.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.41kB)
[INFO] Fetching org.eclipse.m2e.logback.feature_2.1.0.20221015-0744.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.83kB)
[INFO] Fetching org.eclipse.m2e.logback.source_2.1.0.20221015-0744.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.94kB)
[INFO] Fetching org.eclipse.m2e.logback.feature.source_2.1.0.20221015-0744.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.54kB)
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.93kB)
[INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (229.39kB)
[INFO] Fetching org.eclipse.wst.sse.core_1.2.900.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (479.12kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.2.700.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (811.53kB)
[INFO] Fetching org.eclipse.m2e.pde.connector_2.1.1.20221127-1041.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.78kB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.2.500.v20220811-0944.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (142.33kB)
[INFO] Fetching org.eclipse.pde.ui_3.13.700.v20221114-1716.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (4.55MB)
[INFO] Fetching org.eclipse.m2e.pde.target_2.0.2.20221101-1753.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.m2e.pde.ui_2.0.1.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (113.47kB)
[INFO] Fetching org.eclipse.m2e.pde.feature_2.1.2.20221130-2134.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.03kB)
[INFO] Fetching biz.aQute.bnd.util.source_6.3.1.202206071316.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (119.9kB)
[INFO] Fetching biz.aQute.bndlib.source_6.3.1.202206071316.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1,011.81kB)
[INFO] Fetching org.osgi.service.repository.source_1.1.0.201505202024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.93kB)
[INFO] Fetching org.eclipse.m2e.pde.target.source_2.0.2.20221101-1753.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.46kB)
[INFO] Fetching org.eclipse.m2e.pde.ui.source_2.0.1.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.87kB)
[INFO] Fetching org.eclipse.m2e.pde.connector.source_2.1.1.20221127-1041.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.m2e.pde.feature.source_2.1.2.20221130-2134.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.67kB)
[INFO] Fetching org.eclipse.m2e.tests.common_2.0.2.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.15kB)
[INFO] Fetching org.eclipse.m2e.tests.common.source_2.0.2.20221115-1709.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.38kB)
[INFO] Fetching org.eclipse.m2e.sdk.feature_2.1.2.20221130-2239.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.87kB)
[INFO] Fetching org.jsoup_1.14.3.v20211012-1727.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (446.82kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (157.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (31.58kB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.57kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.68kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (416.67kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (421.36kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (218.89kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (80.94kB)
[INFO] Fetching org.eclipse.xtext.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (151.88kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.77kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.15kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.46kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (208.28kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.24kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (62.46kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (284.09kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (315.69kB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (218.29kB)
[INFO] Fetching org.eclipse.xtext.builder_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (394.35kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (404.66kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (91.07kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.7kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.18.0.v20221121-1436.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (183.14kB)
[INFO] Fetching org.eclipse.osgi.util_3.7.100.v20220615-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.42kB)
[INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.74kB)
[INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.73kB)
[INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.3kB)
[INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (14.76kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (71.49kB)
[INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (11.81MB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (286.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (187.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (5.24MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (446.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (185.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (5.2MB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (380.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (636.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (876.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (173.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.09MB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (465.6kB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (3.1MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (35.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (61.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (892.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (4.59MB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.79MB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (90.96kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (157.72kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (514.62kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (472.11kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (335.03kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (129.71kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (578.43kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (58.66kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (85.3kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (49.21kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (756.42kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (611.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (397.42kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.49MB)
[INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (21.4kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (73.58kB)
[INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (28.39kB)
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (26.11kB)
[INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.69kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (36.63kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (40.89kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (224.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (32.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (156.17kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (120.82kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (374.27kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (27.99kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (26.89kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (114.99kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (163.84kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (83.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (55.34kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (291.96kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (45.95kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (20.91kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (34.23kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (41.88kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (110.57kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (21.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.62kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (35.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (143.4kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (14.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (34.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (26.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (58.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (71.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (126.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (56.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (119.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (39.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (30.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (210.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (21.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (135.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (64.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (75.78kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (17.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (19.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (122.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (283.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (49.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (65.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (134.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (345.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (167.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (31.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.76kB)
[INFO] Fetching org.eclipse.xtext.generator_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (863.11kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (259.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (57.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (33.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (30.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (16.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.100.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (45kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (15.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (15.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (41.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (53.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (19.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (72.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (21.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (33.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (24.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (14.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (21.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (247.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (605kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (48.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (12.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (23.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (24.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (40.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (83.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (29.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.100.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (103.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (17.48kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (67.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (89.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (52.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (321.78kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.7kB)
[INFO] Fetching org.eclipse.papyrus.sdk_6.3.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (14.65kB)
[INFO] Fetching com.ibm.icu.source_72.1.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.43MB)
[INFO] Fetching org.eclipse.papyrus.sdk.feature_6.3.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (21.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.44MB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (25.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (18.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (407.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (64.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (394.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (31.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (46.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (145.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (56.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (132.48kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (71.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.73kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (112.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (29.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (73.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (334.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (19.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (36.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (35.48kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (14.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (47.81kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (15.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (21.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (31.73kB)
[INFO] Fetching org.eclipse.papyrus.uml.export_2.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (78.43kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (80.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (28.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (1.51MB)
[INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (38.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.2.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (166.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (14.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (15.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (18.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (47.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (16.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (34.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (22.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.feature_5.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (21.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (17.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (21.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (249.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (16.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.65kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (19.02kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (42.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (201.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (19.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (20.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (44.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (25.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (17.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.1.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (118.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (64.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (29.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (50.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (170.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.63kB)
[INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (50.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (78.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (94.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (56.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (49.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (72.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (51.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (28.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (76.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (53.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (160.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (87.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (190.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (87.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (113.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (65.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (117.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (66.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (18.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (190.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (88.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (117.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (310.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (386.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (14.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.68kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (42.29kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.66kB)
[INFO] Fetching org.eclipse.papyrus.views.feature_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.63kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (28.39kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (26.81kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_4.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.7kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (72.76kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.7kB)
[INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/plugins/ (42.03kB)
[INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.63kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.6kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202212021317.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-12/6.3.0/main/features/ (20.66kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.2.500.v20220411-2005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.78kB)
[INFO] Fetching org.eclipse.pde.launching_3.10.200.v20221108-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (142.67kB)
[INFO] Fetching org.eclipse.ui.views.log_1.3.400.v20220907-1244.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174kB)
[INFO] Fetching org.eclipse.tm4e.core_0.5.1.202210241440.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (263.6kB)
[INFO] Fetching org.jcodings_1.0.57.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.66MB)
[INFO] Fetching org.joni_2.1.43.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (211.47kB)
[INFO] Fetching org.yaml.snakeyaml_1.27.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (331.27kB)
[INFO] Fetching org.eclipse.tm4e.languageconfiguration_0.5.2.202211261320.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.06kB)
[INFO] Fetching org.eclipse.tm4e.ui_0.6.1.202211021121.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (165.96kB)
[INFO] Fetching org.eclipse.tm4e.registry_0.6.2.202210221922.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.49kB)
[INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (60.7kB)
[INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (121.56kB)
[INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.88kB)
[INFO] Fetching org.eclipse.wst.server.discovery_1.3.500.v202204301608.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (102.96kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (554.65kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68kB)
[INFO] Fetching org.eclipse.xtext.smap_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.31kB)
[INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.94kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (250kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.29.0.v20221121-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.8kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (974.63kB)
[INFO] Fetching org.eclipse.xtext.ide_2.29.0.v20221121-0917.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (496.56kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (195.85kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.29.0.v20221121-0943.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.89kB)
[INFO] Fetching org.eclipse.xwt.css_1.7.0.202211301116.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.02kB)
[INFO] Fetching org.eclipse.xwt.emf_1.7.0.202211301116.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.36kB)
[INFO] Fetching org.eclipse.xwt.pde_1.7.0.202211301116.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (34.97kB)
[INFO] Fetching org.eclipse.xwt.xml_1.7.0.202211301116.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.35kB)
[INFO] Fetching org.eclipse.xwt.forms_1.7.0.202211301116.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31kB)
[INFO] Fetching org.pushingpixels.trident_1.2.0.v201305152020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (99.46kB)
[INFO] Fetching org.eclipse.xwt.feature_1.7.0.202211301116.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.96kB)
[INFO] Fetching org.eclipse.xwt.ui.workbench_1.8.0.202211301116.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.51kB)
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.68kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.43kB)
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.p2 ---
[INFO] 
[INFO] --- tycho-p2-repository:2.7.4:archive-repository (default-archive-repository) @ org.eclipse.papyrus.aas.p2 ---
[INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/releng/site/target/org.eclipse.papyrus.aas.p2-0.0.1-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.p2 ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.p2 ---
[INFO] 
[INFO] --------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas-rcp >---------
[INFO] Building org.eclipse.papyrus.aas-rcp 0.0.1-SNAPSHOT              [35/39]
[INFO]   from rcp/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas-rcp ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas-rcp ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas-rcp ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas-rcp ---
[INFO] 
[INFO] --------< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.rcp >---------
[INFO] Building org.eclipse.papyrus.aas.rcp 0.0.1-SNAPSHOT              [36/39]
[INFO]   from rcp/org.eclipse.papyrus.aas.rcp/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.rcp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.aas.rcp ---
[INFO] The project's OSGi version is 0.0.1.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.rcp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.rcp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.rcp ---
[INFO] 
[INFO] --- tycho-compiler:2.7.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.aas.rcp ---
[INFO] Resolving class path of org.eclipse.papyrus.aas.rcp...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:compile (default-compile) @ org.eclipse.papyrus.aas.rcp ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.rcp:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp/pom.xml
[INFO] 
[INFO] --- tycho-ds:2.7.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.aas.rcp ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.aas.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.4:testCompile (default-testCompile) @ org.eclipse.papyrus.aas.rcp ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.rcp:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp/pom.xml
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.aas.rcp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.rcp ---
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (process-about.mappings) @ org.eclipse.papyrus.aas.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.rcp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.aas.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp/target/org.eclipse.papyrus.aas.rcp-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.rcp ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.rcp ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.rcp ---
[INFO] 
[INFO] --- tycho-surefire:2.7.4:integration-test (default-integration-test) @ org.eclipse.papyrus.aas.rcp ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.aas.rcp ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.rcp.feature >-----
[INFO] Building org.eclipse.papyrus.aas.rcp.feature 0.8.0-SNAPSHOT      [37/39]
[INFO]   from rcp/org.eclipse.papyrus.aas.rcp.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.rcp.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.aas.rcp.feature ---
[INFO] The project's OSGi version is 0.8.0.202308131842
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-id (default-validate-id) @ org.eclipse.papyrus.aas.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:validate-version (default-validate-version) @ org.eclipse.papyrus.aas.rcp.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.aas.rcp.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-feature (default-package-feature) @ org.eclipse.papyrus.aas.rcp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.feature/target/org.eclipse.papyrus.aas.rcp.feature-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.aas.rcp.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.aas.rcp.feature ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.rcp.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.feature/target/org.eclipse.papyrus.aas.rcp.feature-0.8.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.rcp.feature ---
[INFO] 
[INFO] ----< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.rcp.product >-----
[INFO] Building org.eclipse.papyrus.aas.rcp.product 0.0.1-SNAPSHOT      [38/39]
[INFO]   from rcp/org.eclipse.papyrus.aas.rcp.product/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] The project's OSGi version is 0.0.1.202308131842
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.4:target-platform (default-target-platform) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.product/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.4:publish-products (default-publish-products) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] Fetching org.eclipse.equinox.executable_3.8.1900.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (435.92kB)
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.4:publish-categories (default-publish-categories) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-repository:2.7.4:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] Fetching 17.0.8&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/justj/jres/17/updates/release/ (63B)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (115.29MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (21.6MB of 115.29MB at 21.59MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (43.05MB of 115.29MB at 21.53MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (63.23MB of 115.29MB at 21.08MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (85.18MB of 115.29MB at 21.29MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (106.58MB of 115.29MB at 21.32MB/s)
[INFO] Fetching com.jcraft.jsch_0.1.55.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.99kB)
[INFO] Fetching junit-jupiter-api_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (202.85kB)
[INFO] Fetching junit-platform-commons_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.57kB)
[INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (7.47kB)
[INFO] Fetching junit-jupiter-engine_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (240.75kB)
[INFO] Fetching junit-platform-engine_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (183.79kB)
[INFO] Fetching junit-platform-launcher_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (165.25kB)
[INFO] Fetching junit-jupiter-migrationsupport_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.04kB)
[INFO] Fetching junit-jupiter-params_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (565.38kB)
[INFO] Fetching junit-platform-runner_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.12kB)
[INFO] Fetching junit-platform-suite-api_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.73kB)
[INFO] Fetching junit-platform-suite-commons_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.94kB)
[INFO] Fetching junit-platform-suite-engine_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.7kB)
[INFO] Fetching junit-vintage-engine_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.33kB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.76kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (198.71kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.69kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (844.43kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (909.51kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (262.89kB)
[INFO] Fetching org.apiguardian.api_1.1.2.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.65kB)
[INFO] Fetching org.eclipse.debug.ui.launchview_1.0.300.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (88.88kB)
[INFO] Fetching org.eclipse.draw2d_3.15.0.202211301913.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (19.74kB)
[INFO] Fetching org.eclipse.e4.tools.emf.editor3x_4.8.100.v20220331-1558.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (72.15kB)
[INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.400.v20220915-1041.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.e4.tools.compat_4.8.200.v20221111-1233.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (34.12kB)
[INFO] Fetching org.eclipse.e4.tools.services_4.9.0.v20210427-1802.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.95kB)
[INFO] Fetching org.eclipse.e4.tools_4.9.100.v20211020-1255.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (120.01kB)
[INFO] Fetching org.eclipse.e4.tools.jdt.templates_4.9.0.v20210427-1802.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.e4.core.tools.feature_4.26.0.v20221111-1233.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.87kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.79kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.e4.rcp_4.26.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.87kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (62.37kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.84kB)
[INFO] Fetching org.eclipse.e4.core.commands.source_1.0.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.12kB)
[INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.47kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (378.54kB)
[INFO] Fetching org.eclipse.e4.ui.services.source_1.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.21kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (140.63kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.source_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.64kB)
[INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (208.19kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.700.v20221102-0748.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164kB)
[INFO] Fetching org.apache.batik.css.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (321.27kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.19kB)
[INFO] Fetching org.apache.batik.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (128.49kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.33kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.78kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.54kB)
[INFO] Fetching javax.inject.source_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.15kB)
[INFO] Fetching javax.annotation.source_1.3.5.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.74kB)
[INFO] Fetching org.eclipse.e4.core.di.source_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.32kB)
[INFO] Fetching org.eclipse.e4.core.contexts.source_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.77kB)
[INFO] Fetching org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.04kB)
[INFO] Fetching org.apache.batik.constants.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.56kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (679.43kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.44kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.63kB)
[INFO] Fetching org.eclipse.e4.ui.di.source_1.4.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.32kB)
[INFO] Fetching org.eclipse.e4.ui.widgets.source_1.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.35kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.17.0.v20221108-1156.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (148.53kB)
[INFO] Fetching org.apache.felix.scr.source_2.2.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (263.95kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.17kB)
[INFO] Fetching org.eclipse.core.commands.source_3.10.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (152.51kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (83.82kB)
[INFO] Fetching org.eclipse.core.databinding.source_1.11.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (182.16kB)
[INFO] Fetching org.eclipse.core.databinding.beans.source_1.9.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.51kB)
[INFO] Fetching org.eclipse.core.databinding.observable.source_1.12.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (210.33kB)
[INFO] Fetching org.eclipse.core.databinding.property.source_1.9.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.38kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (88.69kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.13.200.v20221102-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.19kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (80.15kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.31kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (43.81kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.53kB)
[INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.01kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (177.96kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.27kB)
[INFO] Fetching org.eclipse.osgi.source_3.18.200.v20221116-1324.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.12MB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (144.82kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (80.03kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.7.100.v20220615-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.83MB)
[INFO] Fetching org.eclipse.jface.source_3.28.0.v20221024-1426.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.jface.databinding.source_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (222.18kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.16.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.55kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.77kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.6.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.4kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.66kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.65kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.500.v20221028-0801.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.53kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.32kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.3.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.56kB)
[INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (356.27kB)
[INFO] Fetching org.eclipse.e4.emf.xpath.source_0.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.21kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.26kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.200.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.33kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.57kB)
[INFO] Fetching org.eclipse.urischeme.source_1.2.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.11kB)
[INFO] Fetching org.eclipse.jface.notifications.source_0.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.31kB)
[INFO] Fetching com.sun.jna.source_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (158.94kB)
[INFO] Fetching com.sun.jna.platform.source_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.03MB)
[INFO] Fetching org.osgi.util.function.source_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (8.44kB)
[INFO] Fetching org.osgi.util.promise.source_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.15kB)
[INFO] Fetching org.osgi.util.measurement.source_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.96kB)
[INFO] Fetching org.osgi.util.position.source_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.58kB)
[INFO] Fetching org.osgi.util.xml.source_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.47kB)
[INFO] Fetching org.osgi.service.cm.source_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.37kB)
[INFO] Fetching org.osgi.service.component.source_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.55kB)
[INFO] Fetching org.osgi.service.device.source_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.49kB)
[INFO] Fetching org.osgi.service.event.source_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.65kB)
[INFO] Fetching org.osgi.service.metatype.source_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.76kB)
[INFO] Fetching org.osgi.service.provisioning.source_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.88kB)
[INFO] Fetching org.osgi.service.upnp.source_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.8kB)
[INFO] Fetching org.osgi.service.useradmin.source_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.29kB)
[INFO] Fetching org.osgi.service.wireadmin.source_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.26kB)
[INFO] Fetching org.eclipse.e4.rcp.source_4.26.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.77kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.78kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (19.76kB)
[INFO] Fetching org.eclipse.ecf.source_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (104.33kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.08kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.6.1.v20211005-1944.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.04kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (19.71kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.64kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.07kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (27.83kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (76.03kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (86.1kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (29.23kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.82kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.701.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (29.7kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.84kB)
[INFO] Fetching org.apache.commons.codec.source_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (376.07kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (85.46kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5.source_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (615.96kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5.source_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (828.19kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2.source_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (197.36kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature.source_1.1.701.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (31.17kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.74kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (25.15kB)
[INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.31kB)
[INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.12kB)
[INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (82.76kB)
[INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (72.8kB)
[INFO] Fetching org.eclipse.emf.importer.rose_2.11.0.v20210405-0904.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (113.99kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.32.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.95kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.32.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (545.55kB)
[INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (34.24kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.32.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.27kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.32.0.v20220925-1245.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.9kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.32.0.v20220925-1245.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (75.01kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.32.0.v20220925-1245.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.33kB)
[INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.93kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (236.56kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.23.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.19kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (298.73kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.93kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (82.06kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.24.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.28kB)
[INFO] Fetching org.eclipse.emf.common_2.28.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.89kB)
[INFO] Fetching org.eclipse.emf.common.source_2.27.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (221.03kB)
[INFO] Fetching org.eclipse.emf.common.source_2.28.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.17kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.19.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.20.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.22kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.19.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.21kB)
[INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.75kB)
[INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.26kB)
[INFO] Fetching org.eclipse.emf.converter_2.18.0.v20220706-1313.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.01kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.11.0.v20220706-1313.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.71kB)
[INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.14kB)
[INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.93kB)
[INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.6kB)
[INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.61kB)
[INFO] Fetching org.eclipse.emf.importer.rose.source_2.11.0.v20210405-0904.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.57kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.18.0.v20220706-1313.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.37kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.9.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.92kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.87kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.9.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.33kB)
[INFO] Fetching org.eclipse.emf.databinding_1.9.0.v20220517-0824.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.88kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.6.0.v20220517-0824.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.02kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.9.0.v20220517-0824.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.22kB)
[INFO] Fetching org.eclipse.emf.doc_2.28.0.v20220910-0650.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.19MB)
[INFO] Fetching org.eclipse.emf.doc_2.30.0.v20220910-0650.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.84kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.56kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.15.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.92kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (80.66kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.64kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.15.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.27kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.9kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.54kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.18.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.28kB)
[INFO] Fetching org.eclipse.emf.ecore_2.30.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.96kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.29.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (822.45kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (92.6kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (153.48kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.30.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.25kB)
[INFO] Fetching org.eclipse.emf.edit_2.18.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (211.78kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.18.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.17kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.24.0.v20220619-0533.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.89kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.22.0.v20220619-0533.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (159.99kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.24.0.v20220619-0533.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.22kB)
[INFO] Fetching org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (359.95kB)
[INFO] Fetching org.eclipse.emf_2.32.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.05kB)
[INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (193.85kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.43kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (149.18kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.02kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.82kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (102.83kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.15.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.01kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.22kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.56kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (41.77kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.15.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.49kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.96kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.13.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.95kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.2kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.04kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.27kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.13.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.35kB)
[INFO] Fetching org.eclipse.emf.mapping_2.14.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.5kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.14.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.22kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.14.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.9kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.99kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.14.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.28kB)
[INFO] Fetching org.eclipse.emf.sdk_2.32.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.21kB)
[INFO] Fetching org.eclipse.emf.source_2.32.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.71kB)
[INFO] Fetching org.eclipse.emf.transaction.doc_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.02kB)
[INFO] Fetching org.eclipse.emf.transaction.examples_1.3.0.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (170.84kB)
[INFO] Fetching org.eclipse.emf.transaction.doc_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.87kB)
[INFO] Fetching org.eclipse.emf.transaction_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.87kB)
[INFO] Fetching org.eclipse.emf.transaction.sdk_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.83kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (151.55kB)
[INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.87kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.78kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.39kB)
[INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (182.46kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.87kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.11kB)
[INFO] Fetching org.eclipse.emf.validation_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.94kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.85kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.12kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.78kB)
[INFO] Fetching org.eclipse.emf.validation.sdk_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.77kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.8.1.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (324.2kB)
[INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.1.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.03kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.44kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.83kB)
[INFO] Fetching org.eclipse.emf.workspace.doc_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.05kB)
[INFO] Fetching org.eclipse.emf.workspace.doc_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.82kB)
[INFO] Fetching org.eclipse.emf.workspace_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.89kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.15kB)
[INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.58kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.8kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1900.v20221108-1024 from https://download.eclipse.org/releases/2022-12/202212071000/binary/ (35.64kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.200.v20221109-0702.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.99kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.400.v20221006-1531.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (236.29kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.35kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (86.25kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1600.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.48kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.600.v20221106-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.68kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.76kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (63.84kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.19kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (144.7kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.69kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (249.79kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.87kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.6kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.08kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.37kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.46kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.72kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (104.26kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.91kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.42kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.06kB)
[INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.06kB)
[INFO] Fetching org.tukaani.xz.source_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.7kB)
[INFO] Fetching bcpg.source_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (309.12kB)
[INFO] Fetching bcprov.source_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (7.5MB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.97kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1600.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.33kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.45kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1800.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.95kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.72kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.57kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.86kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.57kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.26kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.200.v20221108-1232.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (180.37kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.200.v20221007-0636.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (151.63kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1800.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.01kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (105.26kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.12kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.34kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1800.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.88kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.700.v20221015-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (309.57kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.79kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.27kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.3kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.24kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1800.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.97kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.58kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1800.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.75kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.91kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (50.45kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1800.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.95kB)
[INFO] Fetching org.eclipse.gef.doc.isv_3.12.200.202211301913.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.64MB)
[INFO] Fetching org.eclipse.gef_3.15.0.202211301913.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (19.9kB)
[INFO] Fetching org.eclipse.gef.sdk_3.15.0.202211301913.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (19.79kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.geoshapes_1.8.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (103.89kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (206.3kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model_1.2.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (76.65kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.2.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.6kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.46kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.editor_1.2.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (74.88kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime_1.9.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.26kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime_1.15.3.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.63kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (342.38kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.15.3.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.55kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.44kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.54kB)
[INFO] Fetching org.eclipse.gmf_1.15.3.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.06kB)
[INFO] Fetching org.eclipse.gmf_1.15.3.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (24.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.1.202211151334.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.202211151334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.13.1.202211151334.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202211151334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (322.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202211151334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.44kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.91kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.15.3.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.62kB)
[INFO] Fetching org.apache.batik.shared.resources_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.75kB)
[INFO] Fetching org.apache.batik.anim.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (411.77kB)
[INFO] Fetching org.apache.batik.awt.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (428.84kB)
[INFO] Fetching org.apache.batik.bridge.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (529.05kB)
[INFO] Fetching org.apache.batik.codec.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.68kB)
[INFO] Fetching org.apache.batik.dom.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (179.82kB)
[INFO] Fetching org.apache.batik.dom.svg.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (244.54kB)
[INFO] Fetching org.apache.batik.ext.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.6kB)
[INFO] Fetching org.apache.batik.gvt.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (224.52kB)
[INFO] Fetching org.apache.batik.parser.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (99.8kB)
[INFO] Fetching org.apache.batik.script.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (43.1kB)
[INFO] Fetching org.apache.batik.shared.resources.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.09kB)
[INFO] Fetching org.apache.batik.svggen.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (270.98kB)
[INFO] Fetching org.apache.batik.transcoder.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (127.53kB)
[INFO] Fetching org.apache.batik.xml.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (102.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (178.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (73.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.04kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (92.95kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (82.45kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (63.52kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.9.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (844.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.31kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.93kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (72.22kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (103.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.2.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (83.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (50.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.2.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (233.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.76kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.10.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (166.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.31kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.34kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (92.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (185.02kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (76.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (91.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.05kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.1.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (60.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.98kB)
[INFO] Fetching org.eclipse.gmf.source_1.15.3.202211041032.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.97kB)
[INFO] Fetching org.eclipse.help.ui_4.4.100.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (536.94kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (62.42kB)
[INFO] Fetching org.eclipse.help_2.3.1200.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.33kB)
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (97.96kB)
[INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.65kB)
[INFO] Fetching javax.servlet.jsp-api.source_2.3.3.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (162.63kB)
[INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (156.2kB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (461.72kB)
[INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.66MB)
[INFO] Fetching org.apache.lucene.core.source_8.4.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.24MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.200.v20221109-0702.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.35kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.3.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (34.22kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.400.v20221006-1531.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (142.36kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.700.v20220801-1124.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.97kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.04kB)
[INFO] Fetching org.eclipse.help.base.source_4.3.900.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (309.03kB)
[INFO] Fetching org.eclipse.help.ui.source_4.4.100.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (222.75kB)
[INFO] Fetching org.eclipse.help.webapp.source_3.10.900.v20221103-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (204.02kB)
[INFO] Fetching org.eclipse.jetty.http.source_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.36kB)
[INFO] Fetching org.eclipse.jetty.io.source_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.16kB)
[INFO] Fetching org.eclipse.jetty.security.source_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (82.96kB)
[INFO] Fetching org.eclipse.jetty.server.source_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (441.38kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.7kB)
[INFO] Fetching org.eclipse.jetty.util.source_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (345.56kB)
[INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.12.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.22kB)
[INFO] Fetching org.eclipse.core.net.source_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (41.47kB)
[INFO] Fetching org.eclipse.help.source_2.3.1200.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.73kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.9kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.9kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.97kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1800.v20221116-0858.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (8.05MB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1600.v20221121-0559.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (7.97MB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.39kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.1.100.v20220907-0450.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.02kB)
[INFO] Fetching org.eclipse.jdt_3.18.1400.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.56kB)
[INFO] Fetching org.eclipse.ant.ui.source_3.8.300.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (612.74kB)
[INFO] Fetching org.eclipse.jdt.apt.core.source_3.7.50.v20210914-1429.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (356kB)
[INFO] Fetching org.eclipse.jdt.apt.ui.source_3.7.0.v20210620-1751.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.9kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.3.0.v20210618-1653.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.87kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.4.300.v20221108-0856.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (139.05kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.3.200.v20220802-0458.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.14kB)
[INFO] Fetching org.eclipse.jdt.core.source_3.32.0.v20221108-1853.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (5.07MB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.89kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.7kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.17.0.v20221026-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.32MB)
[INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.900.v20221001-0715.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (848.76kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.20.0.v20220922-0905.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (775.2kB)
[INFO] Fetching org.eclipse.jdt.junit.source_3.15.100.v20220909-2154.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (197.1kB)
[INFO] Fetching org.eclipse.jdt.junit.core.source_3.11.500.v20221031-1935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.7.0.v20220609-1843.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.6kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.23kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.1.100.v20220907-0450.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.58kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.19.800.v20221107-1851.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (353.42kB)
[INFO] Fetching org.eclipse.jdt.ui.source_3.27.100.v20221122-0749.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (5.3MB)
[INFO] Fetching org.junit.source_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (261.47kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.3kB)
[INFO] Fetching junit-jupiter-api.source_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (201.1kB)
[INFO] Fetching junit-jupiter-engine.source_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.58kB)
[INFO] Fetching junit-jupiter-migrationsupport.source_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.01kB)
[INFO] Fetching junit-jupiter-params.source_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (72.47kB)
[INFO] Fetching junit-platform-commons.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (75.22kB)
[INFO] Fetching junit-platform-engine.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.7kB)
[INFO] Fetching junit-platform-launcher.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.27kB)
[INFO] Fetching junit-platform-runner.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.31kB)
[INFO] Fetching junit-platform-suite-api.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.91kB)
[INFO] Fetching junit-platform-suite-commons.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.76kB)
[INFO] Fetching junit-platform-suite-engine.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.54kB)
[INFO] Fetching junit-vintage-engine.source_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.36kB)
[INFO] Fetching org.opentest4j.source_1.2.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (8.53kB)
[INFO] Fetching org.apiguardian.api.source_1.1.2.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.73kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.3.400.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (130.7kB)
[INFO] Fetching org.eclipse.jdt.source_3.18.1400.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.91kB)
[INFO] Fetching org.eclipse.jsch.core_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (43.17kB)
[INFO] Fetching org.eclipse.jsch.ui_1.4.200.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (95.52kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (19.72kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/features/ (23.3kB)
[INFO] Fetching org.eclipse.papyrus.designer.deployment.tools_3.0.0.202304050728.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (41.84kB)
[INFO] Fetching org.eclipse.papyrus.designer.transformation.extensions_3.0.0.202304050728.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (26.67kB)
[INFO] Fetching org.eclipse.papyrus.designer.doc.main_3.0.0.202207051603.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (17.05MB)
[INFO] Fetching org.eclipse.papyrus.designer.languages.common.profile.ui_3.0.0.202207051603.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (33.4kB)
[INFO] Fetching org.eclipse.papyrus.designer.languages.common.validation_3.0.0.202207051603.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/plugins/ (23.01kB)
[INFO] Fetching org.eclipse.papyrus.designer.languages.common.feature_3.0.0.202306301332.jar from https://ci.eclipse.org/papyrus/job/papyrus-designer-2022-06/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.designer.p2/target/repository/features/ (12.71kB)
[INFO] Fetching org.eclipse.papyrus.marte.core.feature_1.2.2.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/marte/neon/1.2.2_papyrus-marte-neon_329/features/ (17.94kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.2.1100.v20221114-1728.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (933.91kB)
[INFO] Fetching org.objectweb.asm.tree_9.4.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.43kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.500.v20220813-1730.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.28kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.700.v20220329-0844.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (514.21kB)
[INFO] Fetching org.eclipse.pde.doc.user_3.14.1800.v20221121-0559.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.3MB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.2.300.v20220310-2159.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (205.14kB)
[INFO] Fetching org.osgi.annotation.versioning_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.72kB)
[INFO] Fetching org.osgi.annotation.bundle_2.0.0.202202082230.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.45kB)
[INFO] Fetching org.osgi.service.component.annotations_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.09kB)
[INFO] Fetching org.osgi.service.metatype.annotations_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.08kB)
[INFO] Fetching org.eclipse.pde_3.13.2100.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.55kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.6.200.v20220523-1051.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.pde.runtime_3.7.500.v20221012-2030.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (211.64kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.7.700.v20220802-1520.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (581.21kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.59kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.2.400.v20220317-0700.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (450.72kB)
[INFO] Fetching org.eclipse.ui.trace_1.2.200.v20220310-2159.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.39kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.300.v20220810-1011.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.67kB)
[INFO] Fetching org.eclipse.tools.layout.spy_1.1.100.v20221111-1233.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.96kB)
[INFO] Fetching org.eclipse.pde.spy.core_1.0.200.v20220331-1637.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.95kB)
[INFO] Fetching org.eclipse.pde.spy.model_0.12.400.v20220621-1036.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.97kB)
[INFO] Fetching org.eclipse.pde.spy.css_0.12.300.v20220512-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.59kB)
[INFO] Fetching org.eclipse.pde.spy.preferences_0.12.300.v20220512-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (56.03kB)
[INFO] Fetching org.eclipse.pde.spy.context_1.0.400.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.01kB)
[INFO] Fetching org.eclipse.pde.spy.bundle_0.12.200.v20220512-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.61kB)
[INFO] Fetching org.eclipse.pde.spy.event_1.0.100.v20221114-1716.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (72.62kB)
[INFO] Fetching org.eclipse.pde_3.14.1400.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.41kB)
[INFO] Fetching org.eclipse.pde.build.source_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (319.82kB)
[INFO] Fetching org.eclipse.pde.core.source_3.16.0.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1,021.5kB)
[INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.200.v20220523-1051.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.56kB)
[INFO] Fetching org.eclipse.pde.runtime.source_3.7.500.v20221012-2030.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.48kB)
[INFO] Fetching org.eclipse.pde.ui.source_3.13.700.v20221114-1716.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.700.v20220802-1520.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.71kB)
[INFO] Fetching org.eclipse.pde.api.tools.source_1.2.1100.v20221114-1728.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (659.74kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.500.v20220813-1730.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.39kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.700.v20220329-0844.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (250.48kB)
[INFO] Fetching org.eclipse.pde.ds.core.source_1.2.500.v20220411-2005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (50.82kB)
[INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.300.v20220310-2159.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (94.72kB)
[INFO] Fetching org.eclipse.pde.launching.source_3.10.200.v20221108-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.51kB)
[INFO] Fetching org.eclipse.pde.ua.core.source_1.2.300.v20211004-0555.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (104.68kB)
[INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.400.v20220317-0700.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (272.26kB)
[INFO] Fetching org.eclipse.ui.trace.source_1.2.200.v20220310-2159.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.76kB)
[INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.500.v20220811-0944.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (77kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.300.v20220810-1011.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.27kB)
[INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.100.v20221111-1233.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.27kB)
[INFO] Fetching org.eclipse.pde.spy.core.source_1.0.200.v20220331-1637.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.32kB)
[INFO] Fetching org.eclipse.pde.spy.model.source_0.12.400.v20220621-1036.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.77kB)
[INFO] Fetching org.eclipse.pde.spy.css.source_0.12.300.v20220512-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.11kB)
[INFO] Fetching org.eclipse.pde.spy.preferences.source_0.12.300.v20220512-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.44kB)
[INFO] Fetching org.eclipse.pde.spy.context.source_1.0.400.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.71kB)
[INFO] Fetching org.eclipse.pde.spy.bundle.source_0.12.200.v20220512-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.39kB)
[INFO] Fetching org.eclipse.pde.spy.event.source_1.0.100.v20221114-1716.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (41.64kB)
[INFO] Fetching org.eclipse.pde.source_3.14.1400.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.78kB)
[INFO] Fetching org.eclipse.platform_4.26.0.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (689.26kB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.26.0.v20221121-0559.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.33MB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.26.0.v20221121-0559.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.07MB of 35.33MB at 21.05MB/s)
[INFO] Fetching org.eclipse.platform.doc.user_4.26.0.v20221121-0559.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (4.01MB)
[INFO] Fetching org.eclipse.text.quicksearch_1.1.400.v20221023-0941.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.8kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.300.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.1MB)
[INFO] Fetching org.eclipse.ui.monitoring_1.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.72kB)
[INFO] Fetching org.eclipse.ui.net_1.4.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.76kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.600.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.9kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.2100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (34.03kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.200.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.59kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.14kB)
[INFO] Fetching org.eclipse.platform_4.26.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.34kB)
[INFO] Fetching org.eclipse.platform_root_4.26.0.v20221123-2302 from https://download.eclipse.org/releases/2022-12/202212071000/binary/ (196B)
[INFO] Fetching org.apache.ant.source_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.45MB)
[INFO] Fetching org.eclipse.ant.core.source_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (99.47kB)
[INFO] Fetching com.jcraft.jsch.source_0.1.55.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (296.03kB)
[INFO] Fetching org.eclipse.compare.core.source_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64kB)
[INFO] Fetching org.eclipse.compare.source_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.81kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.97kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (94.93kB)
[INFO] Fetching org.eclipse.core.net.linux.source_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.24kB)
[INFO] Fetching org.eclipse.core.resources.source_3.18.100.v20221025-2047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (811.41kB)
[INFO] Fetching org.eclipse.debug.core.source_3.20.0.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (406.8kB)
[INFO] Fetching org.eclipse.debug.ui.source_3.17.100.v20220926-1344.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.68MB)
[INFO] Fetching org.eclipse.e4.ui.ide.source_3.16.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.58kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.13.0.v20220822-0502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (296.96kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (253.1kB)
[INFO] Fetching org.eclipse.platform.source_4.26.0.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.48kB)
[INFO] Fetching org.eclipse.search.source_3.14.300.v20220905-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (266.88kB)
[INFO] Fetching org.eclipse.text.quicksearch.source_1.1.400.v20221023-0941.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.28kB)
[INFO] Fetching org.eclipse.team.core.source_3.9.600.v20220902-2219.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.59kB)
[INFO] Fetching org.eclipse.team.ui.source_3.9.500.v20220920-2213.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (768.09kB)
[INFO] Fetching org.eclipse.text.source_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (281.76kB)
[INFO] Fetching org.eclipse.jface.text.source_3.22.0.v20221119-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (819.7kB)
[INFO] Fetching org.eclipse.jsch.core.source_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.55kB)
[INFO] Fetching org.eclipse.jsch.ui.source_1.4.200.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.72kB)
[INFO] Fetching org.eclipse.ui.console.source_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (166.31kB)
[INFO] Fetching org.eclipse.ui.intro.source_3.6.600.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (255.55kB)
[INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.300.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.88kB)
[INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.500.v20220903-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.99kB)
[INFO] Fetching org.eclipse.ui.browser.source_3.7.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.86kB)
[INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.300.v20220915-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.26kB)
[INFO] Fetching org.eclipse.ui.monitoring.source_1.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.98kB)
[INFO] Fetching org.eclipse.ui.navigator.source_3.10.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (310.65kB)
[INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (104.64kB)
[INFO] Fetching org.eclipse.ui.net.source_1.4.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.4kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.600.v20220809-1658.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (445.35kB)
[INFO] Fetching org.eclipse.ui.views.source_3.11.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (82.05kB)
[INFO] Fetching org.eclipse.ui.editors.source_3.14.400.v20220730-1844.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (331.84kB)
[INFO] Fetching org.eclipse.ui.externaltools.source_3.5.200.v20220618-1805.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.31kB)
[INFO] Fetching org.eclipse.ui.ide.source_3.20.0.v20221027-2208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.ui.ide.application.source_1.4.600.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.7kB)
[INFO] Fetching org.eclipse.ui.forms.source_3.11.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (218.97kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.6kB)
[INFO] Fetching org.eclipse.core.externaltools.source_1.2.300.v20220618-1805.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.21kB)
[INFO] Fetching org.eclipse.ui.themes.source_1.2.2100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.2kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.200.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.09kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16kB)
[INFO] Fetching org.eclipse.ui.views.log.source_1.3.400.v20220907-1244.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.78kB)
[INFO] Fetching org.eclipse.debug.ui.launchview.source_1.0.300.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.18kB)
[INFO] Fetching org.eclipse.platform.source_4.26.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.4kB)
[INFO] Fetching R-4.26-202211231800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.26/ (63B)
[INFO] Fetching org.eclipse.rcp.configuration_1.1.1900.v20221123-1800.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/features/ (20.64kB)
[INFO] Fetching org.eclipse.rcp.configuration_root.gtk.linux.x86_64_1.1.1900.v20221123-1800 from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/binary/ (34.83kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.1000.v20221114-1512.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.21kB)
[INFO] Fetching org.eclipse.rcp_4.26.0.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.91kB)
[INFO] Fetching org.eclipse.rcp_4.26.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.95kB)
[INFO] Fetching org.eclipse.rcp_root_4.26.0.v20221123-2302 from https://download.eclipse.org/releases/2022-12/202212071000/binary/ (20.24kB)
[INFO] Fetching org.eclipse.help.source_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (180.01kB)
[INFO] Fetching org.eclipse.ui.source_3.201.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.6kB)
[INFO] Fetching org.eclipse.ui.workbench.source_3.127.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.1000.v20221114-1512.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.22kB)
[INFO] Fetching org.eclipse.rcp.source_4.26.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.5kB)
[INFO] Fetching org.eclipse.sdk_4.26.0.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (416.31kB)
[INFO] Fetching org.eclipse.sdk_4.26.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (24.66kB)
[INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.23kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.86kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.78kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.76kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.74kB)
[INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.38kB)
[INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.6kB)
[INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.73kB)
[INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (238.73kB)
[INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.67kB)
[INFO] Fetching org.eclipse.uml2_5.5.3.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.25kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.08kB)
[INFO] Fetching org.eclipse.uml2_5.5.3.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.89kB)
[INFO] Fetching org.eclipse.uml2.sdk_5.5.3.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.57kB)
[INFO] Fetching org.eclipse.uml2.sdk_5.5.3.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.74kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.74kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.82kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (112.37MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (21.07MB of 112.37MB at 21.06MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (41.51MB of 112.37MB at 20.75MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (63.02MB of 112.37MB at 21.01MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (84.63MB of 112.37MB at 21.16MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (105.98MB of 112.37MB at 21.2MB/s)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.78kB)
[INFO] Fetching org.eclipse.compare.win32_1.2.900.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.25kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.19kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.99MB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.23kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.501.v20221105-0315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.79kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.0.501.v20221105-0315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.65kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win.source_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.16kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1900.v20221108-1024 from https://download.eclipse.org/releases/2022-12/202212071000/binary/ (270.24kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.compare.win32.source_1.2.900.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.9kB)
[INFO] Fetching org.eclipse.core.net.win32.source_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.71kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.21kB)
[INFO] Fetching org.eclipse.ui.win32.source_3.4.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.44kB)
[INFO] Fetching org.eclipse.rcp.configuration_root.win32.win32.x86_64_1.1.1900.v20221123-1800 from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/binary/ (270.24kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (113.8MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (21.87MB of 113.8MB at 21.87MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (44.1MB of 113.8MB at 22.05MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (65.05MB of 113.8MB at 21.68MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (87.14MB of 113.8MB at 21.79MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.8.v20230801-1951.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.8/plugins/ (109.19MB of 113.8MB at 21.84MB/s)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.61kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.13.0.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.7kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1900.v20221108-1024 from https://download.eclipse.org/releases/2022-12/202212071000/binary/ (17.02kB)
[INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.48kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.5.100.v20220927-0854.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.24kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.3.100.v20220927-0854.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (60.72kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.5.100.v20220927-0854.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.3.100.v20220927-0854.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.92kB)
[INFO] Fetching org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64_1.1.1900.v20221123-1800 from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/binary/ (16.22kB)
[INFO] Fetching org.eclipse.ui.cocoa.source_1.3.0.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.72kB)
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-repository:2.7.4:archive-repository (default-archive-repository) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.product/target/org.eclipse.papyrus.aas.rcp.product-0.0.1-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.rcp.product ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-director:2.7.4:materialize-products (materialize-products) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] Installing product org.eclipse.papyrus.aas.rcp.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.product/target/products/org.eclipse.papyrus.aas.rcp.product/linux/gtk/x86_64/Papyrus4AAS
Installing org.eclipse.papyrus.aas.rcp.product 0.0.1.202308131842.
Installing org.eclipse.papyrus.aas.feature.feature.group 0.8.0.202308131842.
Installing org.eclipse.papyrus.sdk.feature.feature.group 6.3.0.202212021317.
Operation completed in 36468 ms.
[INFO] Installing product org.eclipse.papyrus.aas.rcp.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.product/target/products/org.eclipse.papyrus.aas.rcp.product/win32/win32/x86_64/Papyrus4AAS
Installing org.eclipse.papyrus.aas.rcp.product 0.0.1.202308131842.
Installing org.eclipse.papyrus.aas.feature.feature.group 0.8.0.202308131842.
Installing org.eclipse.papyrus.sdk.feature.feature.group 6.3.0.202212021317.
Operation completed in 32455 ms.
[INFO] Installing product org.eclipse.papyrus.aas.rcp.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.product/target/products/org.eclipse.papyrus.aas.rcp.product/macosx/cocoa/x86_64/Papyrus4AAS.app
Installing org.eclipse.papyrus.aas.rcp.product 0.0.1.202308131842.
Installing org.eclipse.papyrus.aas.feature.feature.group 0.8.0.202308131842.
Installing org.eclipse.papyrus.sdk.feature.feature.group 6.3.0.202212021317.
Operation completed in 31979 ms.
[INFO] 
[INFO] --- tycho-p2-director:2.7.4:archive-products (archive-products) @ org.eclipse.papyrus.aas.rcp.product ---
[INFO] Building tar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.product/target/products/org.eclipse.papyrus.aas.rcp.product-linux.gtk.x86_64.tar.gz
[INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.product/target/products/org.eclipse.papyrus.aas.rcp.product-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/Papyrus-Manufacturing-AAS-RCP/source/aas/rcp/org.eclipse.papyrus.aas.rcp.product/target/products/org.eclipse.papyrus.aas.rcp.product-macosx.cocoa.x86_64.tar.gz
[INFO] 
[INFO] -----< org.eclipse.papyrus.aas:org.eclipse.papyrus.aas.rcp.target >-----
[INFO] Building org.eclipse.papyrus.aas.rcp.target 0.0.1-SNAPSHOT       [39/39]
[INFO]   from rcp/targetPlatform/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.aas.rcp.target ---
[INFO] 
[INFO] --- tycho-source:2.7.4:plugin-source (plugin-source) @ org.eclipse.papyrus.aas.rcp.target ---
[INFO] 
[INFO] --- tycho-packaging:2.7.4:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.aas.rcp.target ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.4:source-feature (source-feature) @ org.eclipse.papyrus.aas.rcp.target ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.aas.rcp.target ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.papyrus.aas.root 0.0.1-SNAPSHOT ........ SUCCESS [  0.932 s]
[INFO] org.eclipse.papyrus.aas-features 0.0.1-SNAPSHOT .... SUCCESS [  0.020 s]
[INFO] org.eclipse.papyrus.aas-plugins 0.0.1-SNAPSHOT ..... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.aas-codegen 0.0.1-SNAPSHOT ..... SUCCESS [  0.003 s]
[INFO] org.eclipse.aas.basyx.lib 1.0.0-SNAPSHOT ........... SUCCESS [  3.726 s]
[INFO] org.eclipse.papyrus.aas-modeling 0.0.1-SNAPSHOT .... SUCCESS [  0.003 s]
[INFO] org.eclipse.aas.api 0.8.0-SNAPSHOT ................. SUCCESS [  1.780 s]
[INFO] org.eclipse.aas.basyx.codegen 1.0.0-SNAPSHOT ....... SUCCESS [  1.008 s]
[INFO] org.eclipse.papyrus.aas.profile 0.8.1-SNAPSHOT ..... SUCCESS [  2.815 s]
[INFO] org.eclipse.papyrus.aas.aasx.import 0.8.0-SNAPSHOT . SUCCESS [  5.483 s]
[INFO] org.eclipse.papyrus.aas.cheatSheets 0.8.0-SNAPSHOT . SUCCESS [  1.213 s]
[INFO] org.eclipse.papyrus.aas.codegen.ui 0.8.0-SNAPSHOT .. SUCCESS [  1.879 s]
[INFO] Papyrus AAS doc 0.8.0-SNAPSHOT ..................... SUCCESS [  1.889 s]
[INFO] org.eclipse.papyrus.aas.ui 0.8.0-SNAPSHOT .......... SUCCESS [  2.695 s]
[INFO] org.eclipse.papyrus.aas.table.configuration 0.8.0-SNAPSHOT SUCCESS [  1.732 s]
[INFO] org.eclipse.papyrus.aas.filter 0.8.0-SNAPSHOT ...... SUCCESS [  1.812 s]
[INFO] org.eclipse.papyrus.aas.filter.edit 0.8.0-SNAPSHOT . SUCCESS [  2.007 s]
[INFO] org.eclipse.papyrus.aas-bpmn 0.0.1-SNAPSHOT ........ SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.bpmn 0.7.0-SNAPSHOT ............ SUCCESS [  3.074 s]
[INFO] org.eclipse.papyrus.bpmn.architecture 0.7.0-SNAPSHOT SUCCESS [  2.877 s]
[INFO] org.eclipse.papyrus.bpmn.diagram.common 0.7.0-SNAPSHOT SUCCESS [  1.832 s]
[INFO] org.eclipse.papyrus.bpmn.diagram.process 0.7.0-SNAPSHOT SUCCESS [  1.791 s]
[INFO] org.eclipse.papyrus.aas.wizards 0.8.0-SNAPSHOT ..... SUCCESS [  1.335 s]
[INFO] org.eclipse.papyrus.designer.languages.java.profile 0.8.0-SNAPSHOT SUCCESS [  0.352 s]
[INFO] org.eclipse.papyrus.designer.languages.java.codegen 0.8.0-SNAPSHOT SUCCESS [  9.787 s]
[INFO] org.eclipse.papyrus.designer.languages.java.library 0.8.0-SNAPSHOT SUCCESS [  0.355 s]
[INFO] org.eclipse.papyrus.designer.languages.java.jdt.texteditor 0.8.0-SNAPSHOT SUCCESS [  2.386 s]
[INFO] org.eclipse.papyrus.aas.perspective 0.8.0-SNAPSHOT . SUCCESS [  1.413 s]
[INFO] org.eclipse.papyrus.aas.validation 0.8.0-SNAPSHOT .. SUCCESS [  1.769 s]
[INFO] org.eclipse.papyrus.aas.feature 0.8.0-SNAPSHOT ..... SUCCESS [  0.874 s]
[INFO] org.eclipse.papyrus.aas-specification 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.aas-releng 0.0.1-SNAPSHOT ...... SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.aas.target 0.0.1-SNAPSHOT ...... SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.aas.p2 0.0.1-SNAPSHOT .......... SUCCESS [ 48.224 s]
[INFO] org.eclipse.papyrus.aas-rcp 0.0.1-SNAPSHOT ......... SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.aas.rcp 0.0.1-SNAPSHOT ......... SUCCESS [  0.173 s]
[INFO] org.eclipse.papyrus.aas.rcp.feature 0.8.0-SNAPSHOT . SUCCESS [  0.048 s]
[INFO] org.eclipse.papyrus.aas.rcp.product 0.0.1-SNAPSHOT . SUCCESS [06:59 min]
[INFO] org.eclipse.papyrus.aas.rcp.target 0.0.1-SNAPSHOT .. SUCCESS [  0.007 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10:34 min
[INFO] Finished at: 2023-08-13T18:52:50Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 15 plugin(s)
[WARNING] 
[WARNING]  * org.eclipse.tycho:tycho-versions-plugin:2.7.4
[WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:2.7.4
[WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING]  * org.apache.maven.plugins:maven-clean-plugin:3.1.0
[WARNING]  * org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.maven:3.0.29
[WARNING]  * org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.4
[WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:2.22.2
[WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:2.22.2
[WARNING]  * org.eclipse.tycho:tycho-source-plugin:2.7.4
[WARNING]  * org.eclipse.tycho:tycho-ds-plugin:2.7.4
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.1.0
[WARNING]  * org.eclipse.tycho:tycho-surefire-plugin:2.7.4
[WARNING]  * org.eclipse.tycho.extras:tycho-source-feature-plugin:2.7.4
[WARNING]  * org.eclipse.tycho:tycho-compiler-plugin:2.7.4
[WARNING]  * org.eclipse.tycho:tycho-packaging-plugin:2.7.4
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[Papyrus-Manufacturing-AAS-RCP] $ /bin/sh /tmp/jenkins9880469990115819798.sh
Archiving artifacts
Finished: SUCCESS